Live Update ALL numbers #10

Closed
opened 2020-02-13 03:06:33 -08:00 by Max · 0 comments
Owner

Every time a number changes, display a little flash or animation.

Display the number of notes, files, archived and shared with numbers next to them.
Every time it changes, have a little animation happen.

Make a number display component that houses the animation and watches for changes with the global number store.

Integrate socket IO on the backend to ping user every time a number is changed on the server. There are two scenarios where new numbers should be updated in real time.

  • New shared notes
  • New files

Implementation notes:

  • User joins room with userId when connection to socket.io
  • Socket pings users browser to fetch latest counts
  • counts are updated, vue components watching those counts automatically update
Every time a number changes, display a little flash or animation. Display the number of notes, files, archived and shared with numbers next to them. Every time it changes, have a little animation happen. Make a number display component that houses the animation and watches for changes with the global number store. Integrate socket IO on the backend to ping user every time a number is changed on the server. There are two scenarios where new numbers should be updated in real time. * New shared notes * New files Implementation notes: * User joins room with userId when connection to socket.io * Socket pings users browser to fetch latest counts * counts are updated, vue components watching those counts automatically update
Max closed this issue 2020-02-13 10:10:36 -08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Max/SolidScribe#10
No description provided.