This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Change allowed_statuses to status_blacklist #226
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Is your feature request related to a problem? Please describe.
We treat the management of fields on a blacklist bases; eg: when adding a fieldname to the column, it disables the field. However, statuses work the other way around. Adding a status name to the column activates it. This also means that by default all the statuses are disabled.
Describe the solution you'd like
Instead of calling it
allowed_statuses
(and thus making it opt-in), name itstatus_blacklist
(in line withread_field_blacklist
andwrite_field_blacklist
and make it opt-out.Describe alternatives you've considered
The alternative would be to add all the fields on create of new rows, but this seems like an extra (unnecessary) hassle.
@benhaynes thoughts?
The text was updated successfully, but these errors were encountered: