solid-adventure / trivial-api

Other
1 stars 1 forks source link

actually use the serializer #225

Closed vgkids closed 9 months ago

vgkids commented 9 months ago

Before We weren't actually using the serializer for apps#show. Trivial-UI used to pull from apps#index and filter in memory, which was causing performance issues. Now that Trivial-UI is using a more efficient route, it became apparent we weren't returning modern amenities like app.tags.

After Use the same serializer Apps#index has been using all along.