Merge branch 'master' into rorcz
[girocco.git] / TODO
blob93f861b57a572c1414e30853073c82c29ee2254a
1 === repo.or.cz-specific or urgent TODO items ===
4 === Generic Girocco TODO items ===
6 * Watches support - random strangers can ask to be notified each time
7   a certain project[#branch]:path changes; c.f.
9         http://repo.or.cz/w/girocco/ztw.git/commitdiff/e4fe8a5bed0f548187c7d2d9750254ef1205fa08
11   but probably with much simpler single-file state structure.
13 * Upload SSH key as a file instead of pasting it to a textarea
15 * Ratelimiting mail notifications
17 * Captcha instead of the Sun-check
19 * Content tags editor for project admins, or a way to disable them for
20   a project altogether
22 * Add GitHub hooks suite to the available notifications
25 [Maybe?]
27 * The notion of project forking:
29         * Make it possible to aggregate the forks in graphiclog and diff
30           between forks.
32         * Provide "server-side tracking branch" management service:
33           - Propogate changes in "tracking branches" to other forks that want them.
34           - Users pull their fork and know those tracking branches are current.