2026-03-11 23:33:10 +00:00
|
|
|
# generated: 2026-03-11
|
|
|
|
|
# project: l'ami fiduciaire
|
|
|
|
|
# project_key: NOKEY
|
|
|
|
|
# tracking_system: file-system
|
|
|
|
|
# story_location: _bmad-output/implementation-artifacts
|
|
|
|
|
|
|
|
|
|
# STATUS DEFINITIONS:
|
|
|
|
|
# ==================
|
|
|
|
|
# Epic Status:
|
|
|
|
|
# - backlog: Epic not yet started
|
|
|
|
|
# - in-progress: Epic actively being worked on
|
|
|
|
|
# - done: All stories in epic completed
|
|
|
|
|
#
|
|
|
|
|
# Epic Status Transitions:
|
|
|
|
|
# - backlog → in-progress: Automatically when first story is created (via create-story)
|
|
|
|
|
# - in-progress → done: Manually when all stories reach 'done' status
|
|
|
|
|
#
|
|
|
|
|
# Story Status:
|
|
|
|
|
# - backlog: Story only exists in epic file
|
|
|
|
|
# - ready-for-dev: Story file created in stories folder
|
|
|
|
|
# - in-progress: Developer actively working on implementation
|
|
|
|
|
# - review: Ready for code review (via Dev's code-review workflow)
|
|
|
|
|
# - done: Story completed
|
|
|
|
|
#
|
|
|
|
|
# Retrospective Status:
|
|
|
|
|
# - optional: Can be completed but not required
|
|
|
|
|
# - done: Retrospective has been completed
|
|
|
|
|
#
|
|
|
|
|
# WORKFLOW NOTES:
|
|
|
|
|
# ===============
|
|
|
|
|
# - Epic transitions to 'in-progress' automatically when first story is created
|
|
|
|
|
# - Stories can be worked in parallel if team capacity allows
|
|
|
|
|
# - SM typically creates next story after previous one is 'done' to incorporate learnings
|
|
|
|
|
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
|
|
|
|
|
|
|
|
|
|
generated: 2026-03-11
|
feat: add notification center with bell dropdown, full page, and workspace scoping (Story 3.3)
Enhance NotificationDropdown with type-specific icons, French description builder,
click-to-navigate with mark-as-read, and "Voir toutes les notifications" link.
Add full notifications page at /notifications with pagination (25/page), individual
mark-as-read, and empty state. Includes code review fixes: workspace-scoped unread
count and dropdown items, race condition fix (mark-as-read before navigate),
efficient markAllAsRead via direct update, deleted declaration URL handling,
and per-workspace cache keys. 7 new feature tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 11:26:40 +01:00
|
|
|
last_updated: "2026-03-26"
|
2026-03-11 23:33:10 +00:00
|
|
|
project: "l'ami fiduciaire"
|
|
|
|
|
project_key: NOKEY
|
|
|
|
|
tracking_system: file-system
|
|
|
|
|
story_location: "_bmad-output/implementation-artifacts"
|
|
|
|
|
|
|
|
|
|
development_status:
|
|
|
|
|
# Epic 0: Foundation Migration & Infrastructure Setup
|
2026-03-13 04:08:59 +00:00
|
|
|
epic-0: done
|
2026-03-11 23:33:10 +00:00
|
|
|
0-1-rename-folders-to-declarations-in-database: done
|
2026-03-12 18:25:32 +00:00
|
|
|
0-2-rename-folders-to-declarations-in-backend: done
|
|
|
|
|
0-3-rename-folders-to-declarations-in-frontend: done
|
|
|
|
|
0-4-configure-redis-for-cache-queue-and-sessions: done
|
|
|
|
|
0-5-add-foundation-database-migrations-and-declaration-status-flow: done
|
2026-03-13 04:08:59 +00:00
|
|
|
epic-0-retrospective: done
|
2026-03-11 23:33:10 +00:00
|
|
|
|
|
|
|
|
# Epic 1: Team Management & Permission System
|
2026-03-20 12:00:24 +00:00
|
|
|
epic-1: done
|
2026-03-18 00:12:50 +00:00
|
|
|
1-1-permission-configuration-and-controller-traits: done
|
|
|
|
|
1-2-team-management-page-view-and-invite-members: done
|
|
|
|
|
1-3-role-assignment-and-member-removal: done
|
|
|
|
|
1-4-manager-permission-toggle-matrix: done
|
|
|
|
|
1-5-role-based-access-enforcement-across-views: done
|
|
|
|
|
1-6-workspace-switching-for-multi-workspace-owners: done
|
2026-03-20 12:00:24 +00:00
|
|
|
epic-1-retrospective: done
|
2026-03-11 23:33:10 +00:00
|
|
|
|
|
|
|
|
# Epic 2: Role-Driven Dashboard & Command Center
|
2026-03-22 21:51:38 +01:00
|
|
|
epic-2: done
|
2026-03-22 17:31:23 +01:00
|
|
|
2-1-owner-manager-command-center-dashboard: done
|
|
|
|
|
2-2-priority-alerts-panel: done
|
2026-03-22 21:51:38 +01:00
|
|
|
2-3-worker-scoped-dashboard: done
|
feat: implement Story 2.4 — Dashboard Activity Feed with review fixes
Add role-scoped activity feed to the dashboard showing the 20 most recent
workspace events. Owners/Managers see all activity (declarations, clients,
team changes); Workers see only their assigned declarations. Includes
French descriptions, relative timestamps, responsive layout (desktop
sidebar, tablet inline, mobile collapsible), and 7 passing Pest tests.
Review fixes applied: batch-load declarations/clients/users to eliminate
N+1 queries, consistent soft-delete handling in URL resolution, French
grammar singular/plural fix, missing icon map entry, and corrected tablet
breakpoint per spec.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 21:21:07 +01:00
|
|
|
2-4-dashboard-activity-feed: done
|
2026-03-24 10:56:14 +01:00
|
|
|
epic-2-retrospective: done
|
2026-03-11 23:33:10 +00:00
|
|
|
|
|
|
|
|
# Epic 3: Collaboration, Nudge System & Notifications
|
feat: add notification center with bell dropdown, full page, and workspace scoping (Story 3.3)
Enhance NotificationDropdown with type-specific icons, French description builder,
click-to-navigate with mark-as-read, and "Voir toutes les notifications" link.
Add full notifications page at /notifications with pagination (25/page), individual
mark-as-read, and empty state. Includes code review fixes: workspace-scoped unread
count and dropdown items, race condition fix (mark-as-read before navigate),
efficient markAllAsRead via direct update, deleted declaration URL handling,
and per-workspace cache keys. 7 new feature tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 11:26:40 +01:00
|
|
|
epic-3: in-progress
|
|
|
|
|
3-1-notification-infrastructure-setup: done
|
|
|
|
|
3-2-one-click-nudge-system: done
|
|
|
|
|
3-3-notification-center-and-bell: review
|
2026-03-11 23:33:10 +00:00
|
|
|
3-4-bulk-client-notification-scheduling: backlog
|
|
|
|
|
3-5-email-notification-enhancement-for-key-events: backlog
|
|
|
|
|
epic-3-retrospective: optional
|
|
|
|
|
|
|
|
|
|
# Epic 4: Bulk Operations, Search & Advanced Filtering
|
|
|
|
|
epic-4: backlog
|
|
|
|
|
4-1-filterbar-component-and-usefilters-composable: backlog
|
|
|
|
|
4-2-apply-filterbar-to-declarations-and-clients-pages: backlog
|
|
|
|
|
4-3-quick-search-with-mysql-fulltext: backlog
|
|
|
|
|
4-4-bulk-declaration-creation: backlog
|
|
|
|
|
4-5-archive-navigation-with-dedicated-filters: backlog
|
|
|
|
|
epic-4-retrospective: optional
|
|
|
|
|
|
|
|
|
|
# Epic 5: Archive System & Document Preview
|
|
|
|
|
epic-5: backlog
|
|
|
|
|
5-1-auto-archive-on-close-and-history-preservation: backlog
|
|
|
|
|
5-2-archive-detail-page-read-only-snapshot: backlog
|
|
|
|
|
5-3-in-app-document-preview: backlog
|
|
|
|
|
5-4-re-open-archived-declaration: backlog
|
|
|
|
|
5-5-bulk-zip-download-and-retention-policy: backlog
|
|
|
|
|
epic-5-retrospective: optional
|
|
|
|
|
|
|
|
|
|
# Epic 6: Platform Administration & Subscription Enforcement
|
|
|
|
|
epic-6: backlog
|
|
|
|
|
6-1-saas-admin-role-and-admin-guard: backlog
|
|
|
|
|
6-2-platform-dashboard-and-workspace-overview: backlog
|
|
|
|
|
6-3-support-ticket-inbox: backlog
|
|
|
|
|
6-4-platform-configuration-management: backlog
|
|
|
|
|
6-5-subscription-tier-limit-enforcement: backlog
|
|
|
|
|
epic-6-retrospective: optional
|
|
|
|
|
|
|
|
|
|
# Epic 7: Production Infrastructure & Deployment
|
|
|
|
|
epic-7: backlog
|
|
|
|
|
7-1-encrypted-file-storage-with-s3-compatible-backend: backlog
|
|
|
|
|
7-2-email-delivery-via-amazon-ses: backlog
|
|
|
|
|
7-3-laravel-forge-deployment-and-ci-pipeline: backlog
|
|
|
|
|
7-4-monitoring-alerting-and-error-tracking: backlog
|
|
|
|
|
7-5-automated-backups-and-disaster-recovery: backlog
|
|
|
|
|
epic-7-retrospective: optional
|