-
-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Card Archiving Functionality with Documentation Updates #724
base: master
Are you sure you want to change the base?
Conversation
…responding 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.
Hi! Thanks for working on this 🙏 We've already started working on archiving in v2, but we can't move it here since the code is already very different. I'll try to check everything out this week. |
Is V2 in another repository? |
Nope, it will be the same repo when we finish. |
Hi! I apologize for not replying here for a while. I've tested a bit and have a few notes:
Should we wait until the unarchiving is done? BTW, thanks for improving the development environment documentation :) |
Hi Maksim, I haven't had time to look at the project in the past few weeks. I'm sorry for the delay in responding. Thank you for the feedback. I will work on it in my spare time over the next few weeks. But I have a question: you mentioned that this code would be difficult to reuse in the next version. Do you think it's still worth working on it? |
Hi Robson,
No worries, you don't need to apologize for that 😄
Yeah, that's a good question... I think the important point here is to understand how much you need this feature right now. For example, if it's much needed for your work and you have some time to implement and share it. We need a few more months to release v2, but it's very hard to say exactly how many as our resources are very limited. But I can already say for sure that archiving is already implemented in v2 along with search, restore, and it's possible to archive an infinite number of cards without any impact on board loading. If you decide it's best not to continue, we apologize for that and for the time you've invested. |
Hi, |
@meltyshev Hello, will the card archiving feature be added or will it come in v2? |
Hi! It's gonna be in v2 and we've already solved it. But unfortunately we can't port this to the current version, as the codebases are already very different :( |
I understand If the V2 repository was truly public, we could support it and complete it quickly. :) |
Robson Ventura Rodrigues seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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: