Skip to content

Comments

Add local storage by creating PlantRepository & PlantDao 💿 #8

Open
mnbpdx wants to merge 2 commits intomainfrom
create-plant-model-and-repo-and-dao
Open

Add local storage by creating PlantRepository & PlantDao 💿 #8
mnbpdx wants to merge 2 commits intomainfrom
create-plant-model-and-repo-and-dao

Conversation

@mnbpdx
Copy link
Owner

@mnbpdx mnbpdx commented Jul 17, 2024

Added:

  • PlantRepository
    • Our repository for our Plant model. This class will get us Plants, so we don't have to think about where they come from.
  • PlantDao
    • This is where they come from. lol. For now. A Dao like this is like a Room API between us and a local SQL database. In other words, this interface allows us to store and retrieve things from local storage!

@mnbpdx mnbpdx added the enhancement New feature or request label Jul 17, 2024
@mnbpdx mnbpdx self-assigned this Jul 17, 2024
@mnbpdx mnbpdx requested a review from Tearemuptara July 17, 2024 03:58
@mnbpdx mnbpdx force-pushed the create-plant-model-and-repo-and-dao branch from bb89f42 to 074fee8 Compare July 20, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant