Skip to content

feat: Scaffold initial BMiniTuner project structure#1

Open
DavidOJ315 wants to merge 1 commit intomainfrom
feat-initial-project-scaffold
Open

feat: Scaffold initial BMiniTuner project structure#1
DavidOJ315 wants to merge 1 commit intomainfrom
feat-initial-project-scaffold

Conversation

@DavidOJ315
Copy link
Copy Markdown
Owner

This commit establishes the complete foundational structure for the BMiniTuner Android application.

Key features include:

  • A clean architecture with data, domain, and presentation layers.
  • Room database setup with all necessary entities and DAOs.
  • Hilt for dependency injection, configured with modules for the database, DAOs, and repositories.
  • Moshi for JSON parsing, with a fix for handling generic list types during database population.
  • Basic presentation layer components, including a MainActivity, navigation graph, and a fragment for the "Mechanics" section.
  • Initial population of the local database from JSON files located in the assets directory.
  • A comprehensive .gitignore file to exclude unnecessary files and local configurations from version control.

This commit establishes the complete foundational structure for the BMiniTuner Android application.

Key features include:
- A clean architecture with `data`, `domain`, and `presentation` layers.
- Room database setup with all necessary entities and DAOs.
- Hilt for dependency injection, configured with modules for the database, DAOs, and repositories.
- Moshi for JSON parsing, with a fix for handling generic list types during database population.
- Basic presentation layer components, including a MainActivity, navigation graph, and a fragment for the "Mechanics" section.
- Initial population of the local database from JSON files located in the `assets` directory.
- A comprehensive `.gitignore` file to exclude unnecessary files and local configurations from version control.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant