Archived
User can now add, edit, and delete timetables without crashing (hopefully)
This commit is contained in:
@@ -7,6 +7,7 @@ WeserPlaner is a work-in-progress Android app for students at the University of
|
||||
- Downloading and creating events, as well as displaying them.
|
||||
- Downloading canteen offers, filtering them, and viewing details.
|
||||
- Viewing additional information on the canteen (opening hours, news).
|
||||
- Storing multiple timetables is supported.
|
||||
|
||||
## What's broken
|
||||
Currently, nothing is outright broken, but a few things may be bodged together badly.
|
||||
@@ -15,7 +16,6 @@ Currently, nothing is outright broken, but a few things may be bodged together b
|
||||
- Adding exams, homework, etc.: users will be able to add any tasks they need to do as reminders. Those can be associated with events that either have been downloaded from the user's Stud.IP schedule, or ones the user has created manually. An overview will be provided that allows the user to have, well, an overview of everything they need to do.
|
||||
- Finding your room: I'd like to add a feature that makes finding a specific room on the university's campus much easier than it is now. The university website does have a feature that, in theory, should do exactly that, but it works very poorly and does not list all rooms. My idea would be that the user could type in a room, the app could then make suggestions on which room the user may want to find based on the input, and then show the user a floor plan with the room highlighted.
|
||||
- This could prove quite difficult though, as I do not have access to the university's proper floor plans. My best bet would be to either use the ones avalable online to create my own ones, or draw ones from scratch. As for finding all the rooms, I may have to walk around the university and find all rooms myself.
|
||||
- Optimisations to data handling will be made. The app currently only supports storing a single timetable, which will be changed in future releases. A planned implementation will see the user being able to download schedules as well as create ones from scratch, with the schedules able to be selected via a dropdown menu.
|
||||
- Some improvements to the Play Store screenshots are sorely needed...
|
||||
|
||||
## Why Android-only?
|
||||
|
||||
Reference in New Issue
Block a user