Skip to content

Edition feature #2

Description

@zerothabhishek

We need a resource called edition that match the various editions of the workshop. There should be a separate record for January-2015 edition, and a separate one for Nov-2014 and so on.

Edition model will have a name and date, and a small CRUD interface for the admin
The home page will only show the upcoming edition, or the just passed one

Here's its associations:

  Edition has_many :participants
  Edition has_many :coaches
  Participant belongs_to :edition
  Coach belongs_to :edition

And also a migration script that attaches all the existing participants to the Nov edition

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions