Trust lists

This commit is contained in:
simonwt 2026-04-07 12:12:40 +01:00
parent ddec254a99
commit d136f37b5f
9 changed files with 332 additions and 9 deletions

View file

@ -10,9 +10,23 @@ to find. `apirequests`, `rqsts`, `apicalls`?
something else? Is it okay to have these as strings?
3. Should we do validation in the `jobs` or let the server do that all?
4. `wrapped` is an awkward name. What's more proper? But also obvious?
5. Should have consistent format, ie `create_{noun}`, and
`delete_{noun}`, rather than just verbing ie `comment`, `post` as this
is ambiguousetc
6. Known/displayed entity names or as-is/DB names, ie: `trust` or
`reltrust`? We call trust as reltrust in the database and in the
backend, relfollow for follow, but don't have relblock, instead it's
userblock. It's a bit inconsistent and not very obvious at all.
Feels helpful to make it more obvious inside the wrapper but is also
potentially misleading.
## ToDo:
1. Make more jobs
2. Make more wrappers
3. Write more documentation
3. Write more documentation
Trust
Follow
Mute
Block