Brand Normalizer #17

Merged
j0code merged 5 commits from feature/brand_normalizer into main 2026-06-27 21:25:35 +02:00
Collaborator

Adds the brand normalizer to the repo.

You might notice, I renamed the "unknown", "OTHER", and "CLOSED" to "$$unknown$$", "$$other$$", and "$$closed$$".
This is for consistency and so they can be more easily be detected and replaced with something like "(unknown)" or "unknown brand" or whatever.

Adds the brand normalizer to the repo. You might notice, I renamed the "unknown", "OTHER", and "CLOSED" to "$$unknown$$", "$$other$$", and "$$closed$$". This is for consistency and so they can be more easily be detected and replaced with something like "(unknown)" or "unknown brand" or whatever.
j0code self-assigned this 2026-05-28 18:04:44 +02:00
j0code scheduled this pull request to auto merge when all checks succeed 2026-05-28 18:06:19 +02:00
j0code requested review from jannik 2026-05-28 18:06:59 +02:00
jannik requested changes 2026-05-28 18:39:29 +02:00
Dismissed
jannik left a comment

Rest looks pretty good on first look

Rest looks pretty good on first look
@ -0,0 +3,4 @@
"username": "INSERT USERNAME HERE",
"password": "INSERT PASSWORD HERE",
"host": "example.com",
"path": "/"
Owner
-		"path": "/"
+		"database": "fuel"
```diff - "path": "/" + "database": "fuel" ```
Author
Collaborator

done in 7996b090c4

done in https://git.picoscratch.de/jannik/fuelstats/commit/7996b090c4aa29a6c2735436b9709cd124bc6d6e
jannik marked this conversation as resolved
jannik approved these changes 2026-06-27 21:25:33 +02:00
j0code merged commit 518863d45f into main 2026-06-27 21:25:35 +02:00
j0code deleted branch feature/brand_normalizer 2026-06-27 21:25:35 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jannik/fuelstats!17
No description provided.