Add makeinghistory roadmap for dat p2p test:
parent
b3867a8a83
commit
94556411c4
|
@ -0,0 +1,23 @@
|
|||
#makeinghistory roadmap for #dat test:
|
||||
|
||||
1) Single column listing objects - two instances that can post to each other - objects (text, image, links). Listing objects by last posted. Very basic.
|
||||
|
||||
2) Then hashtag columns - mastodon has this, can mostly copy existing implementation.
|
||||
|
||||
3) Add stories, simply another object that uses existing objects and links with context text. Think of this as a human story index. (a collective community account publishes this - how does this work)
|
||||
|
||||
4) We need to think about flows between instances, federating etc.
|
||||
|
||||
The desktop interface is tweetdeck like, think copying mastodon implementation.
|
||||
|
||||
The mobile interface is single column scroll to next object, or click on object for full screen then sideswipe to next object. Think "Tusky" mastodon android app
|
||||
|
||||
Every object has an edit (if you have a login), and editable hashtag and a comment option.
|
||||
|
||||
The edits are then passed across federation/trust flows, option 4)
|
||||
|
||||
|
||||
Basic interface
|
||||
http://hamishcampbell.com/wp-content/uploads/2021/01/MakingHistory_Draft2.png
|
||||
http://hamishcampbell.com/wp-content/uploads/2021/01/MakingHistory_Draft.png
|
||||
http://hamishcampbell.com/wp-content/uploads/2021/01/MakingHistory_Draft3.png
|
Loading…
Reference in New Issue