update todos

This commit is contained in:
2026-01-31 15:55:02 +01:00
parent d183fb4b53
commit e48b386b54
2 changed files with 60 additions and 8 deletions
+23 -8
View File
@@ -109,14 +109,29 @@
## Testing
- [ ] **Controller tests** for all actions
- [ ] **System tests** for critical user flows
- [ ] Public browsing and search
- [ ] Contributor creates/edits entry
- [ ] Reviewer workflow
- [ ] Admin user management
- [ ] **Integration tests** for authentication flows
- [ ] **Performance tests** for search queries
- [x] **Controller tests** for all actions
- [x] EntriesController (index, show, edit, update, download, filters, search)
- [x] PasswordResetsController (new, create, edit, update, token validation)
- [x] Existing tests: Sessions, Invitations, Setup, Admin controllers, Comments, Requests
- [x] **System tests** for critical user flows
- [x] Public browsing and search
- [x] Contributor creates/edits entry
- [ ] Reviewer workflow (pending feature implementation)
- [x] Admin user management
- [x] **Integration tests** for authentication flows
- [x] Sign in/sign out flows
- [x] Remember me functionality
- [x] Session timeout
- [x] Rate limiting
- [x] Password reset flow
- [x] Invitation acceptance flow
- [x] **Performance tests** for search queries
- [x] Full text search benchmarks
- [x] Language-specific search
- [x] Alphabetical browsing
- [x] Category filtering
- [x] Combined filters
- [x] XLSX download performance
## Deployment