Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Calculate number of miles on separate sets of tires #382

Closed
samluyk opened this issue Mar 9, 2024 · 2 comments
Closed
Assignees

Comments

@samluyk
Copy link

samluyk commented Mar 9, 2024

If people have multiple sets of wheels or tires, this project could calculate the number of miles on separate sets of tires.

For example, I switch between summer and winter wheels, and want to know how may miles are on each set. I calculate it by manually entering the date and mileage, as seen here:

Untitled

@hargata hargata self-assigned this Mar 10, 2024
@hargata
Copy link
Owner

hargata commented Mar 10, 2024

In 1.2.6 which will be released on 03/15/2024, there will be an enhancement for odometer records, you can tag the odometer records like so:

image

Notice there is a total distance traveled on the odometer record and that some of the records are tagged with "goodyear" and some are tagged with "cooper" you can probably tag it with wintertires or summer tires, alternatively you can also create an extra field like I did which allows me to enter the full tire name similar to your spreadsheet.

Now, if I sort it by tag "goodyear" :
image

Notice the total distance traveled has been updated to only show total distance traveled by records with the "goodyear" tag.

If you don't want to use tagging, you can also do a search like this:
image

Notice that "Tires" will refer to the name of the extra column/field you added, in this case it's tires but it can be whatever you want, and then "Cooper" just refers to the data in the column that contains the keyword "Cooper"

image

This is scheduled to be released 3/15 so it's not available yet.

@hargata
Copy link
Owner

hargata commented Mar 13, 2024

Feature released 03/13/2024 in 1.2.6

Watch: https://youtu.be/x4xY-YQN-5w?si=vhDgYet8fmtNVL2m&t=195

@hargata hargata closed this as completed Mar 13, 2024
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

No branches or pull requests

2 participants