mikaelacaron / Basic-Car-Maintenance

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!
https://mikaelacaron.github.io/Basic-Car-Maintenance/documentation/basic_car_maintenance/
Apache License 2.0
214 stars 123 forks source link

IMPROVE - Connect `WelcomeView` and `WelcomeViewAddVehicle` to App Flow #285

Open mikaelacaron opened 2 months ago

mikaelacaron commented 2 months ago

Describe the feature you want to improve

[!NOTE] Don't actually write the code for adding the vehicle in Firebase, because I want to look closer at how this works (this is going to be broken in a different task), because the functionality is in the SettingsViewModel, which isn't accessible at this point)

Describe alternatives you've considered

N/A

maartinj commented 2 months ago

@mikaelacaron I can take this opportunity and connect UI views with the App Flow 👍

mikaelacaron commented 2 months ago

@maartinj go for it!