-
Notifications
You must be signed in to change notification settings - Fork 8
Meeting 2017 09 08 Backend
Present: Reday, Shaz, Kai
Shaz progress update
Reday progress update
Shaz: API document wiki API Documentation
Secret key: currently all users share the same secret key (not really a secret :-). Later this will be dynamic: each user will have a different key (for each session).
Shaz: the latest commit in the 'rebuild' branch should be in the 'rebuild-shaz' branch.
Kai: Maybe not need the 'node_module' subfolder in github repository.
Reday: move the login UI from the popup page to the history map.
Shaz - create REST access points for retrieve/update/delete by user email address
Shaz - to check if possible to store fields/attributes that are not defined in the mongodb schema
Kai - to create the (mlab and) Heroku account
Kai - to create a new github repository for the SenseMap backend code
Kai - to move Shaz's latest commit to rebuild-shaz branch
Kai - to have everyone at the meeting next Friday
Reday - connect login to the database
Reday - testing for the login
Missing Features for Online Study
Behaviour: Node and Edge Creation
Testing and Behaviour Driven Development (BDD)
Video: Testing with Jasmine and Sinon-Chrome
Video: overview of SenseMap code
Video: browser features in the old 'master' branch
How browserProvenance.js works
Video: create REST API for MongoDB using Node.js