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
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
..
api Added card archiving functionality and created status column with corresponding migrations 2 years ago
config feat: Slack bot notifications (#676) 2 years ago
db Added card archiving functionality and created status column with corresponding migrations 2 years ago
private/attachments feat: Remove attachments from public access 4 years ago
public feat: Remove attachments from public access 4 years ago
test feat: Modify logger to log to file that supports fail2ban (#284) 4 years ago
utils feat: Labels reordering 3 years ago
views Docker, update readme, update dependencies 7 years ago
.editorconfig Initial commit 7 years ago
.env.sample feat: Slack bot notifications (#676) 2 years ago
.eslintignore ref: Ignore public js linting (#278) 4 years ago
.gitignore meta: Fix ignore files for logs 4 years ago
.npmrc Update server scaffold 7 years ago
.sailsrc Docker, update readme, update dependencies 7 years ago
README.md Initial commit 7 years ago
app.js feat: Add gallery for attachments 4 years ago
get-config.js feat: Add gallery for attachments 4 years ago
package-lock.json feat: SMTP integration and email notifications (#631) 2 years ago
package.json Added card archiving functionality and created status column with corresponding migrations 2 years ago

README.md

Planka server