Closed rsodre closed 6 months ago
Hello, @rsodre would love to be part of this effort! thanks (I am on the OD Hack telegram group, ready to start on Monday )
Hello, @rsodre would love to be part of this effort! it's Monday already, thanks
@rsodre Good day, i would love to contribute to this effort, please can i be assigned this task?
@rsodre Good day, i would love to contribute to this effort, please can i be assigned this task?
When #1 is ready ;)
Hello @rsodre , its Isaac here. I would love to work on this task
After #1 is complete, the
live_duels
command should be listing duel Ids. Let's make it useful!Tasks
live_duels
commandChallenge
andDuelist
models.page
(optional)duel
commandDuelist
model)Duelist
model)duels_by_duelist
command. Exactly likelive_duels
, but filters by duelist (duelist_a
orduelist_b
). Please do not to duplicate the whole command, create 2 entry points that generate the same result.address
page
(optional)duel
commandDuelist
model.duel_id
duelist
commandduelist
commandThe
Challenge
andDuelist
models:Notes
A little guide for creating new commands...
src/graphql/
, similar toGetChallenges.graphql
src/queries/
, similar togetChallenges.ts
src/commands/command_name.ts
, similar tolive_duels.ts
getChallenges.ts
)Reference
React hooks used in the game client to fetch duels: useDuel.tsx
React hooks used in the game client to fetch duel actions: useDuelIcons.tsx
Profile pictures location (square):