-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededrefactorRefactor code to improve qualityRefactor code to improve quality
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-iOS' Code of Conduct
Description
DB access is done through a app level queryDBRow function located in the LoadData.swift file.
The whole logic to load and access the local databases should be moved to a dedicated service that exposes only the required functions with a set of very limited parameters. This refactor could also be used to add unit tests for those accesses.
At the App level, there is also no error management regarding this database logic, unless the App is plugged to Xcode there is no way to know if something has gone wrong.
Contribution
No response
andrewtavisandrewtavis
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededrefactorRefactor code to improve qualityRefactor code to improve quality
Type
Projects
Status
Done