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

Fix: Add Tag to Project on Creation #19

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

mbsantiago
Copy link
Owner

  • Issue: Discovered a bug where tags created during task annotation were not being linked to the associated annotation project. This prevented tags from appearing in the project's tag bar and being searchable.

  • Fix: Introduced a callback mechanism during tag creation to explicitly add the new tag to the correct project. This is a temporary workaround while a more robust solution is developed.

  • Next Steps: Plan to refactor the backend to automatically handle tag-to-project association and guarantee data consistency across the application.

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.86%. Comparing base (610c1c6) to head (f99bd4d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   59.86%   59.86%           
=======================================
  Files         171      171           
  Lines        7624     7624           
=======================================
  Hits         4564     4564           
  Misses       3060     3060           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mbsantiago mbsantiago merged commit 1324f46 into main May 23, 2024
4 checks passed
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