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

feat: add tag domain and storage implementation #1433

Merged
merged 4 commits into from
Jan 9, 2025
Merged

Conversation

cre8ivejp
Copy link
Member

@cre8ivejp cre8ivejp commented Jan 8, 2025

Part of #1090

I will implement the Tag service to list tags.
Currently, we have a list tags API in the feature service, but I will move that API to the Tag service because the Tag won't be related only to features anymore.

The Tag table will have tags from other Entities, such as Experiments, Goals, Segments, etc.

Things done

  • Added tag proto files
  • Added storage pkg
  • Added entity_type column to the tag table

Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
@cre8ivejp cre8ivejp marked this pull request as ready for review January 8, 2025 15:20
@cre8ivejp cre8ivejp requested a review from kentakozuka as a code owner January 8, 2025 15:20
@cre8ivejp cre8ivejp requested review from Ubisoft-potato and removed request for kentakozuka January 8, 2025 15:20
Copy link
Collaborator

@Ubisoft-potato Ubisoft-potato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@cre8ivejp cre8ivejp merged commit a2078e5 into main Jan 9, 2025
26 checks passed
@cre8ivejp cre8ivejp deleted the chore-tags-table branch January 9, 2025 02:27
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.

2 participants