-
-
Notifications
You must be signed in to change notification settings - Fork 251
Merge Items and Locations into "Entities" #678
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
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…Is (soon to be replaced)
Deploying homebox-docs with
|
| Latest commit: |
462c5d2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5ebde8f7.homebox-docs.pages.dev |
| Branch Preview URL: | https://mk-merge-entities.homebox-docs.pages.dev |
# Conflicts: # .github/workflows/binaries-publish.yaml # .github/workflows/e2e-partial.yaml # .github/workflows/partial-backend.yaml # .github/workflows/partial-frontend.yaml # backend/app/api/handlers/v1/v1_ctrl_items.go # backend/go.mod # backend/go.sum # backend/internal/data/ent/attachment.go # backend/internal/data/ent/attachment/attachment.go # backend/internal/data/ent/attachment/where.go # backend/internal/data/ent/attachment_create.go # backend/internal/data/ent/attachment_query.go # backend/internal/data/ent/attachment_update.go # backend/internal/data/ent/migrate/schema.go # backend/internal/data/ent/mutation.go # backend/internal/data/repo/repo_item_attachments.go # backend/internal/data/repo/repo_items.go
# Conflicts: # backend/app/api/static/docs/docs.go # backend/app/api/static/docs/swagger.json # backend/go.mod # backend/go.sum # backend/internal/data/ent/entity_predicates_test.go # backend/internal/data/repo/repo_items.go # docs/en/api/openapi-2.0.json
Done on✈️
# Conflicts: # backend/app/api/static/docs/docs.go # backend/app/api/static/docs/swagger.json # backend/internal/data/repo/repo_items.go # docs/en/api/swagger-2.0.json # frontend/lib/api/types/data-contracts.ts
What type of PR is this?
What this PR does / why we need it:
Merges the items and locations into a single entity, giving locations all the same features and fields as items and vice versa.
Which issue(s) this PR fixes:
Fixes: #251
Special notes for your reviewer:
More info when available
Testing
More info when available