Update TODO
Hopefully somewhat clarified that the purpose of the PUBLIC, USER and MOD terms. Raised a question. Integrated previous changes.master
parent
3a5dd04fe5
commit
979f5cbd8a
21
TODO.md
21
TODO.md
|
@ -5,36 +5,41 @@ along with all other aspects.
|
||||||
|
|
||||||
## Phase 1
|
## Phase 1
|
||||||
|
|
||||||
|
The following terms are purely for differentiating between certain implementation details.
|
||||||
|
|
||||||
|
Key:
|
||||||
```
|
```
|
||||||
"PUBLIC": Viewable when not logged in
|
"PUBLIC": Viewable when not logged in
|
||||||
"USER": Viewable when logged in
|
"USER": Viewable when logged in
|
||||||
"MOD": Viewable when logged in with sufficient permissions
|
"MOD": Viewable when logged in with sufficient permissions
|
||||||
|
|
||||||
The old terms are feture (story) - newswire (both viwed when not loged in) - the was no user, but will be in this version - mod flow (not trusted, permissions needed) flaged items could end up here?
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> NOTE: There was no user in the original Indymedia, but there will be in this version.
|
||||||
|
> (Saunders) Meaning users who are or are not involved with the output of a given instance?
|
||||||
|
|
||||||
### Behaviour
|
### Behaviour
|
||||||
|
|
||||||
- [ ] 'Federated Flow' [other name?]
|
- [ ] 'Federated Flow' [other name?]
|
||||||
- (syn. Newswire for Indymedia)
|
- All visible tags can be a flow, we like nature metaphors so we use flow;
|
||||||
|
the only thing that would not flow is the mod (not trusted) items.
|
||||||
All visable tags can be a flow, we like nature metapohors so we use flow, the only thing that would not flow is the mod (not trusted) items.
|
|
||||||
|
|
||||||
- _Emissary Template; based on 'inbox' ?_
|
- _Emissary Template; based on 'inbox' ?_
|
||||||
- PUBLIC:
|
- PUBLIC:
|
||||||
|
- (syn. Newswire from Indymedia)
|
||||||
- View
|
- View
|
||||||
- [ ] Curated (syn. Moderated for Indymedia)
|
- [ ] Curated (syn. Moderated for Indymedia)
|
||||||
- [ ] Most recent N items
|
- [ ] Most recent N items
|
||||||
- [ ] Dynamic load earlier items on request (e.g. scroll)
|
- [ ] Dynamic load earlier items on request (e.g. scroll)
|
||||||
- MOD:
|
- MOD:
|
||||||
|
- (syn. Mod Flow from Indymedia)
|
||||||
|
- Flagged items could end up here?
|
||||||
- View
|
- View
|
||||||
- [ ] Uncurated (syn. Unmoderated for Indymedia)
|
- [ ] Uncurated (syn. Unmoderated from Indymedia ?)
|
||||||
- (See PUBLIC)
|
- (See PUBLIC)
|
||||||
- Edit: Mark item(s) as "public"/"private"
|
- Edit: Mark item(s) as "public"/"private"
|
||||||
- Filters (hash tags, users, whole instances, ...)
|
- Filters (hash tags, users, whole instances, ...)
|
||||||
- Individual items/objects
|
- Individual items/objects
|
||||||
- [ ] 'Stories'
|
- [ ] 'Stories'
|
||||||
- (syn. Features for Indymedia)
|
- (syn. Features from Indymedia)
|
||||||
- _Emissary Template(s)_
|
- _Emissary Template(s)_
|
||||||
- based on ?
|
- based on ?
|
||||||
- PUBLIC:
|
- PUBLIC:
|
||||||
|
|
Loading…
Reference in New Issue