hadan24 / ygo-draft

MIT License
0 stars 0 forks source link

Display cards #2

Closed hadan24 closed 3 weeks ago

hadan24 commented 2 months ago

Get (3) random cards and display them in the browser

hadan24 commented 1 month ago

Set up trunk and yew. trunk doesn't work w/ reqwest::blocking so that's commented out for now

Learn to get json and print from request in async manner

hadan24 commented 1 month ago

trunk doesn't seem to work with reqwest::blocking (StackOverflow here) or tokio (issue here)

Got ahead of myself by looking at frontend when I didn't have a server up. Undid the changes and will start work on building a simple server

hadan24 commented 1 month ago

axum server and card pools set up

Next is getting random cards from the pools

hadan24 commented 1 month ago

Can now (inefficiently) get 3 random cards and return them as a response

now to refactor a lil for efficiency and ease of building upon

hadan24 commented 3 weeks ago

Efficiency was less of an issue that expected, just simplified Cardpool interface

hadan24 commented 3 weeks ago

This task was effectively finished as of the Oct 12 comment