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.
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
..
20180721020022_create_next_id_function.js
Project managers, board members, auto-update after reconnection, refactoring
5 years ago
20180721021044_create_archive_table.js
Add username to user
6 years ago
20180721220409_create_user_account_table.js
Add file attachments
6 years ago
20180721233450_create_project_table.js
Add project backgrounds
6 years ago
20180721234154_create_project_manager_table.js
fix: Fix missed table name ( #227 )
4 years ago
20180722000627_create_board_table.js
Prepare for collection board type, refactoring, update dependencies
5 years ago
20180722001747_create_board_membership_table.js
Project managers, board members, auto-update after reconnection, refactoring
5 years ago
20180722003437_create_label_table.js
Prepare for collection board type, refactoring, update dependencies
5 years ago
20180722003502_create_list_table.js
Prepare for collection board type, refactoring, update dependencies
5 years ago
20180722003614_create_card_table.js
feat: Add gallery for attachments
4 years ago
20180722005122_create_card_subscription_table.js
Add username to user
6 years ago
20180722005359_create_card_membership_table.js
Add username to user
6 years ago
20180722005928_create_card_label_table.js
Add username to user
6 years ago
20180722006570_create_task_table.js
Add username to user
6 years ago
20180722006688_create_attachment_table.js
Project managers, board members, auto-update after reconnection, refactoring
5 years ago
20181024220134_create_action_table.js
Add username to user
6 years ago
20181112104653_create_notification_table.js
Add username to user
6 years ago
20220523131229_add_image_to_attachment_table.js
ref: Little refactoring
3 years ago
20220713145452_add_position_to_task_table.js
feat: Labels reordering
3 years ago
20220725150723_add_language_to_user_account_table.js
ref: Little refactoring
3 years ago
20220729142434_add_index_on_type_to_action_table.js
feat: Toggle actions details, little redesign
3 years ago
20220803221221_add_password_changed_at_to_user_account_table.js
ref: Little refactoring
3 years ago
20220815155645_add_permissions_to_board_membership_table.js
feat: Permissions for board members
3 years ago
20220906094517_create_session_table.js
feat: Invalidate access token on logout
3 years ago
20221003140000_@.js
feat: Preserve original format of images, change interpolation kernel
3 years ago
20221223131625_preserve_original_format_of_images.js
fix: Proper image error handling during migration
3 years ago
20221225224651_remove_board_types.js.js
ref: Little refactoring
3 years ago
20221226210239_improve_quality_of_resized_images.js
fix: Preserve orientation of images
3 years ago
20230108213138_labels_reordering.js
feat: Labels reordering
3 years ago
20230227170557_rename_timer_to_stopwatch.js
fix: Rename timer to stopwatch
3 years ago
20230809022050_oidc_with_pkce_flow.js
fix: OIDC finalization and refactoring
2 years ago
20240419121805_add_status_column_to_cards.js
Added card archiving functionality and created status column with corresponding migrations
2 years ago