First off, I'll make it clear that this submission is only the initial application logic; there is no UI (yet!) with which to use the program or interact with the code. This is the first step in an app I've been wanting to create for a while. I try to follow my grades very closely, and ask myself a lot of questions along the lines of "given that I got x on the first exam and y on the second, what score would I need to get on the third exam to get an A+ in the course?" Right now, all that's implemented is a way for the application to store assignments and grades in courses, and give you your current grade, but once again, this is only the first step. My goals for the future are:
1) First and foremost, implement a UI using WinRT so I can actually test the code; right now, all that I have is the Course.cs file, so I have no clue if what I wrote even works at this point. Baby steps!
2) Add more functionality: the program should be able to keep records in persistent storage, and be able to answer queries of the type stated in the above paragraph.
3) Revamp the app as a Universal app rather than simply a Windows Store app, so that it can be used across all Windows platforms.
4) Release on the Windows store.
Log in or sign up for Devpost to join the conversation.