Skip to content

Releases: andrewyang96/FantasySmashBros

Final release with results!

25 Jul 05:32
Compare
Choose a tag to compare

Gonna overhaul the codebase completely. Didn't realize how freaking hard maintaining code that interacts with a database and files is without a proper backend. Probably gonna port a lot of features over to Node.js. Here are the planned features:

  • User management with email + password. Use passport.js?
  • Proper API for querying Smashers and users and interacting with Firebase. Thinking that all writes should come from the server.
  • Extensible for future tournaments. Maybe store player data in Firebase instead of in JSON.

Initial Release

13 Jul 17:50
Compare
Choose a tag to compare

Initial release of the Fantasy Smash Bros webapp.

TODO:

  • Implement results once EVO is over (use Firebase?)
  • Implement leaderboard (equivalent to pressing enter in empty search bar while sorting by popularity descending)