Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#36 - An Event has many years #66

Merged
merged 1 commit into from
Feb 22, 2018

Commits on Feb 16, 2018

  1. Events have the capacity for multiple years

    - Event Model, which previously had all info about the event occurence,
    becomes EventInstance
    - a new Event model now contains event identity
    - event creation workflow happens thorugh the instance--an event should
    not exist unless we have a record of one of its instances
    - update specs for changed models and controllers
    - update feature specs to reflect new workflows
    - update factories
    - update related Submission model to communicate with EventInstance
    instead of Event
    flyinggrizzly committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    01ca04f View commit details
    Browse the repository at this point in the history