markdown update

This commit is contained in:
Martin Donnelly 2016-03-08 12:06:00 +00:00
parent e906a362f3
commit 20e93ad48d

View File

@ -3,13 +3,13 @@
###2016-03-08 : Tuseday
* Database design for Obrand
Looking into using [bcrypt](https://github.com/ncb000gt/node.bcrypt.js) for password hashing, it looks sufficiently secure.
Looking into using [bcrypt](https://github.com/ncb000gt/node.bcrypt.js) for password hashing, it looks sufficiently secure.
###2016-03-07 : Monday
* Continuing of OBrand development.
* Tidied up layout of OBrand framework.
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.
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.
Ember is now using the authentication module correctly, and the use of bootstrap has been tidied up.
Ember is now using the authentication module correctly, and the use of bootstrap has been tidied up.