Basic-Car-Maintenance icon indicating copy to clipboard operation
Basic-Car-Maintenance copied to clipboard

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!

Results 15 Basic-Car-Maintenance issues
Sort by recently updated
recently updated
newest added

## Bugs to Fix Before Shipping to the App Store - [x] #5 (assigned) - [x] #211 - [ ] #6 (assigned) - [ ] #40 - [x] #139 -...

bug
feature request
design
improvement

# What it Does * Related to https://github.com/mikaelacaron/Basic-Car-Maintenance/issues/40 * When app will be launch for the first time, will be presented 2 onboarding screens * 1st screen present the highlighted...

## Creating a 2-3 page onboarding experience for the user. * These screens would present the highlighted features for users to capture before entering the app. * They would have...

feature request
help wanted
good first issue
hacktoberfest
design

# What it Does * Closes #6 * I have added `NavigationSplitView` logic into `MainTabView` struct. This addition is mutating only iPad version right now (completely works) and should affect...

## Describe the feature you want the app to have that it currently doesn't * Using the new `Localizable.xcstrings` (string catalogs) translate the app into any language that is missing...

feature request
help wanted
good first issue
hacktoberfest

## Describe the feature you want the app to have that it currently doesn't * Using a `NavigationSplitView` would look better on iPad rather than a `TabView` * Make this...

feature request
help wanted
good first issue
hacktoberfest

# What it Does * Closes #138 * Created issue-metrics file that can be run manually to generate reports of issues and pr's that were opened and closed in the...

## Description * I saw this [blog post](https://github.blog/2023-07-19-metrics-for-issues-pull-requests-and-discussions/) that uses GitHub actions to create a report of how man issues / PRs are opened and merged. * I think it...

documentation
help wanted
hacktoberfest

# What it Does * Closes #14 * It makes the app testable against a local emulated Firebase Auth and Firebase Firestore instance # How I Tested * Make sure...

hacktoberfest-accepted

## Describe the feature you want the app to have that it currently doesn't A feature list and user flow diagram to understand the app working. ## Describe alternatives you've...

documentation
feature request
help wanted
good first issue
hacktoberfest
first-timers-only
hold