Closed IGramajoO closed 2 years ago
Great start! I think simplifying stories into this format will make them easier to tackle later: “As a [persona], I [want to], [so that].” i.e. As a user, I want to be able to have my data be updated (automatically or forced), so that I know that I'm looking at current (vs. outdated) data/info.
Reviewed and completed. If the user Swipes down from the RecyclerView for My Recipes, the recipes will populate the DB and show up on the recycler view (screen).
The user will want to refresh data so they can update old information.
Regardless of what API we end up going with we could have a system to refresh info since data could be updated frequently. This could be lower priority and I don't think it'd be too hard