-
Notifications
You must be signed in to change notification settings - Fork 6
Add polymorphic Chapters #3
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
Comments
dweinerATL
pushed a commit
that referenced
this issue
Sep 28, 2014
…er/ will show the list of chapters in the database. Each chapter name will link to info on the chapter
dweinerATL
pushed a commit
that referenced
this issue
Oct 2, 2014
… be assigned to another chapter. Chapter detail now shows the chapter (if any) it is assigned to, as well as any chapters assigned to it. Still to do: Delete & Edit Chapter
dweinerATL
pushed a commit
that referenced
this issue
Oct 3, 2014
…onal chapter types can be easily added at a later date, as well as additional chapter information.
dweinerATL
pushed a commit
that referenced
this issue
Oct 12, 2014
…d minor tweaks Issue #3 -- Tweaked chapter show action to display command crew and assigned crew members if known
This was referenced Sep 14, 2015
dweinerATL
pushed a commit
that referenced
this issue
Sep 19, 2015
…er/ will show the list of chapters in the database. Each chapter name will link to info on the chapter
dweinerATL
pushed a commit
that referenced
this issue
Sep 19, 2015
… be assigned to another chapter. Chapter detail now shows the chapter (if any) it is assigned to, as well as any chapters assigned to it. Still to do: Delete & Edit Chapter
dweinerATL
pushed a commit
that referenced
this issue
Sep 19, 2015
…onal chapter types can be easily added at a later date, as well as additional chapter information.
dweinerATL
pushed a commit
that referenced
this issue
Sep 19, 2015
…d minor tweaks Issue #3 -- Tweaked chapter show action to display command crew and assigned crew members if known
This was referenced Oct 7, 2015
This was referenced Feb 16, 2018
Closed
Open
dweinerATL
added a commit
that referenced
this issue
Jul 17, 2019
dweinerATL
added a commit
that referenced
this issue
Jul 18, 2019
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chapters need to be polymorphic and not Single Table Inheritance, since each type of chapter has unique requirements. The following are types of chapter that need to be available at launch:
These will also need polymorphic relationships (e.g., affiliations, parent groups, etc.) between each other and between sub-chapters.
The text was updated successfully, but these errors were encountered: