Skip to content
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

Move the organisation_id from users to students table #1473

Open
kaisersakhi opened this issue Oct 19, 2023 · 0 comments · May be fixed by #1499
Open

Move the organisation_id from users to students table #1473

kaisersakhi opened this issue Oct 19, 2023 · 0 comments · May be fixed by #1499
Assignees
Labels
enhancement New feature or request

Comments

@kaisersakhi
Copy link
Member

kaisersakhi commented Oct 19, 2023

Our existing system restricts users to single organization affiliations, overlooking the possibility of users ebing members of multiple orgs at the same time. To address this, the proposed solution is to establish a many-to-many join table between users and organizations.

Update: Let's just move the organisation_id from users to students table instead. This would mean that individuals are restricted to one student profile per course per org, but that seems like an acceptable restriction, and it would also mean that org admins can view progress of only the courses that concern them of a particular individual.

@kaisersakhi kaisersakhi added the enhancement New feature or request label Oct 19, 2023
@kaisersakhi kaisersakhi self-assigned this Nov 20, 2023
@kaisersakhi kaisersakhi linked a pull request Nov 24, 2023 that will close this issue
10 tasks
@harigopal harigopal changed the title Implement a Many-to-Many Relationship between Users and Organizations Tables Move the organisation_id from users to students table Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant