Open randallnhr opened 1 year ago
Thanks for your (+ everyone else's :o) feedback on the matter.
The primary purpose of freeze
is to defend filter
against mass edit
and mass delete_tag
commands: the latter two commands can (intentionally) drop many visible results from a filtered
list, which could make it difficult for the user to perform further commands on the list. freeze
freezes the visible list to prevent that.
The documentation is easier to understand after having experienced that context directly; admittedly, it is difficult to explain the purpose of freeze
without it.
As the freeze
command itself is also only really used in that context, not using it elsewhere will not hinder a user very much. Accordingly, we have judged the severity of this documentation bug as Low
.
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
Not sure if its a skill issue, but I am still unsure as to what the freeze and unfreeze command does.
The addition of a before and after image might be helpful to explain its functionality.