Add "Expectations" to the readme
This commit is contained in:
parent
fcdbfbc932
commit
e40c076202
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -7,4 +7,12 @@ This is a simple and experimental password-based note-taking app with built-in
|
|||
- [ ] Improve password checking
|
||||
- [ ] Allow the addition of arbitrary metadata when creating a note
|
||||
- [ ] Add basic markdown support (bold, italics, underline)
|
||||
- [ ] Improve performance (duplicate decryption operations, tons of copying/cloning, etc)
|
||||
- [ ] Improve performance (duplicate decryption operations, tons of copying/cloning, etc)
|
||||
|
||||
## Expectations
|
||||
This project was done in just a day. Code quality isn't the best. I will slowly improve this
|
||||
project according to my needs, some things like the ones on the _To-Do list_ will probably be
|
||||
done at some point in time.
|
||||
|
||||
However, with that being said, if you'd like to contribute or fix something, feel free to
|
||||
create an account and go for it! :)
|
Loading…
Reference in a new issue