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
..
.gitkeep
Initial commit
6 years ago
Action.js
Project managers, board members, auto-update after reconnection, refactoring
5 years ago
Archive.js
Code formatting with prettier, change eslint config for the server
6 years ago
Attachment.js
feat: Preserve original format of images, change interpolation kernel
3 years ago
Board.js
ref: Remove board types, refactoring
3 years ago
BoardMembership.js
feat: Permissions for board members
3 years ago
Card.js
Added card archiving functionality and created status column with corresponding migrations
2 years ago
CardLabel.js
Code formatting with prettier, change eslint config for the server
6 years ago
CardMembership.js
Code formatting with prettier, change eslint config for the server
6 years ago
CardSubscription.js
Code formatting with prettier, change eslint config for the server
6 years ago
IdentityProviderUser.js
feat: OIDC with PKCE flow ( #491 )
2 years ago
Label.js
feat: Labels reordering
3 years ago
List.js
Code formatting with prettier, change eslint config for the server
6 years ago
Notification.js
Code formatting with prettier, change eslint config for the server
6 years ago
Project.js
feat: Preserve original format of images, change interpolation kernel
3 years ago
ProjectManager.js
Project managers, board members, auto-update after reconnection, refactoring
5 years ago
Session.js
feat: Invalidate access token on logout
3 years ago
Task.js
feat: Add tasks reordering
3 years ago
User.js
feat: Add ability to map OIDC attributes and ignore username
2 years ago