Commit Graph

21 Commits

Author SHA1 Message Date
Michael Dausmann
9daea204e5 more type cleanup 2024-02-17 14:54:45 +11:00
Michael Dausmann
d8f20d9896 setup stores and vitest 2023-11-28 00:28:19 +11:00
Michael Dausmann
a7f8c37f99 prettier fixes #16 2023-10-24 21:18:03 +11:00
Michael Dausmann
4cb78b0060 refactor components and notifications bug 2023-10-06 19:16:37 +11:00
Michael Dausmann
0d2db65f74 replace alerts with notifications using DaisyUI toasts 2023-05-12 23:46:27 +10:00
Michael Dausmann
265eb08de6 workaround prisma import issue with enums 2023-05-04 00:17:49 +10:00
Michael Dausmann
3e3c5e57d7 OpenAI integration and Note generation from prompt 2023-04-29 00:00:52 +10:00
Michael Dausmann
5d21a5731b Main auth and account flows now tested and working 2023-04-25 15:01:23 +10:00
Michael Dausmann
577e79478e enable member deletion and reject pending + bugs 2023-04-24 10:52:35 +10:00
Michael Dausmann
8b2348f6a3 add/delete notes 2023-04-14 00:24:22 +10:00
Michael Dausmann
6a7e7ec9ac finally put #3 to bed with state. also introduce email/password signup and login 2023-04-13 20:11:18 +10:00
Michael Dausmann
028a7dda45 massive state refactor, mostly fixes #3 2023-04-12 00:05:32 +10:00
Michael Dausmann
4d288c7468 team join with link and member admin 2023-04-09 00:41:46 +10:00
Michael Dausmann
5350a5c712 refactor service layer 2023-04-05 22:42:36 +10:00
Michael Dausmann
f2bbe8596a refactor and restructure pinia store and trpc routers + add members list to account store 2023-04-05 00:28:30 +10:00
Michael Dausmann
8fc900fbf1 enable update account name from account page 2023-04-02 17:28:52 +10:00
Michael Dausmann
7311c13db2 Basic Stripe integration. new pages for stripe handshake and new Account page. use query instead of useQuery for trpc fetches from store 2023-03-18 20:37:51 +11:00
Michael Dausmann
a341a641e8 refactor admin functions in store to use active account - introduce admin middleware 2023-02-24 21:09:49 +11:00
Michael Dausmann
f2b3a2617d parameterise admin functions and move to store actions 2023-02-21 20:37:32 +11:00
Michael Dausmann
fbe2436231 create utility types on server - include Account with Membership - start moving account functions to store actions 2023-02-20 00:21:56 +11:00
Michael Dausmann
b3ee03b5c3 ditch useState and composables in favour of pinia store - add server rendered note detail page 2023-02-19 01:22:55 +11:00