Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 464 Bytes

Hearthstone tournaments - We are fun and interactive!

A system to manage a HS tournament, or multiple ones.

This one is Django exclusively.

TODO

  1. add user profile page - Done, partially
  2. add deck detail view
  3. add some logic to create matches
  4. add decks for user view
  5. anything I invent along the way

DONE

  1. Fix API tests to handle permissions
  2. Add tournament sign-up page
  3. Available spots to be calculated
  4. add deck create view