SanFelipeStudios / RomeTwo

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

Remove Realm From Project #26

Closed nicholasri closed 11 months ago

nicholasri commented 11 months ago

Objective

As an iOS Engineer, I want to remove the Realm library from our application. We have concluded that using Realm means our app is tightly coupled with the library and its Back-End Service. Additionally, we have determined that Realm was is not worth the extra complexity due to the documentation being unreliable and difficult to understand.

We should change the app to be developed in such a way that the back-end service does NOT impact how the UI is developed.

Acceptance Criteria

Given When Then
the iOS app Opening the app we no longer log in using Realm
"" developing the app we no longer have references to Realm
"" "" We should make the app back-end agnostic