Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associate/Dissociate commands #248

Open
ehharvey opened this issue Nov 23, 2024 · 0 comments
Open

Associate/Dissociate commands #248

ehharvey opened this issue Nov 23, 2024 · 0 comments

Comments

@ehharvey
Copy link
Owner

We want to be be able to associate/dissociate items together. For example:

  1. WorkItem to/from Blocker
  2. 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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant