Posts should be globally reactive #20

Open
opened 2024-07-03 01:38:35 +00:00 by ari · 0 comments
Owner

more of a technical overhaul, posts should be stored in a globally-accessible key/value pair, whose updates will immediately reflect upon dependant objects (i.e. liking a post should alter all other visible occurrences of the post).

this could be achieved with globally-accessible key/value pair wrapped in a svelte writable(), which itself contains references to writable() posts, indexed by post_id.

more of a technical overhaul, posts should be stored in a globally-accessible key/value pair, whose updates will immediately reflect upon dependant objects (i.e. liking a post should alter all other visible occurrences of the post). this could be achieved with globally-accessible key/value pair wrapped in a svelte `writable()`, which itself contains references to `writable()` posts, indexed by `post_id`.
ari added the
feature
label 2024-07-03 01:38:35 +00:00
ari added this to the v1.0 project 2024-07-03 01:38:35 +00:00
ari added
rewrite
and removed
feature
labels 2024-07-03 01:41:16 +00:00
ari self-assigned this 2024-07-07 11:59:14 +00:00
Sign in to join this conversation.
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: blisstown/campfire#20
No description provided.