Skip to content

Meeting 2017 08 25 Backend

Kai Xu edited this page Sep 8, 2017 · 1 revision

Participants

Present: Reday, Phong, Kai

Agenda (to discuss)

Reday to update on the progress on login

Discussion Points

  • what happens when user closes chrome: keep the login and user information.

    • when user login again, just check if it is the same user; if so, don't create a new user.
  • user login/out in the sensemap

    • User click the sensemap icon to login
    • Once logged in, in the pop out page to show the logout button and display user profile information, and later also a list of saved sensemap sessions.

Action Points

  • Add a popup page: including
    • user details and profile picture,
    • login button (when not logged in)/logout button (after login)
    • a list of saved SenseMap sessions
  • Confirm with Shaz about the syntax of the REAS API, so the login development doesn't have to wait on it.
  • Add the code to communicate with database through REST;
  • Create login test with Sinon's fake login server;
  • Create login test with Sinon's fake database server;
Clone this wiki locally