We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add
... If Expense category is undefined, it will default to the General Expense Category ...
Defaults to general if specified with add ... c/general.
add ... c/general
Hence, does not follow what has been stated in the UG for this part.
The text was updated successfully, but these errors were encountered:
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Case insensitive category displayed Steps to reproduce: addCat c/school add d/pen a/99 c/school t/2022-04-16 add d/pens a/99 c/School t/2022-04-16 Expected: school to be the category for expense pens. Actual: [original: nus-cs2103-AY2122S2/pe-interim#754] [original labels: severity.Medium type.FeatureFlaw]
Steps to reproduce:
addCat c/school add d/pen a/99 c/school t/2022-04-16 add d/pens a/99 c/School t/2022-04-16
Expected:
school to be the category for expense pens.
school
pens
Actual:
[This is the team's response to the above 'original' bug]
It is very unlikely that the case sensitivity will affect the functionality of the application for the user.
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Team chose [type.FeatureFlaw] Originally [type.DocumentationBug]
type.FeatureFlaw
type.DocumentationBug
Team chose [severity.Low] Originally [severity.Medium]
severity.Low
severity.Medium
Sorry, something went wrong.
No branches or pull requests
Defaults to general if specified with
add ... c/general
.Hence, does not follow what has been stated in the UG for this part.
The text was updated successfully, but these errors were encountered: