sorted participants list alphabetically #87

Open
Pupsi wants to merge 1 commits from develop-sortedParticipants into develop
Member

bot

bot
Pupsi added 1 commit 2025-06-10 18:20:41 +00:00
MineTec was assigned by Pupsi 2025-06-10 18:21:47 +00:00
MineTec reviewed 2025-06-11 12:00:02 +00:00
@ -17,0 +21,4 @@
)).toList();
lastname(participant) => participant.title.toString().split(' ').last;
participants.sort((a, b) => lastname(a).compareTo(lastname(b)));
Owner

ggf. kann das sort aus der Build methode rausgezogen werden und das Widget zu einem Stateless werden

ggf. kann das sort aus der Build methode rausgezogen werden und das Widget zu einem Stateless werden
MineTec requested changes 2025-06-11 12:00:59 +00:00
MineTec left a comment
Owner

Ggf. änderungen durchführen, ansosnten ok

Ggf. änderungen durchführen, ansosnten ok
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin develop-sortedParticipants:develop-sortedParticipants
git checkout develop-sortedParticipants
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MarianumMobile/Client#87
No description provided.