diff options
author | friendica <info@friendica.com> | 2014-09-17 17:59:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-17 17:59:46 -0700 |
commit | 401409357238183702c1628a02ccef6cf0394d72 (patch) | |
tree | 3e44b80aaca8fb79c7571aba7bb66f31386eb4ca /doc/to_do_code.bb | |
parent | cd790447782c0a7deba56209afc2e6352e004743 (diff) | |
download | volse-hubzilla-401409357238183702c1628a02ccef6cf0394d72.tar.gz volse-hubzilla-401409357238183702c1628a02ccef6cf0394d72.tar.bz2 volse-hubzilla-401409357238183702c1628a02ccef6cf0394d72.zip |
implement permission roles - the backend should be done except for maybe a couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone.
Diffstat (limited to 'doc/to_do_code.bb')
-rw-r--r-- | doc/to_do_code.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index 91997a284..0005b4be3 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -4,6 +4,8 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Documentation - see Red Documentation Project To-Do List[/li]
+[li]Include TOS link in registration/verification email[/li]
+
[li]Finish the anti-spam bayesian engine[/li]
[li]If DAV folders exist, add an option to the Settings page to set a default folder for attachment uploads.[/li]
@@ -38,8 +40,22 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Uploads - integrate #^[url=https://github.com/blueimp/jQuery-File-Upload]https://github.com/blueimp/jQuery-File-Upload[/url][/li]
+[li]Import/export - include items, events, things, etc.[/li]
+
+[li]Import channel from Diaspora/Friendica[/li]
+
+[li]MediaGoblin photo "crosspost" connector[/li]
+
+[li]Create management page/UI for extensible profile fields[/li]
+
+[li]Create interface to include/exclude and re-order standard profile fields[/li]
+
+[li]Provide a mechanism to share page design elements in posts (just like apps)[/li]
+
[li]App taxonomy[/li]
+[li]Customisable App collection pages[/li]
+
[li]replace the tinymce visual editor and/or make the visual editor pluggable and responsive to different output formats. We probably want library/bbedit for bbcode. This needs a fair bit of work to catch up with our "enhanced bbcode", but start with images, links, bold and highlight and work from there.[/li]
[li]Photos module - turn photos into normal conversations and fix tagging[/li]
|