membership functions - split and compose router functions - schema changes
This commit is contained in:
11
README.md
11
README.md
@@ -91,4 +91,13 @@ Then I manually hand coded the schema.prisma file based on something else I alre
|
||||
npx prisma db push
|
||||
npm install @prisma/client --save-dev
|
||||
npx prisma generate
|
||||
```
|
||||
```
|
||||
|
||||
# TODO
|
||||
- add role to membership and have methods for changing role, making sure one owner etc (done)
|
||||
- remove @unique so users can have multiple accounts (done)
|
||||
- add concept of 'current' account for user.. maybe put account on context or session. maybe just on DB...'current' boolean on membership?
|
||||
- add max_notes property to plan and account as an example of a 'limit' property (done)
|
||||
- add spinup script somehow to create plans???.... should I use some sort of generator like sidebase?
|
||||
- team invitation thingy
|
||||
- integration with stripe including web hooks.
|
||||
Reference in New Issue
Block a user