Skip to content

Meeting 2017 12 7 Backend

Kai Xu edited this page Dec 7, 2017 · 9 revisions

Participants

Present: Kai, Shaz, Reday

Agenda (to discuss)

Progress update

Action Points from last meeting

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.

Discussion Points

  • Potential Bug within Nodes Array

Project timeline update

Next meeting time

Action Points

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.
Clone this wiki locally