-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
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
[CS2103T-T11-3] NUStorage #70
base: master
Are you sure you want to change the base?
[CS2103T-T11-3] NUStorage #70
Conversation
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
============================================
- Coverage 72.31% 65.40% -6.91%
- Complexity 400 402 +2
============================================
Files 70 79 +9
Lines 1228 1373 +145
Branches 124 129 +5
============================================
+ Hits 888 898 +10
- Misses 308 442 +134
- Partials 32 33 +1
Continue to review full report at Codecov.
|
d770ca6
to
cb63615
Compare
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
============================================
- Coverage 72.31% 68.93% -3.38%
- Complexity 400 515 +115
============================================
Files 70 85 +15
Lines 1228 1822 +594
Branches 124 178 +54
============================================
+ Hits 888 1256 +368
- Misses 308 462 +154
- Partials 32 104 +72
Continue to review full report at Codecov.
|
…ete-grp Branch delete grp
Convert to Optionals for Optional fields
…ommand Add view command and parser
V1.4 bug fix
Fix clear command
Update fork with changes
Fix reset issue when creating new items
Add finance command tests
…aking empty string as valid item name
…into v1.4-BugFix
V1.4 bug fix
Update fork with changes
Fix testcase and bug
V1.4 ugdg
Update test case
V1.4 ugdg
Add more test cases
Update DG diagrams and format
Update UG
Fix acknowledgement
Add css credits
NUStorage is a desktop app for managing inventory and finances, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, NUStorage can manage your inventory / finances faster and organize said information better than traditional means (e.g. pen and paper).