xpavle00 / Habo

Habo is an open-source habit tracker. Created in a flutter.
https://habo.space
GNU General Public License v3.0
422 stars 63 forks source link

Repository pattern implementation #52

Closed henok3878 closed 6 months ago

henok3878 commented 6 months ago

Overview This pull request introduces structural changes to the Habo app, focusing on enhancing maintainability and scalability. The primary objectives were implementing the foundational structure for the repository design pattern and reorganizing the project's folder structure.

Changes Made

  1. Repository Pattern Foundation:
  1. Folder Restructuring:

Rationale The intent behind these changes is to improve the overall organization of the codebase. The initial steps taken to implement the repository pattern lay the groundwork for future enhancements, including the integration of remote data management capabilities.