feat: mastery rank up inbox message #1206

Merged
OrdisPrime merged 1 commits from mastery-slates into main 2025-03-17 12:23:17 -07:00
Owner

Closes #1203

Closes #1203
Sainan added 1 commit 2025-03-15 13:23:00 -07:00
feat: mastery rank up inbox message
All checks were successful
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 1m4s
Build / build (22) (push) Successful in 1m1s
Build / build (18) (pull_request) Successful in 40s
Build / build (20) (pull_request) Successful in 1m2s
Build / build (22) (pull_request) Successful in 1m7s
366e57b8d5
Sainan requested review from OrdisPrime 2025-03-16 08:15:50 -07:00
OrdisPrime reviewed 2025-03-17 12:08:53 -07:00
@ -100,3 +100,3 @@
{
Key: String,
Tag: String,
Tag: Schema.Types.Mixed,
Owner

why use mixed here? its the same as allowing everything. We should certainly not use mixed for anything that was validated.
Mixed was only set for things that are not implemented

why use mixed here? its the same as allowing everything. We should certainly not use mixed for anything that was validated. Mixed was only set for things that are not implemented
Author
Owner

Because it can also be a number.

Because it can also be a number.
OrdisPrime marked this conversation as resolved
OrdisPrime reviewed 2025-03-17 12:09:36 -07:00
@ -41,3 +41,3 @@
export interface Arg {
Key: string;
Tag: string;
Tag: string | number;
Owner

tag can be a number? I don't see why this pr needs that change, so I don't know where it's coming from

tag can be a number? I don't see why this pr needs that change, so I don't know where it's coming from
Author
Owner

The NEW_RANK is a number.

The `NEW_RANK` is a number.
Owner

I think this might be a DE moment, and the client can just work with both.
It just work when a number is supplied, right?
I sadly can't try now.

I think this might be a DE moment, and the client can just work with both. It just work when a number is supplied, right? I sadly can't try now.
Author
Owner

Yeah, it's a number in my inbox messages.

Yeah, it's a number in my inbox messages.
Owner

Yeah, it's a number in my inbox messages.

Weird situation, well in that case we gotta use mixed, you are right.
PR is good to go

> Yeah, it's a number in my inbox messages. Weird situation, well in that case we gotta use mixed, you are right. PR is good to go
OrdisPrime merged commit b4da457501 into main 2025-03-17 12:23:17 -07:00
OrdisPrime deleted branch mastery-slates 2025-03-17 12:23:17 -07:00
Sign in to join this conversation.
No description provided.