@@ -14,7 +14,8 @@ Bootstrapped using the create-t3-app using:
1414- [ Drizzle ORM] ( https://orm.drizzle.team/docs/overview )
1515- [ Clerk authentication] ( https://clerk.com/docs )
1616- [ Vercel] ( https://vercel.com )
17- - [ Xata] ( https://app.xata.io )
17+ - [ Supabase] ( https://supabase.com/ )
18+ - Deprecated: [ Xata lite] ( https://app.xata.io )
1819
1920We use [ pnpm] ( https://pnpm.io/ ) as the package manager for this project.
2021
@@ -32,22 +33,26 @@ pnpm i <dep_name> -E
3233pnpm upgrade -L
3334
3435# Database migration
35- pnpm drizzle-kit pull
36- pnpm drizzle-kit generate
37- pnpm drizzle-kit migrate
36+ npx drizzle-kit generate
37+ npx drizzle-kit push
3838```
3939
40+ ### Notes
41+
42+ - UTC time
43+ - When you make changes to the DB, please back up the data first.
44+
4045## Planned Features
4146
4247### Project Integration Enhancements
4348
44- - Profiles will soon showcase the projects that users have contributed to, highlighting their work and collaborations.
49+ - Profiles showcase the projects that users have contributed to, highlighting their work and collaborations.
4550- Applications to join our seasonal Summer and Winter projects will be directly accessible through the site for our members.
4651- Committee members and Administrators will gain the ability to upload project specifics directly to the platform.
4752
4853### User Profile Enhancements
4954
50- - The platform will support multiple role assignments for users, offering tailored experiences based on their involvement and interests.
55+ - The platform supports multiple role assignments for users, offering tailored experiences based on their involvement and interests.
5156- Enhanced profile customization options will be introduced.
5257
5358### Event Participation and Management
0 commit comments