- Task #6: WebSocket /ws/dashboard + Kafka events (5 topics) * Backend: KafkaEventProducer, KafkaEventConsumer * Mobile: WebSocketService (reconnection, heartbeat, typed events) * DashboardBloc: Auto-refresh depuis WebSocket events - Finance Workflow: approbations + budgets (backend + mobile) * Backend: entities, services, resources, migrations Flyway V6 * Mobile: features finance_workflow complète avec BLoC - Corrections DI: interfaces IRepository partout * IProfileRepository, IOrganizationRepository, IMembreRepository * GetIt configuré avec @injectable - Spec-Kit: constitution + templates mis à jour * .specify/memory/constitution.md enrichie * Templates agent, plan, spec, tasks, checklist - Nettoyage: fichiers temporaires supprimés Signed-off-by: lions dev Team
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
# [CHECKLIST TYPE] Checklist: [FEATURE NAME]
|
||
|
||
**Purpose**: [Brief description of what this checklist covers]
|
||
**Created**: [DATE]
|
||
**Feature**: [Link to spec.md or relevant documentation]
|
||
|
||
**Note**: This checklist is generated by the `/speckit.checklist` command based on feature context and requirements. Pour UnionFlow, s’appuyer sur `.specify/memory/inventaire-code.md` pour ne pas inventer de composants non existants.
|
||
|
||
<!--
|
||
============================================================================
|
||
IMPORTANT: The checklist items below are SAMPLE ITEMS for illustration only.
|
||
|
||
The /speckit.checklist command MUST replace these with actual items based on:
|
||
- User's specific checklist request
|
||
- Feature requirements from spec.md
|
||
- Technical context from plan.md
|
||
- Implementation details from tasks.md
|
||
|
||
DO NOT keep these sample items in the generated checklist file.
|
||
============================================================================
|
||
-->
|
||
|
||
## [Category 1]
|
||
|
||
- [ ] CHK001 First checklist item with clear action
|
||
- [ ] CHK002 Second checklist item
|
||
- [ ] CHK003 Third checklist item
|
||
|
||
## [Category 2]
|
||
|
||
- [ ] CHK004 Another category item
|
||
- [ ] CHK005 Item with specific criteria
|
||
- [ ] CHK006 Final item in this category
|
||
|
||
## Notes
|
||
|
||
- Check items off as completed: `[x]`
|
||
- Add comments or findings inline
|
||
- Link to relevant resources or documentation
|
||
- Items are numbered sequentially for easy reference
|