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

Auto save notes for every "x" seconds #29

Closed
SankethBK opened this issue Sep 16, 2023 · 1 comment · Fixed by #44
Closed

Auto save notes for every "x" seconds #29

SankethBK opened this issue Sep 16, 2023 · 1 comment · Fixed by #44
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Applicable to hacktoberfest

Comments

@SankethBK
Copy link
Owner

SankethBK commented Sep 16, 2023

Refer to the documentation of notes schema

Notes bloc is defined in lib/features/notes/presentation/bloc/notes. We need to emit the SaveNote event with a timer of "x" seconds.

Use Timer.periodic to emit this event in lib/features/notes/presentation/pages/note_create_page.dart.

Next step would be to make "x" configurable by taking an input from settings

@SankethBK SankethBK added enhancement New feature or request good first issue Good for newcomers labels Sep 16, 2023
@SankethBK SankethBK added the hacktoberfest Applicable to hacktoberfest label Sep 30, 2023
@droidbg
Copy link
Contributor

droidbg commented Oct 1, 2023

@SankethBK Picking this up.

droidbg added a commit to droidbg/diaryvault that referenced this issue Oct 2, 2023
@droidbg droidbg mentioned this issue Oct 2, 2023
9 tasks
droidbg added a commit to droidbg/diaryvault that referenced this issue Oct 2, 2023
droidbg added a commit to droidbg/diaryvault that referenced this issue Oct 2, 2023
droidbg added a commit to droidbg/diaryvault that referenced this issue Oct 2, 2023
droidbg added a commit to droidbg/diaryvault that referenced this issue Oct 2, 2023
SankethBK pushed a commit that referenced this issue Oct 2, 2023
* [Binni] Add. Auto Save Notes after X seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Applicable to hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants