Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Pogify Beta v0.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeongY-Cho jeongY-Cho released this 15 Sep 01:33
· 11 commits to develop since this release

This is the second beta release that incorporate a bunch of code refactoring and implementation that increases stability of the web app overall.
Some improvements include :

  • Pogify app now polls the Spotify Playback SDK for state information instead of waiting for published events.
    • This has increased the predictability of the Spotify Playback SDK and has allowed us to clean up a lot of workarounds that was made necessary because we were on an events based system.
  • We have reworked the messaging system which has allowed us to minimize Spotify network calls by a third of what was before.
    • By incorporating into messages the track_window that is returned by the Spotify Playback SDK, we are able to reduce calls to the Spotify API.
  • A whole new UI!
    • our design team has been hard at work and has designed a whole new UI that looks and feels a lot better than before.
  • A bunch of under the hood code refactoring for stability and clarity.