diff options
author | friendica <info@friendica.com> | 2015-03-23 20:16:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-23 20:16:56 -0700 |
commit | 37f0bd6c9d98fa57e13dc569ba59332b380471e6 (patch) | |
tree | a87ae3323bc2972ac7e1a53ba3be3ee26036e61c /doc | |
parent | c2acab21d44bfaa8e051a42a13b72c056c95b0a3 (diff) | |
download | volse-hubzilla-37f0bd6c9d98fa57e13dc569ba59332b380471e6.tar.gz volse-hubzilla-37f0bd6c9d98fa57e13dc569ba59332b380471e6.tar.bz2 volse-hubzilla-37f0bd6c9d98fa57e13dc569ba59332b380471e6.zip |
one step forward, one step back.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/to_do_code.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index e0e3d7f96..4b7b98ee1 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -8,7 +8,6 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Infinite scroll improvements (i.e. embedded page links) see http://scrollsample.appspot.com/items
[li]Finish the anti-spam bayesian engine[/li]
[li]implement an email permission denied bounce message from the sys channel[/li]
-[li]finish Wordpress connector - import wordpress comments back to redmatrix[/li]
[li]provide a way for xchans with a certain network type to upgrade (unknown to rss, rss to statusnet, friendica-over-diaspora to friendica, for instance) based on new knowledge and/or redmatrix ability[/li]
[li]If DAV folders exist, add an option to the Settings page to set a default folder for attachment uploads.[/li]
[li]Integrate the "open site" list with the register page[/li]
@@ -25,6 +24,7 @@ We need much more than this, but here are areas where developers can help. Pleas [li]service classes - account overview page showing resources consumed by channel. With special consideration this page can also be accessed at a meta level by the site admin to drill down on problematic accounts/channels.[/li]
[li]Events module - fix permissions on events, and provide JS translation support for the calendar overview; integrate with calDAV[/li]
[li]Uploads - integrate #^[url=https://github.com/blueimp/jQuery-File-Upload]https://github.com/blueimp/jQuery-File-Upload[/url][/li]
+[li]We could probably improve even more on the infamous sys_channel query by carrying a column in the channel DB for the timestamp of the last post; so we don't have to randomly select channels from which to find public content and quite possibly randomly select a bunch that are inactive. This would also be a huge win for the statistics queries which could look at the same exact field and not have to count hundreds of thousands of things.[/li]
[li]Import/export - include events, things, etc.[/li]
[li]Import channel from Diaspora/Friendica[/li]
[li]MediaGoblin photo "crosspost" connector[/li]
|