Skip to content
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

Archive view #113

Open
xy2z opened this issue Sep 24, 2019 · 4 comments
Open

Archive view #113

xy2z opened this issue Sep 24, 2019 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@xy2z
Copy link
Owner

xy2z commented Sep 24, 2019

EDIT: Backend is done (see PR #123)
So only the UI is missing.

About

It should be possible to archive notes, just like Dropbox Paper. Archived notes are removed from the notebook and all put in the 'Archive' view. Archived note cannot be edited, just like trashed notes.
When archiving a note, remove the 'star'.

How to

See how 'Starred' and 'Trash' view are done.
Create a new column in the notes db table archived_at which is a timestamp that can be NULL. The same way deleted_at (trash) is done.
Use FontAwesome to find a archive icon.

Let me know if you have any questions

@xy2z xy2z added help wanted Extra attention is needed awaiting Awaiting other issue hacktoberfest Hacktoberfest 2019 enhancement New feature or request labels Sep 24, 2019
@MJunaidAhmad
Copy link
Contributor

Working on this one too. :)

@xy2z
Copy link
Owner Author

xy2z commented Sep 28, 2019

@MJunaidAhmad great! :)

Just hold on to the frontend (css and blade files) since its awaiting #6 so we dont get a merge conflict.

@MJunaidAhmad
Copy link
Contributor

alright got it. (y)

@xy2z
Copy link
Owner Author

xy2z commented Oct 7, 2019

Backend is done (see PR #123)

@xy2z xy2z removed hacktoberfest Hacktoberfest 2019 awaiting Awaiting other issue labels Nov 22, 2019
@xy2z xy2z added this to the v1.1 milestone Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants