AlfHou / hammond

Self hosted vehicle and expense management system. Like Clarkson, but better
GNU Affero General Public License v3.0
136 stars 19 forks source link

Issues/import errors #98

Open alienp4nda opened 9 months ago

alienp4nda commented 9 months ago

Solves #42 fuelly imports

Currency was saved as currency name (currency code) when the backend code was expecting only currency code.

Added a notification for existing users with the currency currently set improperly.

I would like a dev branch to push to and an added task within the github workflow to push a new rc image to docker hub without setting the new release to the latest.

AlfHou commented 9 months ago

We might be able to add a DB migration mapping the faulty currency name (currency code) to only currency code. That way user won't have to select the currency again.

I would like a dev branch to push to and an added task within the github workflow to push a new rc image to docker hub without setting the new release to the latest.

I think that sounds like a good idea. Do you have permissions to set it up or do you want me to do it?

alienp4nda commented 9 months ago

I believe I have permission to create the branch. I'll just have to figure out how to limit a step to only run when pushes happen on specific branches. This way pushes to dev create a rc image and not mark it lastest.