SanFelipeStudios / RomeTwo

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

Database Tester #25

Open nicholasri opened 1 year ago

nicholasri commented 1 year ago

Requirements

As an iOS Engineer, I would like to build a View that allows me to execute and validate all CRUD operations for our Realm database work.

Acceptance Criteria

Given When Then
A db the user creates an object the object persists in the db
"" "" deletes "" "" does not persist ""
"" "" updates "" the object is update with the new values
"" "" reads "" the object is displayed on the UI
A Db tester view -- The user should have the ability to choose a CRUD operation
The user has chosen a CRUD operation the user fills in the values the CRUD operation is executed