You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
The list of chapters available to pick from needs to be able to be edited from the admin page. Instructions should be given to the user that the spelling and punctuation needs to exactly match the way it's set up in OA LodgeMaster.
The text was updated successfully, but these errors were encountered:
I just remembered why I initially had this stubbed into the schema as districts instead of chapters... because a lot of Scoutmasters have no idea which OA chapter they're in, but they should all know their district. So we probably need to add a column to the chapters table to indicate which district the chapter is in, and then list both names in the dropdown menu.
I know at least in Nataepu Shohpe we have chapters pretty much aligned with districts, and the only deviation is one district that has two chapters in it (and those two chapters are actually merging soon, which will make it a complete 1:1 match-up). If we're making this future-proof for other lodges to use, we probably can't make any assumptions though. Maybe we need a separate table to list districts and then a mapping table to list which chapter/district combinations are valid.
justdave
changed the title
Need a way to edit the chapter list on the admin page
Need a way to edit the chapter and district lists on the admin page
Sep 18, 2014
OK, I implemented this in the schema as separate tables for district and chapter, and each chapter has a reference to the district that contains it. So both the chapter list and the district list will need to be able to be edited, and each chapter will need to be able to be associated with a district.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The list of chapters available to pick from needs to be able to be edited from the admin page. Instructions should be given to the user that the spelling and punctuation needs to exactly match the way it's set up in OA LodgeMaster.
The text was updated successfully, but these errors were encountered: