dirkvranckaert / my-episodes-watch-manager

Automatically exported from code.google.com/p/my-episodes-watch-manager
1 stars 2 forks source link

Grouping of episodes #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently an entire list of all episodes to watch is shown. This should be 
changed that episodes are grouped by show-title. Clicking on a show title 
should result in showing that show's episodes.

Original issue reported on code.google.com by dirkvran...@gmail.com on 21 Apr 2010 at 11:18

GoogleCodeExporter commented 8 years ago
This issue has been requested through the android market

Original comment by dirkvran...@gmail.com on 21 Apr 2010 at 11:18

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 21 Apr 2010 at 11:21

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 21 Apr 2010 at 9:36

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 25 Apr 2010 at 1:30

GoogleCodeExporter commented 8 years ago
Currently we get a list op episodes and that list shown on the view.
So the call to the website/service should remain the same, after the call 
episode
instances are returned. That were this new funcionallity come into play.
1) Create a domain object Show
2) After the episodes list is build, loop over the list and for each episode 
check
the show and create the show and add the episode to it, or just look if the 
show has
already been created.

On the view:
An extra view is needed so:
*) after login/on startup app show list of shows
*) on click of a show load it's episode list (already in memory)

Attention: make sure both the menu functionality remains in the show-view and 
the
context menu functions remain in the episodes view.

Easiest way I think is to copy the current episode view and modify it for shows,
afterwards modify the episodes view.

Original comment by dirkvran...@gmail.com on 25 Apr 2010 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by ivoniftrik on 2 May 2010 at 9:12

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 2 May 2010 at 2:28

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 5 May 2010 at 6:48

GoogleCodeExporter commented 8 years ago
Ivo,

as you can see I changed the version for issue to be solved in to 1.4.0.
For version 1.4.0 I only plan this change. Tonight or tomorrow I will create 
release 
1.3.5 with the issues fixed for now. I ask you not to commit anything to SVN 
until 
then! Thx!

Original comment by dirkvran...@gmail.com on 5 May 2010 at 6:50

GoogleCodeExporter commented 8 years ago
Still work in progress, now it's not possible to mark a episode as watched or 
check 
details of a episode.

But grouping of episodes works!

Original comment by ivoniftrik on 5 May 2010 at 5:09

Attachments:

GoogleCodeExporter commented 8 years ago
I would prefer to set the number of episodes behind the show name between 
brackets.

This way only one line is shown in the group and the height can be redused. 
That makes it able to show 
more shows and episodes on one screen witouth scrolling.

I'll try to make the release later on today. You'll notice :-)

Original comment by dirkvran...@gmail.com on 5 May 2010 at 5:15

GoogleCodeExporter commented 8 years ago

Original comment by ivoniftrik on 5 May 2010 at 9:38

Attachments:

GoogleCodeExporter commented 8 years ago
Ok good for me :)
If you get it all working maybe we can release this weekend :)
Don't forget not to comit until I made the release ;)

Original comment by dirkvran...@gmail.com on 6 May 2010 at 6:35

GoogleCodeExporter commented 8 years ago
"Mark episode as watch" and "Check details of episode" works (committed).

Todo: Context-menu needs to be only visible when clicked on a episode 
(unvisible when 
clicked on a show).

Original comment by ivoniftrik on 7 May 2010 at 2:30

GoogleCodeExporter commented 8 years ago
fixed context-menu, grouping of episodes works completly! :)

Original comment by ivoniftrik on 7 May 2010 at 8:18