-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multiple study codes #4 #5
base: dev
Are you sure you want to change the base?
Conversation
Thank you so much! I've been meaning to get around to this, but I've just been putting it off because of the needed UI changes. I was planning a small settings menu so it'll fit in there. |
This reverts commit fd20b54.
I changed some minor things, but otherwise looks good to me 👍 Additionally the study code should be stored in local storage so you don't have to type it every time, but I'll take care of that, because I've been meaning to refactor the local storage structure. |
Thanks for the feedback! Additionally, storing the study-code in the local story seems like a really good idea. Looking forward to it. |
This PR adds supports for multiple study codes so that user who are enrolled in multiple studies #4 can also use this extension.
On the request handling side of things this was really simple to add. Just adding a new field in the sendRegistration body.
This should work nicely and easily, but i was only able to test it with Diversity Skills and only 2 study codes to choose from. But i don't see any reason why it shouldn't work with more than that.
However the UI is implemented really crudely at the moment. Would appreciate any suggestion on how to communicate this to the user clearly and make it look more appealing.