remove TODO to wiki

This commit is contained in:
Antelle 2015-11-25 18:33:32 +03:00
parent 915f6eb322
commit 3e5e985816
3 changed files with 4 additions and 46 deletions

View File

@ -6,7 +6,7 @@
If you have found an bug, please [open an issue](https://github.com/antelle/keeweb/issues/new) and fill in the app version and your user-agent
(you can find these details in Settings/Help section). Please check [FAQ](https://github.com/antelle/keeweb/wiki/FAQ) before submitting a new issue
and [TODO](TODO.md) before creating a feature request.
and [TODO](https://github.com/antelle/keeweb/wiki/TODO) before creating a feature request.
Please, describe the issue in details: what were your actions? What has happened?
Does it happen on Demo or New database? If no, how to reproduce this? If you are using a test db without your personal data, please attach it.
@ -16,7 +16,7 @@ Does it happen on Demo or New database? If no, how to reproduce this? If you are
Plugins are not supported for now. So, if you want to add a feature, please, follow these steps:
1. make sure it's not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features)
2. check compatibility with [the project roadmap](TODO.md) and key features: you should not break anything
2. check compatibility with [the project roadmap](https://github.com/antelle/keeweb/wiki/TODO) and key features: you should not break anything
3. if your feature is introducing a lot of new UI, or is changing any UX or design concept, please, open an issue to discuss it first
4. please, respect existing style in code, styles and markup (hint: install and enable [editorconfig](http://editorconfig.org/) in your editor)
5. don't add any dependencies

View File

@ -8,13 +8,13 @@ The app can run either in browser, or as a desktop app.
# Quick Links
Apps: [Web](https://antelle.github.io/keeweb/) [Desktop](https://github.com/antelle/keeweb/releases/latest)
Timeline: [Release Notes](release-notes.md) [TODO](TODO.md)
Timeline: [Release Notes](release-notes.md) [TODO](https://github.com/antelle/keeweb/wiki/TODO)
On one page: [Features](features.md) [FAQ](https://github.com/antelle/keeweb/wiki/FAQ)
Twitter: [kee_web](https://twitter.com/kee_web)
# Status
Reading and display is mostly complete; modification and sync is under construction, please see [TODO](TODO.md) for more details.
Reading and display is mostly complete; modification and sync is under construction, please see [TODO](https://github.com/antelle/keeweb/wiki/TODO) for more details.
# Known Issues

42
TODO.md
View File

@ -1,42 +0,0 @@
# TODO
## v0.5
Dec
- [ ] conflict-free 2-way merge sync
- [ ] rethink locking and storage concept
- [ ] tech debt: unify storage providers
- [ ] tech debt: reload after db operations
## v0.6
Dec-Jan
- [ ] secure inputs for all passwords
- [ ] mobile bugfixes
- [ ] advanced search
- [ ] help/tips
- [ ] tech debt: refactor app-view
- [ ] tech debt: string globalization
- [ ] tech debt: binaries and history
## v1.0
Feb
- [ ] QA
## Future
- [ ] auto-type for desktop
- [ ] file type associations
- [ ] one-time passwords
- [ ] audit
- [ ] generation templates
- [ ] entry templates
- [ ] drag entries across files
- [ ] customizable table view
- [ ] i18n
- [ ] allow to increase font size
- [ ] different storage options
- [ ] keepasshttp
- [ ] mobile apps
- [ ] external crypto devices support
- [ ] draggable items in left panel
- [ ] user themes support
- [ ] plugins
- [ ] auto-tests