Sort members list #45

Merged
twig merged 11 commits from sort-members-list into main 2025-07-18 05:34:44 +00:00
Owner

requires #44

also cleans up the api a bit, just like #44

requires #44 also cleans up the api a bit, just like #44
twig added the
Kind/Enhancement
label 2025-07-16 08:51:06 +00:00
twig added 9 commits 2025-07-16 08:51:07 +00:00
requested review from sauceyred 2025-07-16 08:51:11 +00:00
twig added 1 commit 2025-07-16 08:59:18 +00:00
style: seperate out sortUsers and sortMembers
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
f6ede67c26
sauceyred requested changes 2025-07-16 09:23:32 +00:00
Dismissed
@ -0,0 +1,7 @@
import type { GuildMemberResponse } from "~/types/interfaces";
export default function sortMembers(members: GuildMemberResponse[]): GuildMemberResponse[] {
Owner

No need to name function here, name is derived from file name

No need to name function here, name is derived from file name
twig marked this conversation as resolved
@ -0,0 +1,7 @@
import type { UserResponse } from "~/types/interfaces";
export default function sortUsers(users: UserResponse[]): UserResponse[] {
Owner

No need to name function here, name is derived from file name

No need to name function here, name is derived from file name
twig marked this conversation as resolved
twig added 3 commits 2025-07-16 09:29:13 +00:00
fix: allow optional argument instead of defaulting to undefined
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
d5b7669291
style: remove function names from implicit util functions
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
0c4d42f3c1
requested review from sauceyred 2025-07-16 09:39:54 +00:00
sauceyred added the
Reviewed
Confirmed
Priority
Low
labels 2025-07-18 01:43:13 +00:00
sauceyred added 2 commits 2025-07-18 01:49:37 +00:00
feat: rename validation util file to validateUsername
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
8ffe3aa738
sauceyred approved these changes 2025-07-18 01:50:27 +00:00
twig added 1 commit 2025-07-18 05:34:26 +00:00
Merge remote-tracking branch 'origin/main' into sort-members-list
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
771c0699a7
twig merged commit 232aec13a5 into main 2025-07-18 05:34:44 +00:00
twig deleted branch sort-members-list 2025-07-18 05:34:44 +00: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: gorb/frontend#45
No description provided.