-
Notifications
You must be signed in to change notification settings - Fork 6
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
Voters Module #2
Comments
Will voters and users be separate modules or the same? Personally think they should be the same since the data will be practically identical, but I'm open to hearing the benefits of separating them. |
I think the voters are the same as the users. If so, then there is no need to create extra modules. |
My thinking was creating users then we can assign them roles like Voters, Agents e.t.c. @Gabriel-Mbugua and @YTeyddie22 What do you think? |
That is a good idea @timothygachengo . If I may ask, how many roles are we planning to have? I thought two roles were going to be enough, the voters' role and the leaders being recalled but I could be wrong. |
Based on the initial discussion that can be found here
<https://discord.com/channels/1252907498571042816/1252992937860661288/1253027130007097355>
we were to have the following:
- Voters
- The MPs being recalled (Leaders)
- Agents
We can have one user (accounts) module to act as a source of truth for all
the users in the system.
…On Mon, 1 Jul 2024 at 19:23, Teddy Yongo ***@***.***> wrote:
That is a good idea @timothygachengo <https://github.com/timothygachengo>
. If I may ask, how many roles are we planning to have? I thought two roles
were going to be enough, the voters' role and the leaders being recalled
but I could be wrong.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANKPJ3OUJVBFARJKWS2VCO3ZKF7ADAVCNFSM6AAAAABJXOMNYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBQGU3TIMZUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you @timothygachengo for the input. Sorry for the late reply. I think having one user module that holds the different roles as you have suggested will be a better way forward as it will also help in preventing repetition. |
No description provided.
The text was updated successfully, but these errors were encountered: