Brand Normalizer #17

Open
j0code wants to merge 4 commits from feature/brand_normalizer into main
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 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
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/brand_normalizer:feature/brand_normalizer
git switch feature/brand_normalizer
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.