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

Back-end for assign-tags mutations #1890

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

pylipp
Copy link
Contributor

@pylipp pylipp commented Jan 3, 2025

https://trello.com/c/zyiOzn2C/1647-20-be-implement-assigntagstoboxes-and-unassigntagsfromboxes-mutations

New mutations:

  • assignTagsToBoxes
  • unassignTagsFromBoxes

Deleted mutations:

  • assignTagToBoxes
  • assignTag
  • unassignTagFromBoxes
  • unassignTag

@pylipp pylipp force-pushed the backend-for-assign-tags-mutations branch from 58d0c37 to a22adeb Compare January 9, 2025 15:45
In the situation with two boxes B1 and B2, and two tags T1 and T2,
given that B1 already has T1 assigned,
and it is requested to assign the tags T1 and T2 to the boxes B1 and B2,
T1 must not be assigned a second time to B1 but also B1 must not be
marked as an invalid box because it still needs T2.
@pylipp pylipp force-pushed the backend-for-assign-tags-mutations branch from a22adeb to 3443d31 Compare January 13, 2025 19:50
@pylipp pylipp requested a review from HaGuesto January 14, 2025 14:55
Use updateBox / assignTagsToBoxes / unassignTagsFromBoxes mutations
instead
@pylipp pylipp marked this pull request as ready for review January 14, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant