-
Notifications
You must be signed in to change notification settings - Fork 6
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
✨ [#1789] Add ZaakTypeStatusTypeConfig model #803
Conversation
) | ||
|
||
# configuration | ||
status_indicator = models.CharField( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to name this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indicator would have been fine
79cc92d
to
eeac342
Compare
5dea031
to
960a776
Compare
Configuration for the statustypen is shown as an inline in the For status_indicator |
src/open_inwoner/components/templates/components/StatusIndicator/StatusIndicator.html
Show resolved
Hide resolved
eadc716
to
cf0a995
Compare
Codecov Report
@@ Coverage Diff @@
## develop #803 +/- ##
========================================
Coverage 93.05% 93.06%
========================================
Files 742 744 +2
Lines 25821 25908 +87
========================================
+ Hits 24028 24110 +82
- Misses 1793 1798 +5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cf0a995
to
6ab602a
Compare
6ab602a
to
b10b402
Compare
verbose_name=_("Statustekst"), | ||
max_length=1000, | ||
) | ||
zaaktype_uuids = ArrayField( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this is in there as we already have a relation with a zaaktype_config. But as this is done this way for the ZTIOT-Config I guess there is a purpose...
indicator options can be expanded, but besides that this PR is good to go in my eyes, nice work. |
to allow specific configuration per statustype
b10b402
to
3e7fd26
Compare
No description provided.