Optionaler Match-Name #121

Merged
sneeex merged 6 commits from enhancement/115-Optionaler-Match-Name into development 2026-01-01 21:50:11 +00:00
Owner

Optionaler Match-Name

Zugehörige Issue(s):
Closes #115

Beschreibung

Die aktuelle Implementation wurde so verändert, dass ein Match Name optional ist und standardmäßig der Game Name als Match Name genutzt wird, wenn kein eigener Match Name gesetzt wurde.

# Optionaler Match-Name **Zugehörige Issue(s):** Closes #115 ## Beschreibung Die aktuelle Implementation wurde so verändert, dass ein Match Name optional ist und standardmäßig der Game Name als Match Name genutzt wird, wenn kein eigener Match Name gesetzt wurde.
sneeex added this to the Minimum Viable Product (MVP) milestone 2026-01-01 18:15:25 +00:00
sneeex added the
PR
Ready for Review
2
label 2026-01-01 18:15:25 +00:00
sneeex self-assigned this 2026-01-01 18:15:25 +00:00
sneeex added 1 commit 2026-01-01 18:15:25 +00:00
implement optional match name with game name as default
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 2m23s
Pull Request Pipeline / lint (pull_request) Failing after 2m24s
5ee0d59377
sneeex requested review from Owners 2026-01-01 18:15:25 +00:00
sneeex added 1 commit 2026-01-01 18:16:01 +00:00
removed double quotes
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m19s
Pull Request Pipeline / lint (pull_request) Successful in 2m23s
db30b0fd5a
sneeex added 1 commit 2026-01-01 20:47:16 +00:00
add comment
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s
6899bb0c3c
flixcoo requested changes 2026-01-01 21:36:43 +00:00
Dismissed
@@ -230,2 +235,3 @@
Match match = Match(
name: _matchNameController.text.trim(),
name: _matchNameController.text.isEmpty
? hintText.trim()
Owner

trim() kann entfernt werden

`trim()` kann entfernt werden
flixcoo marked this conversation as resolved
flixcoo added 1 commit 2026-01-01 21:40:31 +00:00
Hotfix: Missing game renames
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
1d4fdae84b
sneeex added 1 commit 2026-01-01 21:43:38 +00:00
Merge branch 'development' into enhancement/115-Optionaler-Match-Name
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 2m41s
Pull Request Pipeline / test (pull_request) Successful in 2m44s
b5c17ac5a9
sneeex added 1 commit 2026-01-01 21:45:59 +00:00
remove unnecessary trim
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m18s
Pull Request Pipeline / lint (pull_request) Successful in 2m18s
b0073addf8
sneeex scheduled this pull request to auto merge when all checks succeed 2026-01-01 21:46:17 +00:00
sneeex requested review from flixcoo 2026-01-01 21:46:24 +00:00
flixcoo approved these changes 2026-01-01 21:50:10 +00:00
sneeex merged commit f84a645e61 into development 2026-01-01 21:50:11 +00:00
sneeex deleted branch enhancement/115-Optionaler-Match-Name 2026-01-01 21:50:11 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: liquid-development/game-tracker#121