vhs / nomos

Membership management system made VHS-centric
25 stars 7 forks source link

Rename "keyholder" membership type to "member" or some such #299

Open lf- opened 1 year ago

lf- commented 1 year ago

Currently there is only one level of subscription, "keyholder", which is not associated with whether people are actually keyholders.

We should rename the current "keyholder" membership to "member". It appears that actual keyholder privileges are granted via a separate mechanism.

Locally testing, it seems that the "edit membership" dialog isn't working, which may be a bug or it's just not implemented. Anyway, update memberships set title = 'Member' where code = 'vhs_membership_keyholder'; should do it.