|
|
f9720850b2
|
feat(m15): full test completion + quality gate + validation fixes
- Add E2E notifications.spec (member-added notification -> list -> mark read)
and activity-log.spec (board_posted + todo_created recorded)
- Set Playwright workers=1 for deterministic full-suite runs (SSE test under
parallel load); full E2E suite (18 tests / 13 specs incl. 12 mandated
scenarios) green
- Quality gate: 251 unit/integration tests, lint clean, typecheck clean,
build succeeds, coverage 91.13% Repository/Service (>=80%)
- Validation fixes (mandatory): SearchService now searches ALL items
(large pageSize) instead of first page only; MeetingService.
checkScheduleConflicts now requires membership (actorId) to prevent
non-member info enumeration
|
2026-06-25 02:54:48 +02:00 |
|
|
|
755c242d2b
|
feat(m13): cross-resource search + dashboard completion, tests, e2e
- SearchService (cross-resource keyword search across board/chat/todo/file/
event/meeting/milestone/note with type filter, project isolation)
- DashboardService (project dashboard: in-progress todos, near-due(7d),
latest chat/board/notes/files(5), next meeting, milestones w/ progress,
recent activity(10); personal dashboard: my projects, incomplete todos,
upcoming meetings, unread notifications, overdue tasks, recent activity)
- CalendarRepository.findByProject
- APIs: GET /api/projects/:projectId/search, GET /api/dashboard
- Screens: complete personal dashboard, complete project overview,
search page + SearchForm, ProjectNav 検索 link
- Unit tests (SearchService, DashboardService) + e2e dashboard
|
2026-06-25 02:28:17 +02:00 |
|