blumilksoftware / toby

HR software you love to hate
MIT License
17 stars 4 forks source link

#398 - tidy up queries #409

Closed kamilpiech97 closed 8 months ago

kamilpiech97 commented 8 months ago

Should close #398. Optimized some queries on dashboard and vacation requests page - removed some duplicated queries and cached some similar queries with laragear/cache-query.

kamilpiech97 commented 8 months ago

Should we add key CACHE_QUERY_STORE to .env file?

Added

EwelinaSkrzypacz commented 8 months ago

I can't create request, because type of request are not fetch

image

image

It happens when I have APP_URL like localhost:8751 - I use this, because on localhost login by Google works - on blumilk environment the above error doesn't occur.

kamilpiech97 commented 8 months ago

I can't create request, because type of request are not fetch image image

It happens when I have APP_URL like localhost:8751 - I use this, because on localhost login by Google works - on blumilk environment the above error doesn't occur.

Did u try do that on other branch? Maybe its general problem?

EwelinaSkrzypacz commented 8 months ago

Okay, after removing 's' from https://toby.blumilk.localhost/ it works (login by Google and creating requests)