Added toDo list

This commit is contained in:
Manuel Cortez 2019-12-09 10:30:10 -06:00
parent c83f7c8d94
commit 93fe11728a

45
todo.md Normal file
View File

@ -0,0 +1,45 @@
# ToDo list for future versions
## VK features
* messages:
- selecc/unselect
- mark as read/unread
- reply
- forward
- delete
- create and manage chat groups.
- Edit chat messages.
- View edited messages properly.
* profile:
- View full profile
- edit profile
- upload profile photo.
* Wall posts: work with pinned posts (pin, unpin and indicate when the post is pinned somehow in the buffer).
* Notifications:
- Receive notifications
- view related objects
- mark as read.
* Attachments:
- Create/edit polls.
- display articles inside the application.
## Application features
* Spelling correction:
- allow users to set the spelling language
- allow language switching within the spelling correction dialog
- integrate this feature in chat messages.
* Translator: Integrate translation service in chat messages (for translating incoming and outgoing messages if necessary).
* timelines: persistent timelines saved in config.
* Audio buffers: Select/unselect all.
* Allow copy of VK objects (such as wall posts or audios) to attach those in chat messages or other posts.
* video playback inside the application.
* Add fullscreen option to the photo viewer.
* work in improving the visual organisation of widgets.
## Other
* distribution:
- Create an installer for alpha versions
- create a 64 bits distribution for both alpha and stable versions.