google / blockly-games

Games for tomorrow's programmers.
https://blockly.games/
Apache License 2.0
1.28k stars 603 forks source link

Pond multi duck board #135

Closed alschmiedt closed 4 years ago

alschmiedt commented 4 years ago

Adds a board that displays the users ducks and has buttons for edit, copy, and deleting the ducks.

What works:

  1. Currently the copy and delete will work if you refresh the page. This will be fixed once we figure out what to do for our models.
  2. Adds datastore which will hold all methods interacting with the backend.
  3. Adds copy and get all ducks endpoing to the backend.

What doesn't work:

  1. Creating a duck and editing a duck. Some refactoring needs to take place for these to work, so will do in a separate PR.