Releases: Kounslr/mobile_app
Releases · Kounslr/mobile_app
Hot fixes
Dark mode & hot fixes
Dark mode & hot fixes
Features
- Make dark theme more visually appealing across entire app
- Add line above bottom navigation bar
- Change dark mode primary color
- Increase heading size in JournalView
- Add animations to buttons to make it more clear when pressed (To most not all)
- Change icons across app
Bug Fixes
- Fix glitch where text field empties upon changing tag name (JournalEntriesView)
v1.0 Student Dashboard & Journal
v1.0 Student Dashboard & Journal
Features
Dashboard (Home Screen)
- View Next Class (Changes after application restart based on current time; Also displays
location
,time
,name
,teacher
) - View Schedule
- View Upcoming Assignments (Sorted by
dueDate
; Only shows assignments that are notcompleted
during currentmarkingPeriod
) - View ID Card
- View Student Profile (Contains
name
,grade
,school
,email
) - View Current Letter Day (Could be A-Day, B-Day, C-Day, etc.)
- View Current Date (Format: weekday, month day, year; Example: Tuesday, August 3rd, 2021)
Journal
- Create Journal Entries (Sorted by Tag (Max tags per entry: 3))
- Edit/Update Journal Entries (This is not recommended, not because of glitches, but simplicity and use case)
- Delete Journal Entries
- Rename entire tags
- View a graph of most used tags (3)
Bug Fixes
- Fix duplicate assignments from
get upcomingAssignments
- Fix duplicate classes from
get studentClasses
- Fix Journal Entry tags going beyond 3