-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Combine predefined and action based roles #528
Merged
TimKardol
merged 12 commits into
development
from
feature/combine-predefined-and-action-based-roles
Sep 16, 2024
Merged
Feature - Combine predefined and action based roles #528
TimKardol
merged 12 commits into
development
from
feature/combine-predefined-and-action-based-roles
Sep 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was
linked to
issues
Jul 17, 2024
I checked all of the scenarios we talked about and in my environment the following worked:
There was an issue with:
I believe it was fixed with the new commits |
…ttps://github.com/HZ-HBO-ICT/it-conference into feature/combine-predefined-and-action-based-roles
TimKardol
approved these changes
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This branch introduces middleground between the "action based" roles and the "predefined" role. The branch allows the company representative to invite members that can have the role speaker, booth owner and company member. The branch restricts also the option to change roles once they're set in.
User invited as a speaker can request presentation (if there is a space for presentation in the company) or join already existing presentation.
User invited as a booth owner can request booth (if such is not requested yet) or join the other booth owners.
User invited as a company member can request presentation (if there is a space for presentation in the company) or join already existing presentation, request booth (if such is not requested yet) or join the other booth owners. Once they take an action towards booth or presentation they'll become speaker or booth owner. If they don't take a decision they'll remain company members.
closes #510 (and maybe others I am not sure)
Type of change
What needs to be tested
The gold sponsor was working as well but check it as well (so 2 presentations but make sure you free the gold sponsor route either from mod or from the database)
Checklist: