Commit Graph
4 Commits
Author SHA1 Message Date
Jepp9350 0413071432 Add Minio integration for wash certificate storage
Introduced Minio support to store and manage wash certificates, replacing local file storage. This includes implementing traits, interfaces, and a Minio client integration, along with a CLI utility and relevant tests. Updated relevant modules and configurations.
2025-01-14 10:56:50 +01:00
Jepp9350 8bde53cf82 Update filtering logic, tokens, and wash certificate handling
Refine db_object_t filtering to handle numeric vs. string values. Add a new token for wash certificate authentication and update routes to include it in responses when applicable. Adjust data type for pickup_bool in bookingsRoute handling.
2025-01-13 13:22:39 +01:00
Jepp9350 ea6c65a7b8 Add Wash Certificate generator module.
This commit introduces the Wash Certificate generator, including template files, images, fonts, and outputs necessary for certificate generation. These assets and configurations support creating customized wash certificates effectively.
2025-01-10 15:20:26 +01:00
Jepp9350 914f5ba1b0 Added the files from MVP 2024-12-16 08:54:03 +01:00