metadata-research / yamz

A crowd-sourced metadata dictionary
MIT License
9 stars 3 forks source link

Add asynchronous updating when viewing a term #153

Open machawk1 opened 4 months ago

machawk1 commented 4 months ago

Is your feature request related to a problem? Please describe.
While two users are viewing a term, if one comments, the comment will not be shown until the page is reloaded. There are a few technologies that exist that could make this more fluid to feel more interactive (e.g., Service Workers)

Describe the solution you'd like
When a comment is left on a term I am viewing, the page is updated with the comment. This might also apply to a change in definition, vote count, etc.