-
Notifications
You must be signed in to change notification settings - Fork 7
Meeting 2017 12 7 Backend
Kai Xu edited this page Dec 7, 2017
·
9 revisions
Present: Kai, Shaz, Reday
Reday
- make 'load session' working;
- send a message when user logged in instead of using local storage;
- change 'create new session' button to a text field, so user can enter the name of a session there.
- In the 'create new session' text field, automatically generate a new session name, such as date-time, that is different every time.
- Make a list of all the saved sessions so user can select one (instead of drop-down list).
- Stop user from creating a new session with a session name that already exists.
Shaz
- update the 'add new user' API function so it returns a message if the user already exists in the database.
- get t-test, anova, and other tests running in R.
Next week
- Check what information is accessible with API functions that does not require a API key.
- Potential Bug within Nodes Array
Project timeline update
Next meeting time
Reday
- push the code for the radio button to github
- Duplicating sessions after loading
- Display the history map after loading
- send a message when user logged in instead of using local storage;
- In the 'create new session' text field, automatically generate a new session name, such as date-time, that is different every time.
- Stop user from creating a new session with a session name that already exists.
Kai
- Improve the radio button for load session.
- Some nodes have 'from' and some have 'source'.
Shaz
- Update the mongoDB schema so it matches the attributes in the sensemap 'node' object.
- get t-test, anova, and other tests running in R.
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