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/controllers
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
..
access-tokens feat: Automatic logout when session expires 2 years ago
actions feat: Toggle actions details, little redesign 3 years ago
attachments ref: Remove board types, refactoring 3 years ago
board-memberships fix: Fix nullable boolean inputs 2 years ago
boards fix: Subscribe only when needed 3 years ago
card-labels ref: Remove board types, refactoring 3 years ago
card-memberships ref: Remove board types, refactoring 3 years ago
cards Added card archiving functionality and created status column with corresponding migrations 2 years ago
comment-actions chore: Cleanup 2 years ago
labels feat: Labels reordering 3 years ago
lists ref: Remove board types, refactoring 3 years ago
notifications ref: Remove board types, refactoring 3 years ago
project-managers ref: Remove board types, refactoring 3 years ago
projects ref: Remove board types, refactoring 3 years ago
tasks ref: Remove board types, refactoring 3 years ago
users feat: Add ability to enforce SSO 2 years ago
.gitkeep Initial commit 6 years ago
show-config.js feat: Add ability to enforce SSO 2 years ago