-
Notifications
You must be signed in to change notification settings - Fork 7
Meeting 2017 09 04 Backend
Kai Xu edited this page Sep 8, 2017
·
1 revision
Present: Shaz, Reday, Kai
- Progress update: Shaz
- Progress update: Reday
- Shaz:
- user and node schema - can be extended later
- user mongodb id as the secret key
- use node.js package 'core' for the 'cross origin' error.
- examples of accessing the API
- Reday
- the login popup page
- we shouldn't store everything from google+ user profile.
- Test with sinon: found the fields with the json format issue.
- Shaz:
- Create the document of the API
- Put the API code on Heruko
- Any other API functions needed by frontend (Reday)
- Reday
- Get a full list of fields in the google+ user profile (from its documentation?)
- Connect login page with the database using the REST api
- Test the login/database operations with Sinon
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