tjeerddie

Results 16 issues of tjeerddie

## description I would like a feature to be able to choose which playlist to check. ## suggestion After logging in, seeing the playlists without the songs underneath them and...

It would be great if we can test the application with celery as executor, so we can be sure it works corretly and can prevent issues like #271 Now when...

enhancement
ESnet

Closes: https://github.com/workfloworchestrator/orchestrator-core/issues/626

### Contact Details _No response_ ### What should we build? made because of a comment in an MR: https://github.com/workfloworchestrator/orchestrator-core/pull/609#discussion_r1565387837 It would be usefull to replace `delete_from_redis` to the already created...

feature
triage

### Contact Details _No response_ ### What should we build? I think a lot of tests could benefit from using snapshots to decrease assertions with blocks of dicts. `test/unit_tests/graphql/test_subscriptions.py` is...

feature
triage

### Contact Details _No response_ ### What should we build? remove deprecations with `# TODO: deprecated` with a minor release. organisation to customer rename deprecations: - modify state `organisation` changed...

feature
triage

This allows a frontend to show the possible values to sort or filter with data from the backend so frontend changes are not required after each enum change.

documentation

there is a different product graphql type, one for `products` that uses `ProductSchema` and one that is used by `SubscriptionInterface` that uses `ProductModel` (does not have relations). This should become...

maintenance

This update introduces the ability to fetch subscription relations multiple layers deep by adding depth recursion to the subscription/s relations query. Other changes: - Move code that is independant of...