Open DINESH1201 opened 1 week ago
Reason for dropping to severity low
This appears only in rare situations where the user accidentally puts ced/ for contract end dates which should not happen if they follow the UG.
Reason for feature flaw
This is not a functionality bug as it is perfectly valid for "ced/2026-10-10" to be treated as the contract end date and reported as an error as we did not include any use of prefixes in the promote command and our UG clearly states how the command should be used with examples given.
Our promote command in the help window also gave clear examples of how the command should be used.
Therefore, it is a feature flaw as the current design could be better by throwing a more specific error message.
Reason for not in scope
This is a valid concern as users may make a mistake and think that a prefix is required. However, this is not in the scope as checking for ced/ is lower priority as it is a rare case and our current error message is still valid and correct.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
If the user were to key in the
promote
command with theced
parameter, there is an error stating that the contract end date is in the wrong format / invalid date. Instead, there should be an error saying "Invalid command format". This is misleading as the user might not understand what went wrong just from the error message.Steps to reproduce:
promote 1 ced/2026-10-10
Screenshot 2024-11-15 at 4.55.45 PMResult: Even though the date i entered is in the valid format and a valid date, the error shown is saying that it is an invalid date/wrong format.
Expected Result: Show an error message saying invalid command format. Similar to what is shown below. Screenshot 2024-11-15 at 5.03.30 PM