From 0bad37dbc7f120e67b9ae5fe2f020c2a9927239d Mon Sep 17 00:00:00 2001 From: Michael Dausmann Date: Sat, 25 Feb 2023 18:42:18 +1100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b8f14b..94fcde7 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ npx prisma generate - 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 (not required, admins can add new members to team) -- actions which mutate the current user account should update the context... service methods should maybe return whole user so it can be placed on context. +- actions which mutate the current user account should update the context... (done) - integration with stripe including web hooks. # Admin Functions Scenario (shitty test)