diff options
author | Olivier van Helden <olivier@van-helden.net> | 2014-12-03 17:54:07 -0400 |
---|---|---|
committer | Olivier van Helden <olivier@van-helden.net> | 2014-12-03 17:54:07 -0400 |
commit | e523061b7261439a71bdacf8f46d4c614740b356 (patch) | |
tree | 1a0577c64197c4289ed154d2c2d5fdf48a7e5192 /doc/roadmap.bb | |
parent | 13fd91d6f5723774a1b96257f8096acb2873b4ed (diff) | |
parent | b71b45aafc618d32d23c099a4d4db8bad2f09e54 (diff) | |
download | volse-hubzilla-e523061b7261439a71bdacf8f46d4c614740b356.tar.gz volse-hubzilla-e523061b7261439a71bdacf8f46d4c614740b356.tar.bz2 volse-hubzilla-e523061b7261439a71bdacf8f46d4c614740b356.zip |
Merge pull request #1 from friendica/master
Merge master from friendica
Diffstat (limited to 'doc/roadmap.bb')
-rw-r--r-- | doc/roadmap.bb | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/roadmap.bb b/doc/roadmap.bb new file mode 100644 index 000000000..9ac51adf2 --- /dev/null +++ b/doc/roadmap.bb @@ -0,0 +1,49 @@ + + +Roadmap for Redmatrix V3 + + +Subscriptions and business models + Build enough into core(/addons) to generate income (or at least try and cover costs) out of the box + +Merge all uploads into common DAV interface + Separate photo albums from photos and turn them into file directories. + Upload everything direct to /store + If photo, generate thumbnails and image resources + Provide default upload folders with %y (and other?) macros for both photos and other file resources + Allow "media" (anything that we can generate a thumbnail for) in the Photos section (and show thumbnails in the Files section where possible) + Resolve the "every photo has an item" confusion, perhaps every file should also - but only if we can explain it and separate them conceptually. + +Migration tools + Friendica importer + Diaspora importer + +Poco reputation + Make it happen + +Webpage design UI improvements + If practical, separate "conversation" sub-themes from overall themes so one can choose different conversation and content layouts within a base theme. + Make webpage building easy, with point-n-click selectors to build PDLs + bring back WYSIWYG, which ideally requires a JS abstraction layer so we can use any editor and change it based on mimetype + +Social Networking Federation + Friendica native mode? + Pump.io? + Others? + +Lists + Create a list object to contain arbitrary things for system use + Create a list object to contain arbitrary things for personal use + +Events + Recurring events and participation (RSVP) + +Zot + Provide a way to sync web resources. This could be built on DAV except for preserving resource naming (guids) instead of filenames. + +API extensions + More, more, more. + +DNS abstraction for V3 + Allow a channel to live in an arbitrary "DNS" namespace, for instance "mike@core.redmatrix". Use our directories and zot to find the actual DNS location via redirection. This could potentially allow hubs to be hidden behind tor or alt-roots and accessible only via the matrix. +
\ No newline at end of file |