File: TODO.txt

package info (click to toggle)
php-horde-content 2.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 377
  • sloc: php: 1,454; xml: 474; makefile: 10; sh: 3
file content (18 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- Tagger todos:
  - add missing tests
  - finish similar objects method
  - duplicate insert detection in tag()
  - add routes and controllers for objects and users
  - some sort of db_select object for more reliable sql generation

- implement split read/write database support through Horde_Db, also allowing
  for sharding, multi-master, backup connections, etc. Probably will take a
  Horde_Db_ConnectionManager object or some such, that can implement logic for
  which connection to use.

- interface for doing tag searches via technorati, google, etc. (take a tag in
  the system, find things with the same tag on other systems).

- linkbacks addition: instead of just tracking linkbacks we're directly notified
  of, also provide a way to search for links to the resource in question (google
  link: search, etc).