Some progress was made!
I will now merge the fetching process in the API.
For now I have a separate crate doing this, and it's cron scheduled. For a project this small, I think I can just create a scheduled task in the API.
I have implemented a kind of mutex to prevent fetching the same feed several times at the same time, so having several instance of the API won't be an issue.
Thanks @catsalad for the done item idea!
#rss #rust #rustlang #api #devdiary #harss
As predicted, I added a new item on my #todo list before finished one, BUT I have almost finished the current one so that's fine
With this, a user will be able to add notes (in #markdown of course) on an article he reads. A feature I found on #inoreader and even I never used it myself, it may prove useful and it's pretty cheap to implement.
#todo #markdown #inoreader #rss #rust #rustlang #api #devdiary #harss