Ticket #2534 (s3c_implementation_ok tweak)
[ipad-app] Handle deleted or broken books in reader
Reported by: | deyan | Owned by: | mira |
---|---|---|---|
Priority: | major | Milestone: | Y1 |
Component: | uncategorized | Version: | 2.1 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | deyan | Design_owners: | mira |
Imp._owners: | mira | Test_owners: | |
Analysis_reviewers: | mira | Changelog: | Changelog |
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description
When a book has been deleted from the server and the user has not downloaded it yet, but has a reference to the book, he should be asked to remove this book.
- If the user clicks a book that is not downloaded and is not present on the specified server, he should see the following dialog
"<Name>" is no longer present on the requested server. Do you want to remove this book from the library?
- Remove and Cancel buttons
- OK removes the book from the library and the book is not present in the trash (see previous ticket)
Change History
comment:1 Changed 13 years ago by deyan
- Summary changed from Handle deleted or broken books in reader to [ipad-app] Handle deleted or broken books in reader
comment:2 Changed 13 years ago by mira
- Owner set to mira
- Status changed from new to s1a_analysis_started
comment:3 Changed 13 years ago by mira
- Design_owners set to mira
- Status changed from s1a_analysis_started to s1b_analysis_finished
- Imp._owners set to mira
- Analysis_reviewers set to mira
- Analysis_owners set to deyan
When a book is broken and can not be downloaded you should present the user with options:
- to Retry
- to Delete the book - this is removing the book from the library without using the trash. It can be added to the library again if it is still there.
comment:6 Changed 13 years ago by mira
- Status changed from s2a_design_started to s2b_design_finished
Add a new option in the dialog for downloading book - to remove it from library.
Change the deleteBook method in the LibraryHandler to take as an argument if it should use the trash.
Add a deleteBook method to the BookModifiedListener to notify for deleted books.
comment:8 Changed 13 years ago by mira
- Status changed from s2c_design_ok to s3a_implementation_started
comment:9 Changed 13 years ago by mira
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:10 Changed 13 years ago by todor
- Status changed from s3b_implementation_finished to s3c_implementation_ok
Note: See
TracTickets for help on using
tickets.