Tests Playwright validés ✅:
- Création de notes: OK
- Modification titre: OK
- Modification contenu: OK
- Markdown éditable avec preview: OK
Fonctionnalités:
- date-fns: dates relatives sur cards
- react-markdown + remark-gfm
- Markdown avec toggle edit/preview
- Recherche améliorée (titre/contenu/labels/checkItems)
- Reminder recurrence/location (schema)
- NextAuth.js + User/Account/Session
- userId dans Note (optionnel)
- 4 migrations créées
Ready for production + auth integration
4 lines
126 B
SQL
4 lines
126 B
SQL
-- AlterTable
|
|
ALTER TABLE "Note" ADD COLUMN "reminderLocation" TEXT;
|
|
ALTER TABLE "Note" ADD COLUMN "reminderRecurrence" TEXT;
|