Add flag/attribute/trait system #388
Labels
blocking
Blocks another task
importance: should
Optional, but useful or needed, but not critically; should be done
internal
Without much influence on the interface
producer
Creates a base to be used later
Milestone
Currently, the only ways to add a configuration variable per object is to either introduce a 0/1 flag into the database (which would clutter the record) or to use a
Parameter
(which is not the intended use, is hardly intuitive, and clutters a different place).Consider adding some flag/attribute/trait system that would allow an on/off configuration per object. First use could be in #58 for display as tab for
Group
functionality.The text was updated successfully, but these errors were encountered: