-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: FIT-710: Add FSM serializer fields and queryset mixins #8774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
…ation) This PR adds the foundational code for exposing FSM state in API responses: - FSMStateField: DRF serializer field for exposing state - FSMStateMetadataField: DRF serializer field for exposing state with metadata - FSMStateQuerySetMixin: QuerySet mixin for annotating state (prevents N+1 queries) - FSMMultiStateQuerySetMixin: Extended mixin with metadata support This is foundation code only - no implementation/usage is included in this PR.
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8774 +/- ##
============================================
+ Coverage 67.31% 80.34% +13.03%
============================================
Files 804 253 -551
Lines 62347 23090 -39257
Branches 10419 0 -10419
============================================
- Hits 41966 18552 -23414
+ Misses 20378 4538 -15840
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/fmt |
|
/fm sync |
This PR adds the foundational code for exposing FSM state in API responses:
This is foundation code only - no implementation/usage is included in this PR.