update todos
This commit is contained in:
+23
-8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user