-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix program selection for profile page #846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Good job ! :D
Je pense que l'appli était en breakpoint mid animation quand j'ai pris la capture d’écran. La page est bien centrée sur mon debug en ce moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯
* Fix program selection for profile page (#846) * Ajout code programe baccalaureat informatique distribuée * define program by the number of registered credits * Sort list entries to have main program first. * fix pipeline please * [BOT] Applying version. --------- Co-authored-by: mataai <[email protected]>
Fixes: #845
📖 Description
I added the new program code in the program credits enum. (Source of the data is my account, I'm in the program)
I added a check to the profile page to set the current program based on the number of credits currently in progress in that program.
🧪 How Has This Been Tested?
As far as my understand of the app goes, the modified part of the view model is self contained and doesn't interact with other parts of the app. The existing unit tests for the widget have been check and all have passed.
☑️ Checklist before requesting a review
version: Major
,version: Minor
orversion: Patch
.🖼️ Screenshots (if useful):
Personal information removed for privacy reasons.
Before:
After: