IGramajoO / Group5_CST438_Project01

0 stars 2 forks source link

User Story: Refresh Data #1

Closed IGramajoO closed 2 years ago

IGramajoO commented 2 years ago

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

rltsystems commented 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.

rltsystems commented 2 years ago

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). image