Initial BizOne portal setup
This commit is contained in:
18
docs/notes.md
Normal file
18
docs/notes.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Version 3 Notes
|
||||
|
||||
This version is a runnable baseline, not a production-ready app yet.
|
||||
|
||||
## Already included
|
||||
- JWT login skeleton
|
||||
- Contacts list/create skeleton via Prisma
|
||||
- Webhook receive endpoint that stores payloads
|
||||
- Docker compose for PostgreSQL and Redis
|
||||
- Frontend dashboard layout skeleton
|
||||
|
||||
## Next recommended work
|
||||
- Password hashing and real auth guard
|
||||
- Full CRUD for contacts
|
||||
- Template and campaign modules
|
||||
- Queue worker with BullMQ
|
||||
- Provider adapter layer
|
||||
- Better frontend UI kit integration
|
||||
13
docs/setup-notes.md
Normal file
13
docs/setup-notes.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Setup Notes
|
||||
|
||||
## V6 improvements
|
||||
- Login page sudah ada
|
||||
- Demo token helper dipakai frontend agar alur fetch lebih kebayang
|
||||
- Contacts page sudah punya form skeleton + list fetch
|
||||
- Auth guard backend sudah return unauthorized kalau header tidak ada
|
||||
|
||||
## Next recommended step
|
||||
- Simpan token beneran via cookie/session
|
||||
- Login form submit beneran
|
||||
- Contacts form POST beneran
|
||||
- JWT verification real, bukan check header doang
|
||||
Reference in New Issue
Block a user