-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
backendRelated to the hono backendRelated to the hono backendhelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Description
Create a new materialized database view for items using Drizzle. This new view does NOT have to include any new attributes quite yet, it should return the items schema exactly. https://orm.drizzle.team/docs/views
- Create
items_extendedmaterialized database view insrc/schema.ts - Refresh materialized view in item and outfit POST, PUT, and DELETE requests
- Research if it makes sense to add additional materialized attributes with Postgres
Acceptance Criteria
Generated by Zenhub AI
- Scenario: Create items_extended materialized database view
- Given the
items_extendedmaterialized database view is created insrc/schema.ts - When the item and outfit POST, PUT, and DELETE requests are executed
- Then the items materialized view should be refreshed and used in the requests (if applicable, likely not)
- When item and outfit GET (read ops) requests are executed
- Then the items materialized view should be queried against and returned
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendRelated to the hono backendRelated to the hono backendhelp wantedExtra attention is neededExtra attention is needed