
I've wrapped up a number of features for my <a href="https://tini.bio/brian/projects/dandori">Dandori project</a> which means it was finally time to clean up some tech debt. I had been using a custom <a href="https://guides.emberjs.com/release/services/">service</a> to handle my usage of the Supabase API for both auth and data. <br><br>However, over the weekend I've managed to convert all usage of that custom service over to the more standard combo of <a href="https://github.com/emberjs/data">Ember Data</a> and <a href="https://github.com/mainmatter/ember-simple-auth">Ember Simple Auth</a>. Amusingly, it appears that Ember Data is actually going through a next gen revamp that will probably require me to do another cleanup in some months. 😅<br><br>After this, I want to take another pass at the UX and polish it up as much as possible before the school year starts next week!<br>