Skip to content

[Question/Documentation] Examplary Resources / Subscriptions #462

Answered by jsayles
Noirde asked this question in Q&A
Discussion options

You must be logged in to vote

Happy to explain the model. Key here is that a "membership" is really just a collection of resource subscriptions. Think of MembershipPackage as a recipe not a membership. It does this with the SubscriptionDefaults. So if you have a membership type of "Part-Time 10" that comes with 10 drop-in days, 100 meeting room hours, and a mailbox, you would compile these into a MembershipPackage. Then when a member signed up you select that package and it creates the corresponding ResourceSubscriptions specific to that User and the specified timeframe.

User data is stored in the Django User. LDAP is an add-on and not required. I never ended up using it in production anywhere but I know a space in Fr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jsayles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #450 on November 12, 2021 23:23.