EdricChan03 / EdricChan03/studybuddy-android
[Refactor] Remove dependency on Firestore DTO classes from the UI layer
Open
architecture
code health
epic
migration
- Dominant language
- Kotlin
- Stars
- 23
- Forks
- 9
- Avg merge
- 9h 1m
- Merged PRs (30d)
- 1
Description
We should not be using the DTO classes (used for persisting data to Firestore) directly in the UI layer; there should instead be a separate DAO class that only the UI layer has access to and relevant mapping functions to map between the DTO and DAO classes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.