====Description
The new design of the read next story option will let users select & read stories attached to an article which will improve story reading experience. The current design has some problems, such as the visibility of "read next story" button on some images can be problematic, distracting users from reading the story text available on the last story page. This will improve the story reading experience.
|{F35224003 width=260}|
====Description/User story
As a reader,
I want to see the "read next story" button clearly and click on it
so that I can continue to the next page.
====Design
**If an article has only one story attached**
- Do nothing.
**If an article has more than one story attached**
|One story attached|Multiple stories attached|
|{F35491290 width=260}|{F35491293 width=260}|
- Insert a story page at the end of a story to show list of stories attached to an article.
- Inserted page has a blue background(#3366cc) to separate it from rest of the story. We can experiment with different colors when code will be ready.
- If there are more stories than what can be displayed on device screen then randomly select set of stories to show.
- Similar to other story pages, this page will too have other items like status bars, play/pause button, etc.
- Click/Tap on "View" will link will open the story.
- Click/Tap on "Close" icon will take user back to article.
|{F35491411 width=260}|
- Truncate long story titles if they exceed more than two lines.
**Loading state**
- Show thumbnail placeholder while story image is loading.
**Error state**
|Page loading error|Connection error|
|{F35490768 width=260}|{F35490769 width=260}|
- Show an error message when page fails to load.
- When some of the stories fail to load then show other available stories.
- Show no connection message when connection goes off while loading the page.
- Tap/Click on Retry button will load the page again.
|At present|After removing the next story button
|{F35489955 width=260}|{F35489954 width=260}|
- Adjust the padding between text box and image license as currently we have it to keep "Next story" button. We can try different values once the code is available is ready.
[[ https://www.figma.com/file/pj2ASYTU23ieu3hFvclMer/Wikistories-MVP?node-id=4961%3A9467 | Design file
]]
====Acceptance Criteria
Given a reader is looking at the current page,
When reading wiki stories,
Then they should be able to see clearly and click on the "read next story" button to move to the next page.
Given a reader is looking at the last page,
When reading wiki stories,
Then they should not be able to the "read next story" button and close the story viewer to go back to the article.
====Test Scenarios
====Open questions