cyfronet-fid / eosc-search-service

GNU General Public License v3.0
1 stars 1 forks source link

Refactor/Optimalisation Filters config #1426

Open maria-j-k opened 1 week ago

maria-j-k commented 1 week ago

Currently opening search service triggers get function in FiltersConfigsRepository 1000 times. The function is called not only for the collection from url, but for each available collection.

https://github.com/cyfronet-fid/eosc-search-service/blob/development/ui/apps/ui/src/app/collections/repositories/filters-configs.repository.ts

Michal-Kolomanski commented 5 days ago

partial fix done in new-eosc-pl