Преглед на файлове

add todo for minimum viable version

Jonas Reinsch преди 7 години
родител
ревизия
e46c74d2da
променени са 1 файла, в които са добавени 35 реда и са изтрити 0 реда
  1. 35 0
      README.md

+ 35 - 0
README.md

@@ -6,3 +6,38 @@ Email-based instant messaging for iOS.
 - then, open deltachat-ios.xcworkspace (*not* deltachat-ios.xcodeproj ), e.g. by running 'open deltachat-ios.xcworkspace' in the shell.
 
 
+### Roadmap / TODO for 'minimal viable version'
+
+- [X] use new deltachat-core-api and
+ adapt threads to the following scheme:
+ https://deltachat.github.io/api/
+ (the current ios-implementation relies on
+ threads created by deltachat-core; this is no longer done)
+- [X] threads should be created when going to foreground
+ and removed when going to background.
+ we could say, for the first version, we're a foreground app
+ and figure out background things later
+- [X] order: new group, new contact
+- [ ] allow group creation
+      (afaik groups created on other devices are
+      already displayed), leave out group settings
+       and settings for contact for now
+- [ ] ui-polishing, eg.
+  - smarter time/date display
+    (time beside messages, date as headlines)
+  - adapt avatars (use the colored images from the chatlist
+    also in the chat, no avatars beside outgoing messages
+  - show e-mail-address in the chat-title and/or open profile
+    when clicking on chat-title
+    (subtitle) dc_chat_get_subtitle
+- [ ] allow sending of images
+      and taking+sending photos directly from the camera.
+      (videos and voice messages
+      and other attachments can be done in a later version)
+- [ ] allow advanced configuration options on setup
+      to make sure users can connect if the autoconfig fails
+      (imap-server, imap-port, imap-flags, same for smtp -
+      if not yet implemented
+      (cannot test currently, iphone-battery is empty))
+- [ ] text drafts (not really important at first)
+      is included in dc_chat_get_subtitle