Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Need a way to edit the chapter and district lists on the admin page #12

Open
justdave opened this issue Sep 17, 2014 · 2 comments
Open

Comments

@justdave
Copy link
Collaborator

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.

@justdave
Copy link
Collaborator Author

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 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
@justdave
Copy link
Collaborator Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant