MakingHistory/TODO.md

77 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2025-06-03 08:57:07 +00:00
# TODO
**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
The following terms are purely for differentiating between certain implementation details.
Key:
```
"PUBLIC": Viewable when not logged in
"USER": Viewable when logged in
"MOD": Viewable when logged in with sufficient permissions
```
> 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
- [ ] 'Federated Flow' [other name?]
- 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.
- _Emissary Template; based on 'inbox' ?_
- PUBLIC:
- (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)
- MOD:
- (syn. Mod Flow from Indymedia)
- Flagged items could end up here?
2025-06-03 09:36:58 +00:00
- View
- [ ] Uncurated (syn. Unmoderated from Indymedia ?)
2025-06-03 09:36:58 +00:00
- (See PUBLIC)
- Edit: Mark item(s) as "public"/"private"
- Filters (hash tags, users, whole instances, ...)
- Individual items/objects
- [ ] 'Stories'
- (syn. Features from Indymedia)
2025-06-03 08:57:07 +00:00
- _Emissary Template(s)_
- based on ?
2025-06-03 09:36:58 +00:00
- PUBLIC:
- View
- [ ] Filter by tag ?
- [ ] Search ?
- USER:
- View
- (See PUBLIC)
- Save filter(s)
- 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
- [ ] 'Tagflow'
2025-06-03 09:36:58 +00:00
- _Emissary Template; based on ?_
- 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
### 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 :)