mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #724] [CLOSED] Added Card Archiving Functionality with Documentation Updates #1085
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/724
Author: @robsonvnt
Created: 4/22/2024
Status: ❌ Closed
Base:
master← Head:archiving-of-cards📝 Commits (10+)
a43af8echore: Update version5381d45meta: Share global eslint config, move prettier config (#339)b0d2337chore: Update dependenciesac0a3d9fix: Fix client build5afd4afref: Little refactoring5fc811dchore(deps): Bump socket.io-parser from 3.3.2 to 3.3.3 in /server (#322)65abd7cchore(deps): Bump socket.io-parser from 3.3.2 to 3.3.3 in /client (#326)54c57a0chore(deps): Bump minimatch and recursive-readdir in /client (#338)c181731fix: Fix card repositioninga007e1dchore: Update version📊 Changes
2 files changed (+56 additions, -2 deletions)
View changed files
📝
client/README.md(+3 -1)📝
server/README.md(+53 -1)📄 Description
Description:
This pull request introduces the functionality to archive cards within the system, utilizing the existing delete confirmation popup to minimize code changes. The feature has been implemented across both the backend and frontend and includes the necessary database updates.
Main Changes:
Observations:
Request for Feedback:
Given my limited experience with these technologies, I am open to receiving feedback on the coding practices adopted, as well as suggestions for improvements or corrections that could enhance the quality and maintainability of the code.
Next Steps:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.