openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

feat: Alert for outdated course calendars on the course home screen #416

Closed shafqat-muneer closed 1 month ago

shafqat-muneer commented 2 months ago

LEARNER-9955: iOS - Alert for outdated course calendars on the course home screen

We need to display an alert for outdated course calendars on the course home screen. Currently, on the iOS application, this alert is shown within the dates tabs only.

Demo:

https://github.com/openedx/openedx-app-ios/assets/11990137/866e2d5d-ad75-47ff-8dd1-1aba1a6b3993

shafqat-muneer commented 2 months ago

@volodymyr-chekyrta @saeedbashir Kingly review the changes made in this pull request? Thank you.

saeedbashir commented 2 months ago

@volodymyr-chekyrta @saeedbashir Kingly review the changes made in this pull request? Thank you.

@shafqat-muneer I'm not sure how but all of the old simulator environments are deleted from my machine. I'm downloading the simulator environment and will review when it's done.

volodymyr-chekyrta commented 2 months ago

@volodymyr-chekyrta @saeedbashir Kingly review the changes made in this pull request? Thank you.

@shafqat-muneer I'm not sure how but all of the old simulator environments are deleted from my machine. I'm downloading the simulator environment and will review when it's done.

Same with me

shafqat-muneer commented 1 month ago

@volodymyr-chekyrta I've restructured it by using notifications approach 🎉 All set for another round of review.