You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2021. It is now read-only.
after a recent meeting with the curation team, it came to our attention that when adding a story we will potentially need to display additional information.
when a story is added, we will need to return an array of previous times this story ran. if this array is not empty, there should be a display for the user notifying them of these previous runs.
just to sketch it out:
i enter a URL into the box and click Add Story
the story adds successfully, but it turns out this story ran once in 2018 and once in 2020
the user sees a success message, and then messaging like: "this story was previously run on: 2018-03-04, 2020-05-10"
this will likely change the user flow for adding a story. we may just keep the user on the add story page and display these messages and let the user navigate elsewhere on their own.
note that we may only need to display the last time a story ran, and not all previous runs.
after a recent meeting with the curation team, it came to our attention that when adding a story we will potentially need to display additional information.
when a story is added, we will need to return an array of previous times this story ran. if this array is not empty, there should be a display for the user notifying them of these previous runs.
just to sketch it out:
this will likely change the user flow for adding a story. we may just keep the user on the add story page and display these messages and let the user navigate elsewhere on their own.
note that we may only need to display the last time a story ran, and not all previous runs.