ianmccurry11 / TODO_List

307 TODO List group project with Nathan, Jacob, Ishan, and Ian
1 stars 1 forks source link

Backend task manipulation #50

Closed natedog0027 closed 10 months ago

natedog0027 commented 10 months ago

Backend task manipulation. Added tasks.js to backend/models. tasks.js has a task schema. Added task-services.js to backed/models with fetch, add, and delete functionality. task-services.js is called by index.js to perform these functions. Index has get, post, and delete functionality. listTasks.js (/display-tasks) can handle delete and fetch functionality (delete by button works, but the page must be reloaded to see changes.) addTasks.js now has a handlePost() function but it has not been incorporated into the overall feature set. Basic setup complete, needs finishing work to complete functionality.

ShanMehr commented 9 months ago

LGTM

ianmccurry11 commented 9 months ago

LGTM