-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Setup projects module and define complete database schema.
Tasks:
- Generate projects module:
nest g module projects - Create entity schema for
projectstable - Define all fields from requirements : [projectName, projectDesc, projectImage, Donations, Status, Progress, ]
- Add relations to users (creator)
- Add status enum: PENDING, APPROVED, REJECTED, ACTIVE, COMPLETED
- Add category enum: HEALTH, EDUCATION, DISASTER_RELIEF, etc.
- Run migration
Acceptance Criteria:
- Projects table created with all fields
- Foreign key to users table
- Proper indexes on creator_id and status
- Enums are properly defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program