Skip to content

Meeting 2017 10 09 Backend

Kai Xu edited this page Oct 9, 2017 · 11 revisions

Participants

Present:

Agenda (to discuss)

Progress update

Action Points from last meeting

Reday

  • Show session name in history map
  • user has to login before starting a session
  • when user 'pause', the saved nodes are marked with 'invisible' and send to the database.
  • make 'start' and 'pause' greyed out (instead of disappear) when not applicable.
  • 'load session' and 'new session' button
  • Push the changes.

Shaz

  • Finish CRUD api
    • update a node
    • no delete api function! Remove them.
  • Push the changes
  • Document CRUD api
  • Test CRUD api

Discussion Points

Reday

  • I still have this strange issue with the Adding Node API, for some reason it adds the node to the first session on the database. This might be an API issue, if not please help me understand my mistake in my code.
  • Line 18 in sesemap API sensemapmodel is still commented out.
  • I get some random Library issue with D3. https://gyazo.com/44e166ff2c8447a38af0d0136f423ab5
  • Heroku API tends to crash at times? could be due to me testing my code a few times.

Open-source SenseMap

Final year project

Moving core.js to background/event script.

Project timeline update

Action Points

Shaz

  • API: update a node
  • Generate a secret key for a session once user is logged in/authenticated.

Reday

  • Remove 'nodeoff'
  • Move the saving and loading code to a new file.

Kai

  • Move 'nodes' to background page
  • Make SenseMap open-source by change the global secret key
Clone this wiki locally