kazeraniman / CourseEquivalencyDesktop

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.
MIT License
0 stars 0 forks source link

Study Plan Export Template Location #63

Closed kazeraniman closed 1 month ago

kazeraniman commented 1 month ago

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