Skip to content

Meeting 2017 11 30 Backend

Kai Xu edited this page Nov 30, 2017 · 6 revisions

Participants

Present: Shaz, Kai, Reday

Agenda (to discuss)

Progress update

Action Points from last meeting

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

Discussion Points

Action Points

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.

Clone this wiki locally