-
Notifications
You must be signed in to change notification settings - Fork 8
Meeting 2017 11 30 Backend
Kai Xu edited this page Nov 30, 2017
·
6 revisions
Present: Shaz, Kai, Reday
Reday
- Move the login code to a separate js file and load it with background.js.
- Automatically start history map once user logged in.
- When history map starts, show the option to load a old session or create a new one.
- Get the new node saving working.
Shaz
- Local (batch) script on the server that runs the R script, or
- Remote (batch) script to run the R script on the server
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.
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