-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat add role base #16
base: main
Are you sure you want to change the base?
Feat add role base #16
Conversation
faa6b16
to
0f550bb
Compare
@MartinAAcebeyL thanks for working on that .. just saw it now .. could you rebase your PR please? btw, I also made some changes last week .. I pointed the default postgres port to 45432 .. to avoid any conflict to any local postgresql. btw I am not seeing anything about roles here .. is it already ready for review? |
0f550bb
to
f9a0e87
Compare
Hi Ivan, sorry for the delay. Great, I just performed the rebase. I think that with this we can already distinguish if the user is a mentor, mentee or an observer. |
@MartinAAcebeyL thanks for working on that .. I will review this PR this weekend. thanks |
@MartinAAcebeyL .. have you pushed your changes? I am just seeing very small changes that is not related to the title of this PR |
Hi Ivan, sorry for the delay. What is missing, Ivan? |
Hi @MartinAAcebeyL ! sorry for the delay here. feel free to ping me on discord, usually the answer there is almost immediately. your PR doesn't reflects the proposal in the first comment of this PR. this is the changes proposed to be applied by the PR: https://github.com/osl-incubator/growth-forge/pull/16/files |
Pull Request description
Solve #15
We need to create and manage user roles within a mentorship system. Roles will be updated automatically when we add or remove data in links. This will be achieved by inserting roles into the auth_group table and creating PostgreSQL functions and triggers.
How to test these changes
We need to launch the project, then we must add or delete Links, the changes will be automatically reflected in the users_user_groups table
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
complexity.
Reviewer's checklist
Copy and paste this template for your review's note: