issues
search
keanacobarde
/
on-paper
Spend your money OnPaper first!
0
stars
0
forks
source link
EXPENSE CARDS AND CREATE/DELETE BUGS
#27
Closed
keanacobarde
closed
11 months ago
keanacobarde
commented
11 months ago
Description
Separated logic from returned component within index.js
Re-wrote useEffect logic within categoryDetails so that newly created categories could be rendered
Tested and debugged Category Card delete. Checked CRUD on all entities. It appears that all individual data calls work properly.
Added icon to categoryDetails page
Changed state variables within index.js for better readability.
Added FBK as a prop when mapping through category cards
Related Issue
19
11
8
Motivation and Context
All changes implemented are necessary for the functionality of this application.
How Can This Be Tested?
Pull PR branch and install needed dependencies
Stand web server and ensure that individual categories can be deleted.
Create a category through Postman and ensure that it can be deleted from the category page. Expense deletion was tested and successful in previous PR.
Screenshots (if appropriate):
N / A
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Related Issue
19
11
8
Motivation and Context
How Can This Be Tested?
Screenshots (if appropriate):
N / A
Types of changes