Skip to content

feat(frontend): allow filtering import processes by recipe

Arnaud Vergnet requested to merge topic/default/recipe-filter into branch/default

not properly tested as I don't have any data on my local setup.

The list of is now retrieved in separate request from the project/data service one. When selecting a recipe in the project page, it now re-sends the request with the filter applied. I decided to not do the filtering locally so we can easily use paginated requests in the future.

Merge request reports