Ember Data All The Things
August 05, 2024
I've wrapped up a number of features for my Dandori project which means it was finally time to clean up some tech debt. I had been using a custom service to handle my usage of the Supabase API for both auth and data.
However, over the weekend I've managed to convert all usage of that custom service over to the more standard combo of Ember Data and Ember Simple Auth. 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. 😅
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!