-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backend: implement list function #10
Conversation
In order to test this, we might want to provide a test directory. Than we can prepare a test directory of some structure and how our implementation react. We also might want to configure the directory later. In note.py and note.js, |
I was thinking: maybe actual files are not needed. I want to check how deep I can mock things. But if I can't mock as early as I want, I think for test purposes, generating a test directory with content and deleting it after a test would be the best.
A configuration for the storage location must be possible. Currently there is no menu to do so. A file for storing this information permanently is vital. |
In note.py and note we only had config files without any in-app configuration. Here, we already have a settings menu. Take a look at the extra buttons on our title bar. There is only one option there by now and I don't know if it's worth to keep this particular option, but we can add more options there. |
f5efa8e
to
3039294
Compare
3039294
to
aafa21a
Compare
* this follows [tauri's guide on error handling](https://tauri.app/v1/guides/features/command/#error-handling)
Co-authored-by: Falk Werner <47070255+falk-werner@users.noreply.github.com>
Implements a list command with note.js as the template.
Things that still needs to be addressed are: