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

Brought codebase to v3.1 #34

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Brought codebase to v3.1 #34

merged 3 commits into from
Jan 27, 2025

Conversation

ZhangTerrence
Copy link
Contributor

I noticed that init.sql file in their Github was updated to v3.1 so I also updated our codebase to accomodate that.

Main Changes

  • Made most of the relations bidirectional so inserting is easier.
  • Changed toEntity methods because of the directional relation.
  • Refactored attribute and metadata to their own separate service. Other entity services now calls those two services instead.
  • I also finished implemented Location, Taxonomy, and TaxonomyTerm routes.

Insertion and deletion should work all the entities here. As for updating, so far I've only implemented it for non-relation attributes.

@miguel-merlin miguel-merlin merged commit 52b8222 into main Jan 27, 2025
2 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.

2 participants