You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/server/api
Robson Ventura Rodrigues 60c514b63f Added card archiving functionality and created status column with corresponding migrations
- Implemented the option to archive cards in the system, with support in both backend and frontend.
- Created 'status' column in the cards table to manage archiving status.
- Developed necessary database migrations for the new column.
- Reused the delete confirmation popup to confirm archiving, minimizing code changes.
- Modifications made to backend handlers and frontend UI to support the archiving functionality.
2 years ago
..
controllers Added card archiving functionality and created status column with corresponding migrations 2 years ago
helpers Added card archiving functionality and created status column with corresponding migrations 2 years ago
hooks feat: Automatic logout when session expires 2 years ago
models Added card archiving functionality and created status column with corresponding migrations 2 years ago
policies Initial commit 6 years ago
responses Code formatting with prettier, change eslint config for the server 6 years ago