mikaelacaron / Basic-Car-Maintenance

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

Home Page:https://mikaelacaron.github.io/Basic-Car-Maintenance/documentation/basic_car_maintenance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEATURE - Add Properties to `Vehicle`

mikaelacaron opened this issue · comments

Describe the feature you want the app to have that it currently doesn't

  • Add these properties to the Vehicle model, they are all strings
    • year
    • color
    • VIN
    • licensePlateNumber

Describe alternatives you've considered

  • N/A

Additional context

  • You will need to update the AddVehicleView and the SettingsView where the vehicles are listed
  • You can't update vehicles yet because that is part of #5

@mikaelacaron can you assign this to me?