sfcma / members

1 stars 1 forks source link

Allow members to play multiple instruments in a set #86

Closed dan-brewster closed 7 years ago

dan-brewster commented 7 years ago

The SetMemberInstrument table is set up so that a single member can play multiple instruments in the same set. However, we don't technically support that functionality anywhere on the site.

We do not need to support this in opt-in.

We should add it to the member editing page (probably want to wait until after #50 when the page is changed) and then support it on the roster pages as well. It should also count for anywhere we do instrument filtering, such as emailing

We should make sure the relevant methods that allow instrument filtering in Member and MemberSet models support this (they might already), and add additional methods to make things easier if it's useful.

dan-brewster commented 7 years ago

duplicate!