avinashkranjan / Friday

🎓 Friday - Your Personal Class Manager Assistant, It'll never let you miss another assignment deadline or upcoming test. https://friday.avinashranjan.com
https://play.google.com/store/apps/details?id=com.avinashkranjan.friday
MIT License
106 stars 154 forks source link

added "Favourites" section and fixed the issue 319 #327

Closed jaivsh closed 1 year ago

jaivsh commented 1 year ago

Description

For #320, I've added te favourites section where the user can see their favourite or most important exams/assessment details. The implementation is such that it would not require internet data or any additional user model, and extracts favourited assessments/exams right from the "Alerts" modal class.

Sample video of the implementation: See video of favourites section

For #319,

I've fixed the error in signup_forms_additional_details.dart file. This makes the application's user sign up process exception free.

Before:

Screenshot_20230707_053811

After:

Screenshot_20230707_053743

Fixes #319, Fixes #320

Have you read the Contributing Guidelines on Pull Requests?

Type of change

Please delete options that are not relevant.

Checklist:

jaivsh commented 1 year ago

Hi @avinashkranjan can you please review this PR? Thank you!