Open Issues Need Help
View All on GitHubAI Summary: Add support for the Swiss Franc (CHF) currency to the Tracktor vehicle management system. This involves updating the application's backend and frontend to handle CHF currency transactions and display, potentially including conversion functionalities if other currencies are already supported.
AI Summary: Update the helper text in the fuel record form to dynamically display 'gallons' when the Imperial unit system is selected and 'liters' when the Metric system is selected. The current issue is that the helper text remains 'liters' even when gallons are being used.
AI Summary: The task is to create and upload official Docker images for the Tracktor vehicle management system to GitHub. This involves building Docker images for the frontend and backend components, potentially using a multi-stage build process for optimization, and then pushing these images to a GitHub container registry.