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

Tag type creation and crud functions #7928

Merged
merged 10 commits into from Jul 3, 2023

Conversation

JaydenTeoh
Copy link
Collaborator

This is a PR containing only Tag type creation and its basic crud functions. This allows us divide the original Tags PR #7766 into segments to be added into production for easier testing.

Stakeholders

@mekarpeles

@jimchamp
Copy link
Collaborator

jimchamp commented Jun 8, 2023

I would be great if the DDL was included with this PR. It could be added to https://github.com/internetarchive/openlibrary/blob/master/openlibrary/core/infobase_schema.sql, which contains DDL for many other Infogami types.

@JaydenTeoh
Copy link
Collaborator Author

JaydenTeoh commented Jun 9, 2023

@jimchamp Hi Jim, I've added the DDL for tags as requested, would you mind taking a look to verify that I have not missed anything out? Thank you!

@JaydenTeoh
Copy link
Collaborator Author

@mekarpeles Made a small change to remove duplicate Tag class registration as an Infogami 'Thing' within the recent commit. Let's test the staging of this PR again just to be sure it does not affect anything.

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.

None yet

3 participants