]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Make addressed/unaddressed workflow opt-in
authorStephen Finucane <stephen@that.guru>
Thu, 26 Aug 2021 17:18:28 +0000 (18:18 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 28 Oct 2021 10:43:35 +0000 (11:43 +0100)
commitf4e3b06c530b76ceceeb50e1bb33381be0ecc253
tree0c889dedc61ecb78ee49829141cd19ab8711e65b
parent8b927054404516150f14bb94d05d2163b4ae8f5c
Make addressed/unaddressed workflow opt-in

The current workflow for the address/unaddressed attribute of comments
sets all comments to unaddressed by default. This is unintuitive, as it
assumes that all comments are actionable items. It also imposes a
massive burden on maintainers, who will need to manually sift through
every single comment received to a list and manually set the
non-actionable items as "addressed".

Change this workflow so that the 'addressed' field defaults to NULL.
This means maintainers or users must manually set this to False when
they're requesting additional feedback. This is currently possible via
the web UI or REST API. A future change will make it possible via a
custom mail header.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Cc: Raxel Gutierrez <raxel@google.com>
Cc: Daniel Axtens <dja@axtens.net>
docs/api/schemas/latest/patchwork.yaml
docs/api/schemas/patchwork.j2
docs/api/schemas/v1.3/patchwork.yaml
htdocs/js/submission.js
patchwork/migrations/0045_addressed_fields.py
patchwork/models.py
patchwork/templates/patchwork/submission.html