A desktop application to manage equivalent courses for exchange students. Created for my father and used as an excuse learn how to develop a Windows desktop application since I have not touched it since Windows Forms. This project uses Avalonia UI.
Currently the study plan templates are bundled with the app which makes it difficult for them to be modified by the end user as they have to go through the development and publishing process to make changes. Instead, the templates should be specified by the user so they can be easily adjusted (although that puts the burden of correctness on them).
Tasks
[x] Add in settings for the location of the Credit Transfer Memo and Study Plan templates.
[ ] Allow them to be changed on the settings page.
[x] Replace the use of the in-built templates with these.
Currently the study plan templates are bundled with the app which makes it difficult for them to be modified by the end user as they have to go through the development and publishing process to make changes. Instead, the templates should be specified by the user so they can be easily adjusted (although that puts the burden of correctness on them).
Tasks