issues
search
software-students-fall2021
/
project-setup-penguin
project-setup-penguin created by GitHub Classroom
3
stars
4
forks
source link
CSS changes and DECKID Get/Delete endpoints
#109
Closed
cindykimxp
closed
3 years ago
cindykimxp
commented
3 years ago
DECK ID GET ENDPOINT:
gets deck id and send database.json
parses through json file in deckView
shows deck for that specific deckid
related to #75
CSS CHANGES:
minor changes...
was getting css values from other css files... renamed titles to avoid confusion
related to #83
DECKID DELETE ENDPOINT:
deletes deck onclick "Delete" button
deletes deck from json
deletes associated cards from json
deletes associated cardIDs from users
related to #80
janethuangg
commented
3 years ago
DECK ID GET ENDPOINT:
CSS CHANGES:
DECKID DELETE ENDPOINT: