Skip to content

Backend - Write Seed Data Scripts #113

@liangricky7

Description

@liangricky7
  • Write Drizzle ORM seed scripts to populate Users, Projects, Project_Task, and Project_User Tables
  • Check Docs: https://orm.drizzle.team
  • Don't touch anything in the database/drizzle folder
  • See shared/config/enums.ts for all the enums and config.ts as well
  • README.md should list how to contribute/update the database; ask me if you are confused

Users

  • (We only care about the different roles for testing) Create 1 Superadmin, 1 Admin, 1 System Lead, 1 Subsystem Lead, 1 Member
  • 2 Projects, 5 Tasks each, make Project Priorities different from each other (1 High, 1 Low)
  • Hook up all your users to the projects

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions