usefulfiles/notes/worknotes.md

15 lines
563 B
Markdown
Raw Normal View History

2016-03-08 12:04:08 +00:00
#Worknotes
###2016-03-08 : Tuseday
* Database design for Obrand
2016-03-08 12:06:00 +00:00
Looking into using [bcrypt](https://github.com/ncb000gt/node.bcrypt.js) for password hashing, it looks sufficiently secure.
2016-03-08 12:04:08 +00:00
###2016-03-07 : Monday
* Continuing of OBrand development.
* Tidied up layout of OBrand framework.
2016-03-08 12:06:00 +00:00
Managed to get authentication working for OBrand login. Only using a single login at the moment, will continue once database table is in place for user.
2016-03-08 12:04:08 +00:00
2016-03-08 12:06:00 +00:00
Ember is now using the authentication module correctly, and the use of bootstrap has been tidied up.