-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Implement backend support for tag colors #4350
Comments
Since peers review, there is new directions for the solution required.: feat: tags collection redesign
|
haller33
added a commit
that referenced
this issue
Dec 2, 2024
haller33
added a commit
that referenced
this issue
Dec 2, 2024
haller33
added a commit
that referenced
this issue
Dec 5, 2024
haller33
added a commit
that referenced
this issue
Dec 5, 2024
haller33
added a commit
that referenced
this issue
Dec 9, 2024
haller33
added a commit
that referenced
this issue
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature will enable storing and retrieving color information associated with tags. Although there is no UI implementation required at this stage, the backend should be ready to handle color attributes for tags.
Database Changes
color
) to the tags schema in the database to store color information.API Changes
Validation
Validate the color field to ensure it adheres to a valid format (e.g., HEX codes like #FFFFFF).
Backward Compatibility
Ensure existing tags without color information remain functional and default to empty (null value).
Testing
Add unit and integration tests to verify the proper handling of the color attribute in all relevant operations.
The text was updated successfully, but these errors were encountered: