You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be be able to associate/dissociate items together. For example:
WorkItem to/from Blocker
Tags to everythinig
Previously, we've just done this via create and edit, and this did work for 1-1 relationships.
Tags are more complicated. A single tag could be associated with 100s of items, so it's not feasible to use edit to update this list entirely. This approach would also cause issues down-the-road when we get concurrent users.
I'm thinking of new commands, associate and dissociate, so that client requests are coming in as 'add an association' or 'remove an association', which is different with a request like 'here is the new list of associations'
The text was updated successfully, but these errors were encountered:
We want to be be able to associate/dissociate items together. For example:
WorkItem
to/fromBlocker
Tag
s to everythinigPreviously, we've just done this via
create
andedit
, and this did work for 1-1 relationships.Tags are more complicated. A single tag could be associated with 100s of items, so it's not feasible to use edit to update this list entirely. This approach would also cause issues down-the-road when we get concurrent users.
I'm thinking of new commands,
associate
anddissociate
, so that client requests are coming in as 'add an association' or 'remove an association', which is different with a request like 'here is the new list of associations'The text was updated successfully, but these errors were encountered: