Handle concurrent manipulation of suggestions and drafts #439

Open
opened 2024-12-09 14:46:38 +00:00 by fricklerhandwerk · 0 comments
fricklerhandwerk commented 2024-12-09 14:46:38 +00:00 (Migrated from github.com)

There are denerate cases (which become more likely with more users of the service) where multiple people add or remove entries form the suggestion list or add/remove packages from a suggestion/draft. Right now there's no way for an individual user to notice that this is happening, and after reloading the resulting state will be surprising because it's inconsistent with perceived interactions.

In particular in the activity log we should neatly summarise the case where multiple people concurrently do and undo removals or status changes.

There are denerate cases (which become more likely with more users of the service) where multiple people add or remove entries form the suggestion list or add/remove packages from a suggestion/draft. Right now there's no way for an individual user to notice that this is happening, and after reloading the resulting state will be surprising because it's inconsistent with perceived interactions. In particular in the activity log we should neatly summarise the case where multiple people concurrently do and undo removals or status changes.
Sign in to join this conversation.
No description provided.