Local and Federated timelines #10

Open
opened 2024-07-03 00:45:06 +00:00 by ari · 0 comments
Owner

users should be able to browse their local and federated timelines.

an option to select a desired timeline should be provided in the "Timeline" page, and this preference should be saved upon navigating away from the page. the option may be accessible via a drop-down menu, as opposed to the three-button system currently implemented.

each timeline might be queried via the following endpoints:

timeline endpoint
home GET /api/v1/timelines/home
local GET /api/v1/timelines/public?local=true
federated GET /api/v1/timelines/public

the latter two endpoints may need to be investigated to ensure they return the expected timelines.

users should be able to browse their local and federated timelines. an option to select a desired timeline should be provided in the "Timeline" page, and this preference should be saved upon navigating away from the page. the option may be accessible via a drop-down menu, as opposed to the three-button system currently implemented. each timeline might be queried via the following endpoints: | timeline | endpoint | |-|-| | home | `GET /api/v1/timelines/home` | | local | `GET /api/v1/timelines/public?local=true` | | federated | `GET /api/v1/timelines/public` | the latter two endpoints may need to be investigated to ensure they return the expected timelines.
ari added the
needs review
feature
labels 2024-07-03 00:45:06 +00:00
ari added this to the v1.0 project 2024-07-03 00:45:06 +00:00
ari added this to the Activate all the buttons! milestone 2024-07-03 00:47:39 +00:00
Sign in to join this conversation.
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: blisstown/campfire#10
No description provided.