Open drustanyjt opened 7 months ago
Hello, thanks for bringing this inconsistency to our attention. However we don't think that the consequence is as dire as reported.
edit
also works on bolts.edit
command is for.We'd like to seek clarification on what you mean by the following:
As a user, one might be very bewildered because you would need to have read the edit section, realised that there is no way to "unbolt" and then realise that you can do this using edit, without it ever been told to you.
[The team marked this bug as a duplicate of the following bug]
No good way to remove stars/bolts from people
Since
star
andbolt
only take in positive integers, any form of taking away stars/bolts requires theedit
command. which can be troublesome if you don't know the student's current star count. This may make it difficult for teachers that want to punish bad behaviour as well as reward them.
[original: nus-cs2103-AY2324S2/pe-interim#2379] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Hi, thanks for the suggestion. Not allowing adding of "negative" stars was our design decision from the start when adding the stars feature, since the inclusion of negative numbers into command may be confusing for some people in our target audience.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: >Hi, thanks for the suggestion. Not allowing adding of "negative" stars was our design decision from the start when adding the stars feature, since the inclusion of negative numbers into command may be confusing for some people in our target audience.
Firstly this is a bug about bolt
so your response to the original bug (only talking about show) does not really address my concern.
Secondly this bug is not saying that "negative" bolts should be allowed. I'm saying that as a user, I would have liked to know how to undo a bolt, which you don't directly mention anywhere in the UG (ie. this is a documentation problem). In particular, your FAQ section mentions that you can change the value of stars through the edit
command, but not bolt, so a user might be misled to believe that there is no "proper" way to remove a bolt except through some kind of hacks. This is untrue because there is in fact a way to change the value of a bolt through the edit
command. So the fix for this would have been adding a tip of some sort for this scenario, or even adding an extra mention about this in the FAQ, and then adding a link to the FAQ in the bolt
section.
Documentation Bug Description
A reader who is viewing the
bolt
command won't know how to lower bolt count:This question is NEVER DIRECTLY ANSWERED (note even in the FAQ).
Expected
Some tip in the
bold
command section of how this can be changed.Severity
Not a purely cosmetic issue in docs or UI, since it affects readability, so cannot be VeryLow. As a user, one might be very bewildered because you would need to have read the edit section, realised that there is no way to "unbolt" and then realise that you can do this using edit, without it ever been told to you. In my mind, this is inconvenient enough to warrant a Medium.