-
Notifications
You must be signed in to change notification settings - Fork 0
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
UI update #3
base: main
Are you sure you want to change the base?
Conversation
… constant from the ui
- updated READMEs - integrated update_constant() in the new UI
…added missing files)
- Added credit information (Total + sum for each semester + for each module) - Added buttons to the menu bar - "Download Study Plan" now opens a modal prompting the user to enter the file name - Added a module information modal Custom Backend: - Added a custom download method that formats the output to be user-friendly and resemble a study plan
…redits for each subset
…election of modules in the drop-down menu - Improved the responsive layout - added a modified version of the custom backend (adjusted to the new version of clinguin) - refactored the code (improved the names and comments)
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.
So I think there is something strange. If you dont add a module to the prefered ones then it is not showed in the plan
for instance if you un-check the mcs
you just dont see it in the plan
perhaps those that have to be included should be disabled
so that they remain always ticked
what do you think?
- ui_main.lp - added modals to the modules in the plan - cogsys_info.lp - detailed information for the study program parsed from the file "study_programs_info.xml" - added encoding for the examinations from study-regulations repo
…s, semesters, subsets and included them all in ui_main.lp - added requirements.txt - added instructions how to install and run the program - in ui: added preference-icons to the subset buttons + made some changes to the modal
No description provided.