You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
As a user, I would like to be able to see how many deals there are by category. I would like to see this count inside of the pill of the category option.
Describe the benefits of your solution
This could further incentivize users to look into specific categories.
Additional Notes
this will require adding a new db query in the src/lib/queries.ts file
Describe the solution you'd like
As a user, I would like to be able to see how many deals there are by category. I would like to see this count inside of the pill of the category option.
Describe the benefits of your solution
This could further incentivize users to look into specific categories.
Additional Notes
src/lib/queries.ts
filegroupBy
function with _countGroupby - https://www.prisma.io/docs/orm/prisma-client/queries/aggregation-grouping-summarizing#groupby-and-filtering
Count - https://www.prisma.io/docs/orm/prisma-client/queries/aggregation-grouping-summarizing#count-records
Example (not tested)
The text was updated successfully, but these errors were encountered: