tedbarnett / VideoWatcher

An iOS app that allows users to review their video files and highlight favorite moments
2 stars 0 forks source link

Track % of videos seen and % liked #12

Closed tedbarnett closed 1 year ago

tedbarnett commented 1 year ago

To make this app more fun, let's show the user how much progress he/she has made in reviewing videos. So we need to track:

We can use these to show % of total for each value

bhautikpatoliya004 commented 1 year ago

@tedbarnett Can you please explain it in details?

bhautikpatoliya004 commented 1 year ago

@tedbarnett Also, in which screen do I need to show statistics?

tedbarnett commented 1 year ago

For now, let's add a menu item to display a screen with these stats. Call it "My stats". As to your questions above...

bhautikpatoliya004 commented 1 year ago

@tedbarnett Implemented "Total video minutes", "Total favorite video minutes" and "Minutes deleted" in My stats screen