You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Question and Answer models for option questions
Phase 1: Data Model Implementation
- Created Question model with billable association, ordered scope
- Created Answer model with person/question associations
- Added validations for question types (radio/textarea)
- Implemented choice removal handling (nullifies affected answers)
- Prevented question type changes when answers exist
- Added nested attributes support to Billable and Person models
- Updated controllers to handle questions and answers
- Added applicable_questions method to Person model
- All existing tests pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments