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
First solution:
Add a model MembershipRequest to handle phases 1 (create MSRequest), 2 (link transaction), 3 (approval date)
On approval create membership (via a signal?) add member data
Second Solution:
Add a field approved or an approvalstate in Membership model
The text was updated successfully, but these errors were encountered:
How to handle membership process of approval?
Phases:
First solution:
Add a model MembershipRequest to handle phases 1 (create MSRequest), 2 (link transaction), 3 (approval date)
On approval create membership (via a signal?) add member data
Second Solution:
Add a field approved or an approvalstate in Membership model
The text was updated successfully, but these errors were encountered: