Kyoso-Team / kyoso

A web application that takes osu! tournaments beyonds spreadsheets.
http://kyoso.sh
GNU Affero General Public License v3.0
1 stars 1 forks source link

Create invite tRPC procedures #77

Open L-Mario564 opened 2 weeks ago

L-Mario564 commented 2 weeks ago

For each procedure:

All inputs listed are required/must be defined unless stated with ? appended at the end of the variable name.

Cancel invite

Update Invite.status to cancelled.

Input: inviteId.

Conditions

Reject invite

Update Invite.status to rejected.

Input: inviteId.

Conditions