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/helpers/boards
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
..
create-one.js ref: Remove board types, refactoring 3 years ago
delete-one.js ref: Remove board types, refactoring 3 years ago
get-board-memberships.js ref: Remove board types, refactoring 3 years ago
get-card-ids.js ref: Remove board types, refactoring 3 years ago
get-cards.js Added card archiving functionality and created status column with corresponding migrations 2 years ago
get-labels.js feat: Labels reordering 3 years ago
get-lists.js ref: Remove board types, refactoring 3 years ago
get-many.js ref: Remove board types, refactoring 3 years ago
get-member-user-ids.js ref: Remove board types, refactoring 3 years ago
get-project-path.js Project managers, board members, auto-update after reconnection, refactoring 5 years ago
import-from-trello.js feat: Add ability to duplicate card (#668) 2 years ago
process-uploaded-trello-import-file.js feat: Trello board JSON import (#352) 3 years ago
update-one.js ref: Remove board types, refactoring 3 years ago