SanFelipeStudios / RomeTwo

Second Project, focused on practical design
0 stars 0 forks source link

Connect Curation View to Database #22

Open nicholasri opened 1 year ago

nicholasri commented 1 year ago

Curation View

As an iOS Engineer, I want to connect the curation view to the database to pull the necessary information to load the view. You may need to seed the database with data to continue.

MAKE SURE TO ENABLE ROLE BASED PERMISSIONS

Acceptance Criteria

Given When Then
A User opens the curation view There is no internet connectivity Display an error page
"" The view is loading pull the necessary data from the database
"" The view has loaded display the necessary data from the database
A collection The user tries to access data they DO NOT have access to do not send that data to that user
"" The user tries to access data they DO have access to send that data to that user