hearchco / agent

Agent for Hearchco built using Go.
https://hearch.co
GNU Affero General Public License v3.0
19 stars 1 forks source link

fix!: removed bangs, since they can be handled by frontend #313

Closed aleksasiriski closed 1 month ago

aleksasiriski commented 1 month ago

It's required to handle categories on frontend to get correct loading animations for the category before the backend responds and to achieve better cache hit ratio (because of conversion of bangs into url param and query param sorting before fetching the backend). This removes duplicate code and logic around bangs.