radicalplatforms / shafa

A wardrobe logging, composition, and organization app
https://shafa.app
Mozilla Public License 2.0
0 stars 0 forks source link

Create items database materialized view #91

Open rak3rman opened 6 months ago

rak3rman commented 6 months ago

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

Acceptance Criteria

Generated by Zenhub AI

rak3rman commented 6 months ago

PR was opened, but blocked by @rak3rman to determine how to reference this items view in outfits. See PR for more details.