Update README.md

This commit is contained in:
Anton Stubenbord
2022-11-02 00:39:34 +01:00
committed by GitHub
parent dcf3fbdc4b
commit ecdfea908a

View File

@@ -43,7 +43,9 @@ With this app you can conveniently add, manage or simply find documents stored i
### :rocket: Features
:heavy_check_mark: **View** your documents at a glance, in a compact list or a more detailed grid view<br>
:heavy_check_mark: **Add**, **delete**, **edit**, ~**download**~ or **preview** your documents<br>
:heavy_check_mark: **Add**, **delete**, **edit**, **share**, **download** or just **preview** your documents<br>
:heavy_check_mark: **Add**, **delete** or **edit** your documents
:heavy_check_mark: **Share**, **download** and **preview** PDF files<br>
:heavy_check_mark: **Manage** and assign correspondents, document types, tags and storage paths<br>
:heavy_check_mark: **Scan** and upload documents with preset correspondent, document type, tags and creation date<br>
:heavy_check_mark: **Search** for documents using a wide range of filter criteria<br>
@@ -85,9 +87,9 @@ To get a local copy up and running follow these simple steps.
<!-- ROADMAP -->
## Roadmap
- [ ] Add download functionality (implemented, but flutter cannot download to useful directories except app directory)
- [ ] Add document share support
- [ ] Improvements to UX (e.g. form fields show clear button while empty)
- [x] Add download functionality (implemented, but flutter cannot download to useful directories except app directory)
- [x] Add document share support
- [x] Improvements to UX (e.g. form fields show clear button while empty)
- [ ] Add more languages
- [ ] Support for IOS
- [ ] Automatic releases and CI/CD with fastlane