-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Job Story
When parsing a JSON schema enum,
I want to use ActiveRecord::Enum,
So I can use the scopes, validation, etc that comes with it.
Technical Notes
- Enums will need to be stored as an integer that represents the index of the enum value
Definition of Done
- Code implemented
- Unit tests written and passing
- Integration tests completed
- Documentation updated
- Code reviewed
- QA verified
- Product owner approval