-
Notifications
You must be signed in to change notification settings - Fork 18
Delete an Item #122
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
base: master
Are you sure you want to change the base?
Delete an Item #122
Conversation
* Added export all option to navigation * Preview plain text and html exports * Download plain text and styled exports
…to mimic dropdown delete, and delete functionality to route to change is_delete flag to true
|
@shakalee14 @tjfwalker Added delete element to items/index.pug for testing, added jQuery element to respond to click event on element, added route /items/delete/:id to perform some delete functionality. Currently, the route will change the is_deleted column to true in the database. |
…o include is_deleted, added deleteItem to jQuery to soft delete from database and hide associated elements on page
|
New commit. Please review. Thanks. @shakalee14 @tjfwalker |
|
looks good @sdweber422 @GeneralMeow |
* Reveal item Menu On Bullet Hover
…to original, changed declarations model to refelct is_deleted, and added functionality to not show soft deleted items
|
@tjfwalker @shakalee14 Please review. |
|
@sdweber422 review in progress |
…to mimic dropdown delete, and delete functionality to route to change is_delete flag to true
…o include is_deleted, added deleteItem to jQuery to soft delete from database and hide associated elements on page
…to original, changed declarations model to refelct is_deleted, and added functionality to not show soft deleted items
@tjfwalker
@shakalee14
Fix #63