06-18-2023, 12:54 PM
While we're on that subject, I'll drop this here.
The previous iteration of my site had some buggy behavior due to newly posted information being linked to but not available. This is because I had several asynchronous processes fetching data independently of each other. There was no way to ensure the data from one source would be present when another source notified the user of its existence.
To solve the problem, all changes to the data will be presented together in one feed. Here's an outline of the unified feed format.
https://pastebin.com/CFubQMYh
The previous iteration of my site had some buggy behavior due to newly posted information being linked to but not available. This is because I had several asynchronous processes fetching data independently of each other. There was no way to ensure the data from one source would be present when another source notified the user of its existence.
To solve the problem, all changes to the data will be presented together in one feed. Here's an outline of the unified feed format.
https://pastebin.com/CFubQMYh