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] Section Level Video Download Progress Visibility #455

Open shafqat-muneer opened 2 weeks ago

shafqat-muneer commented 2 weeks ago

Issue:

Unable to track the video download progress when users download videos by section. This functionality was available in the deprecated logic.

Steps to Reproduce:

  1. Go to Home / Videos tab.
  2. Tap on download icon to start downloading. Downloading process will start.
  3. Tap again on progress indicator button.
  4. Downloading will stop

Expected Behavior:

If user taps on download progress indicator then individual video's progress screen should appear and user can cancel downloading all individual videos.

Old Implementation New Implementation