-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Save for later #544
Comments
Hello @alexanmtz I would like to work on this issue and would appreciate I am assigned to it. |
Hello @topseySuave, you're now assigned to work on this issue 👍 |
Hello @topseySuave , I think you're missing the step in our README to copy |
I got it already sorry, thanks. |
Hi, Good day @alexanmtz I have currently added the action button on the frontend and working on actually saving a task in the database, but I have this issue where I created a migration file as well as the model after running
the new migration file Thanks. |
Hello @topseySuave, can you try to run |
This issue has been fixed in PR #640 once merged |
hey! if still not solved, can I work along? |
A new option on task page action bar, with "Save for later" label with a save icon. And once it is clicked and saved, it should switch to "Remove from Save for later" with the delete icon. Then when we are on task explorer, it should have a new tab item with the label "Saved for later", with the issues filtered by the saved ones.
We should create a model with a user with many saved issues.
Why
We should be able to collect issues we're interested in and check later.
Level
Beginner
How to reproduce the user scenario
Tips
Check our existing models
The text was updated successfully, but these errors were encountered: