File: TODO

package info (click to toggle)
php-horde-syncml 2.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,900 kB
  • ctags: 1,202
  • sloc: php: 5,710; xml: 4,602; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TODOs
-----


- handle recurring events
- handle alarms in sync4j

- review session handling.
   - Deal with "unfinished" sessions after incomplete sync.
   - use cookies where possible. Otherwise concurrent sessions with
     device ID "sc-pim-outlook" will cause trouble big time.

- implement BUSY feature

- try to speedup data retrival inside horde

- create configuration in horde preferences: allow fancy stuff like
  "delete calendar entries from clients for events n days in the past"

- create page to view summary of previous sync and ultimately handle
  collisions as well...

- get vcard/icalendar handling right: support ical 1.0/2.0 and vcard
  2.1/3.0 creation.

Redesign / Refactoring
----------------------


-concentrate business logic where possible (controller class),
 seperate xml parsing/creation from business logic