complete story 6.7 with QA tests and generated epic 10 to fix the branding colors

This commit is contained in:
Naser Mansour
2025-12-27 21:29:01 +02:00
parent 43eca9822f
commit 04d432d69d
16 changed files with 2245 additions and 56 deletions
+12 -3
View File
@@ -26,8 +26,9 @@ This document provides an index of all epics for the Libra Law Firm platform dev
| 7 | [Client Dashboard](./epic-7-client-dashboard.md) | 6 | High | Epic 1-4 |
| 8 | [Email Notification System](./epic-8-email-notifications.md) | 10 | High | Epic 1-4 |
| 9 | [Design & Branding Implementation](./epic-9-design-branding.md) | 11 | High | Epic 1 |
| 10 | [Brand Color Refresh](./epic-10-brand-color-refresh.md) | 3 | High | Epic 9 |
**Total Stories:** 65
**Total Stories:** 68
---
@@ -50,6 +51,9 @@ This document provides an index of all epics for the Libra Law Firm platform dev
8. **Epic 6: Admin Dashboard** - Management interface
9. **Epic 7: Client Dashboard** - Client portal
### Phase 5: Brand Refresh
10. **Epic 10: Brand Color Refresh** - Update to new LIBRA for Rights color palette
---
## Dependency Graph
@@ -64,6 +68,7 @@ Epic 1 (Core Foundation)
│ └── Epic 8 (Email)
├── Epic 5 (Posts)
└── Epic 9 (Design)
└── Epic 10 (Brand Color Refresh)
```
---
@@ -87,13 +92,17 @@ Epic 1 (Core Foundation)
| Element | Specification |
|---------|---------------|
| Primary Color | Dark Navy Blue (#0A1F44) |
| Accent Color | Gold (#D4AF37) |
| Primary Color | Charcoal (#4A4A42) |
| Secondary Color | Warm Gray (#C9C4BA) |
| Light Background | Off-White (#E8E4DC) |
| Text/Headlines | Deep Black (#1A1A1A) |
| Arabic Font | Cairo / Tajawal |
| English Font | Montserrat / Lato |
| Primary Language | Arabic (RTL) |
| Secondary Language | English (LTR) |
> **Note:** Colors updated in Epic 10 per new brand identity. See `docs/brand.md` for full guidelines.
---
## Quick Links