-
Notifications
You must be signed in to change notification settings - Fork 7
Meeting 2017 08 11 Backend
Kai Xu edited this page Sep 8, 2017
·
1 revision
Present: Kai, Phong, Reday, Shaz
Progress on the SenseMap login.
Shaz showed his REST API following the tutorial Build Node.js RESTful API in 10 minutes
Reday showed his progress on user login in using hello.js
The document schema for storing SenseMap session in MongoDB: REST API and MongoDB Schema
- Difference between relational and non-relational/document schema: https://www.tutorialspoint.com/mongodb/mongodb_data_modeling.htm
- Next meeting: 10am UK time on Thursday, 17 Aug.
- Kai: check and update the login behaviour based on the version from Shaz, Reday, and Kai
- Shaz: document the mongodb document schema in a wiki page: REST API and MongoDB Schema
- Shaz: start building the REST API and its tests for SenseMap mongodb
- Can we put this on an online host you mentioned, such as the HEROKU?
- Reday: continue, and hopefully finish, the work on the social login with hello.js and its tests.
- Reday: implement the UI (user interface) for login following the behaviour Behaviour: Login and its tests.
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