-
Notifications
You must be signed in to change notification settings - Fork 9
[Refactor] Remove dependency on Firestore DTO classes from the UI layer #932
Copy link
Copy link
Open
1 / 11 of 1 issue completedOpen
1 / 11 of 1 issue completed
Copy link
Labels
architectureIssues/PRs related to the app's architecture.Issues/PRs related to the app's architecture.code healthIssues/PRs related to improving code quality/healthIssues/PRs related to improving code quality/healthepicMega issues containing sub-tasks/issues to completeMega issues containing sub-tasks/issues to completemigrationIssues/PRs for long-term changes to be madeIssues/PRs for long-term changes to be made
Milestone
Description
Metadata
Metadata
Assignees
Labels
architectureIssues/PRs related to the app's architecture.Issues/PRs related to the app's architecture.code healthIssues/PRs related to improving code quality/healthIssues/PRs related to improving code quality/healthepicMega issues containing sub-tasks/issues to completeMega issues containing sub-tasks/issues to completemigrationIssues/PRs for long-term changes to be madeIssues/PRs for long-term changes to be made
Projects
StatusShow more project fields
In Progress
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