Ace of Spades changelog

v1.7.3: Database Migrations

changelog cover

In an effort to improve our database performance and gain the ability to remove our currenty utilization of Websockets which relies on maintaining a separate Express backend application, we now use Supabase for database hosting.

While initilly this change will have no noticeable affect on end users, it does open the door to faster Websocket communications which keep all round clients in sync as the host navigates between issues. Improvements to our realtime functionality will now follow the changes in sync with less latency and allow for easily displaying the active users within a round.

Codebase Improvement

  • Migrate database to Supabase


1.0

changelog cover

Our initial launch includes viewing issue content and comments, as well as voting on issue effort and saving estimates on Linear issues.