plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
8.01k stars 747 forks source link

Feature request: card archiving option #774

Open prxgma opened 5 months ago

prxgma commented 5 months ago

Hiya, I was looking to suggest a way of archiving cards/lists the way Trello has always done, so that things are more neatly cleaned up on the face of a board, to also further help reduce lag etc. while maintaining the ability to search the board & automatically look through the archives of the board in question at the same time.

meltyshev commented 5 months ago

Hi! We've already solve this in the v2, but it's not yet publicly available.

UnverifiedContact commented 3 months ago

Hi! We've already solve this in the v2, but it's not yet publicly available.

Hi @meltyshev do you have any word on roughly when v2 might be made public?

Also, how come you guys are doing work on branches you don't make public? Why do that?

meltyshev commented 3 months ago

Hi @meltyshev do you have any word on roughly when v2 might be made public?

Hi! We still can't provide any date, but we're trying to release v2 as soon as possible.

Also, how come you guys are doing work on branches you don't make public? Why do that?

It's easier for us to do it in a private repository, because otherwise people will try to use an unfinished version, write issues that we'll have to respond to, even though some parts may not work simply because they're not ready yet. In short, maintaining both versions at the same time is hard, time-consuming and distracting, which only slows down development.

denilsonsa commented 1 month ago

Looks like a duplicate of #456