2025-06-03 08:57:07 +00:00
|
|
|
# TODO
|
|
|
|
|
|
2025-06-03 09:20:12 +00:00
|
|
|
**N.B.** The terminology used herein is definitely a work in progress, ...
|
|
|
|
|
along with all other aspects.
|
|
|
|
|
|
2025-06-03 08:57:07 +00:00
|
|
|
## Phase 1
|
|
|
|
|
|
2025-06-15 06:31:04 +00:00
|
|
|
The following terms are purely for differentiating between certain implementation details.
|
|
|
|
|
|
|
|
|
|
Key:
|
2025-06-03 09:20:12 +00:00
|
|
|
```
|
|
|
|
|
"PUBLIC": Viewable when not logged in
|
|
|
|
|
"USER": Viewable when logged in
|
|
|
|
|
"MOD": Viewable when logged in with sufficient permissions
|
|
|
|
|
```
|
|
|
|
|
|
2025-06-15 06:31:04 +00:00
|
|
|
> 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?
|
|
|
|
|
|
2025-06-03 09:20:12 +00:00
|
|
|
### Behaviour
|
|
|
|
|
|
|
|
|
|
- [ ] 'Federated Flow' [other name?]
|
2025-06-15 06:31:04 +00:00
|
|
|
- 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.
|
2025-06-03 09:20:12 +00:00
|
|
|
- _Emissary Template; based on 'inbox' ?_
|
|
|
|
|
- PUBLIC:
|
2025-06-15 06:31:04 +00:00
|
|
|
- (syn. Newswire from Indymedia)
|
2025-06-03 09:36:58 +00:00
|
|
|
- View
|
|
|
|
|
- [ ] Curated (syn. Moderated for Indymedia)
|
|
|
|
|
- [ ] Most recent N items
|
|
|
|
|
- [ ] Dynamic load earlier items on request (e.g. scroll)
|
2025-06-03 09:20:12 +00:00
|
|
|
- MOD:
|
2025-06-15 06:31:04 +00:00
|
|
|
- (syn. Mod Flow from Indymedia)
|
|
|
|
|
- Flagged items could end up here?
|
2025-06-03 09:36:58 +00:00
|
|
|
- View
|
2025-06-15 06:31:04 +00:00
|
|
|
- [ ] Uncurated (syn. Unmoderated from Indymedia ?)
|
2025-06-03 09:36:58 +00:00
|
|
|
- (See PUBLIC)
|
|
|
|
|
- Edit: Mark item(s) as "public"/"private"
|
2025-06-03 09:20:12 +00:00
|
|
|
- Filters (hash tags, users, whole instances, ...)
|
|
|
|
|
- Individual items/objects
|
|
|
|
|
- [ ] 'Stories'
|
2025-06-15 06:31:04 +00:00
|
|
|
- (syn. Features from Indymedia)
|
2025-06-03 08:57:07 +00:00
|
|
|
- _Emissary Template(s)_
|
2025-06-03 09:20:12 +00:00
|
|
|
- based on ?
|
2025-06-03 09:36:58 +00:00
|
|
|
- PUBLIC:
|
|
|
|
|
- View
|
|
|
|
|
- [ ] Filter by tag ?
|
|
|
|
|
- [ ] Search ?
|
|
|
|
|
- USER:
|
|
|
|
|
- View
|
|
|
|
|
- (See PUBLIC)
|
|
|
|
|
- Save filter(s)
|
2025-06-03 09:20:12 +00:00
|
|
|
- MOD:
|
2025-06-03 09:36:58 +00:00
|
|
|
- View
|
|
|
|
|
- (See USER)
|
|
|
|
|
- Create/Edit
|
|
|
|
|
- [ ] Interactive version of 'Federated Flow' to cite/reference
|
|
|
|
|
- Filters
|
|
|
|
|
- Checkboxes (or equivalent) per item
|
2025-06-03 09:20:12 +00:00
|
|
|
- [ ] 'Tagflow'
|
2025-06-03 09:36:58 +00:00
|
|
|
- _Emissary Template; based on ?_
|
2025-06-03 09:20:12 +00:00
|
|
|
- USER:
|
2025-06-03 09:36:58 +00:00
|
|
|
- View
|
|
|
|
|
- [ ] Tweet-deck style dashboard of parallel tag/stream views
|
|
|
|
|
- Create/Edit
|
|
|
|
|
- [ ] Custom streams based on filter set
|
|
|
|
|
- [ ] Boolean logic
|
2025-06-03 08:57:07 +00:00
|
|
|
|
2025-06-03 09:20:12 +00:00
|
|
|
### Structure
|
2025-06-03 08:57:07 +00:00
|
|
|
|
|
|
|
|
- [ ] Groups:
|
|
|
|
|
- _Emissary groups_
|
|
|
|
|
- Curators (syn. Moderators)
|
|
|
|
|
- other?
|
2025-06-03 21:32:44 +00:00
|
|
|
|
|
|
|
|
Rest looks fine, more questions :)
|