openedx / openedx-app-ios

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

iOS: Change the default tab to Learn tab instead of Discover tab #256

Closed miankhalid closed 3 months ago

miankhalid commented 5 months ago

Need:

  1. Currently some configs-related data comes in the enrollments API which is being hit on the Learn tab and is needed throughout the app
  2. By setting the default tab to the Learn tab, we'll ensure that the enrollments API is hit first and the configs data is available thereafter.