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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
Implementation notes: