We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a recyclebin type of state - so when we remove a task it goes there instead of removing.
The text was updated successfully, but these errors were encountered:
does this make a task "archived", as per #524
Sorry, something went wrong.
After discussion with @liorkesos we decided that we will add a object called 'deleted' on the model and toggle them accordingly model could be
deleted:{ 'date':date, 'state':boolean }
@liorkesos needed design for recycle bin under config setting
@arbel we need design for recycle/unrecycle buttons, as well as location from which to do these actions. cc @liorkesos
arbel
nevos
No branches or pull requests
Add a recyclebin type of state - so when we remove a task it goes there instead of removing.
The text was updated successfully, but these errors were encountered: