Skip to content

Enums using ActiveRecord::Enum #25

@timgentry

Description

@timgentry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions