mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Code Archive System #634
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?
Originally created by @DJMahirNationTV on GitHub (Jan 25, 2025).
Heya, does someone know how I can code an Archive System?
I am currently trying to code the Archive System, but the Project is too huge. If someone has already it on their Project, I would appreciate it much!
@meltyshev commented on GitHub (Jan 25, 2025):
Hi! Archiving has already been implemented in v2. We're currently migrating all the added features from v1 and will release it.
@DJMahirNationTV commented on GitHub (Jan 26, 2025):
Thank you for clarifying. I found a Pull request:
https://github.com/plankanban/planka/pull/724
The button is missing to view Archived Cards or unarchive them [Button]. I could unarchive them from the Database.
Do you know around which Date will the v2 System be done?
Thank you very much!
@meltyshev commented on GitHub (Jan 27, 2025):
We’re planning to release it in February. Unfortunately, we can’t provide a more exact date yet. It all depends on how easy or difficult it will be to transfer the changes already implemented in v1 to v2.
@DJMahirNationTV commented on GitHub (Feb 1, 2025):
One more question, is it possible, that we can have a Voting system as well?
Like the users can put:
✅️ Accept/Yes
❌️ Denied/No
🤷♂️ Neutral
💬 Comment on Vote
It would be really cool if this feature can be Implemented for V2 as well.
Thank you!