adding instances and accounts to the domain objects the app manipulates #6

Closed
ferrous_sapling wants to merge 0 commits from introducing-instances-and-accounts into main

Fediverse/ActivityPub feeds are hosted and generated by instances, and their contents are populated (in part) with the objects created by certain accounts hosted by an instance (not necessarily the same as the feed's).

  • instances:
    • add
    • edit
    • delete
  • accounts:
    • add
    • edit
    • delete
Fediverse/ActivityPub feeds are hosted and generated by instances, and their contents are populated (in part) with the objects created by certain accounts hosted by _an_ instance (not necessarily the same as the feed's). - [x] instances: - [x] add - [x] edit - [x] delete - [x] accounts: - [x] add - [x] edit - [x] delete
ferrous_sapling changed title from WIP: adding instances and accounts to the domain objects the app manipulates to adding instances and accounts to the domain objects the app manipulates 2025-08-10 06:51:38 +00:00
Author
Owner

The accounts and instances could use some logging...
I'll try copying the existing approach used for feeds (i.e. an adapter object that re-exposes wrapped calls to the service).

The accounts and instances could use some logging... I'll try copying the existing approach used for feeds (i.e. an adapter object that re-exposes wrapped calls to the service).
systematically log (as an event) before and after the "actual work" of each feed adapter method (with result included in "after" log event)

create account and instance adapters in the style of the feed adapter
Author
Owner

the initial stated goals have been met.

The UI could use a rework, but that should be tackled in it's own PR.

the initial stated goals have been met. The UI could use a rework, but that should be tackled in it's own PR.
ferrous_sapling closed this pull request 2025-08-10 09:00:04 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ferrous_sapling/activity-pub-explorer!6
No description provided.