-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
backendBackend/server-side developmentBackend/server-side developmentenhancementEnhancement to existing featureEnhancement to existing featuremediumMedium complexity implementationMedium complexity implementationmedium-impactMedium business impactMedium business impact
Description
Summary
Three controller test files have TODO placeholders but no actual tests implemented:
t/controller/create-projects.t(Line 10)t/controller/create-users.t(Line 13)t/controller/create-locations.t(Line 13)
Missing Test Coverage
Each file needs tests for:
- Basic creation workflow
- Customer context handling
- Schema isolation verification
- Validation error handling
- Success/failure states
Implementation Notes
Follow the pattern in other controller tests like t/controller/waitlist-action.t which shows proper workflow testing with HTMX interactions.
Related Issues
These are lower priority than user journey tests (#74, #75) but should be completed for comprehensive controller coverage.
Metadata
Metadata
Assignees
Labels
backendBackend/server-side developmentBackend/server-side developmentenhancementEnhancement to existing featureEnhancement to existing featuremediumMedium complexity implementationMedium complexity implementationmedium-impactMedium business impactMedium business impact