openfpga-cores-inventory / analogue-pocket

https://openfpga-cores-inventory.github.io/analogue-pocket/
MIT License
74 stars 12 forks source link

Newsfeed format change #832

Open neil-morrison44 opened 2 weeks ago

neil-morrison44 commented 2 weeks ago

Hey,

Just noticed there's been a change to the category bits of the NewsFeed, previously it was ["feed", AuthorName, CoreName, "new" | "update"] and now it's [Cateogry, CoreName, AuthorName.CoreName].

https://openfpga-cores-inventory.github.io/analogue-pocket/feed.xml

Isn't a big change to update on the Pocket Sync side, but I thought I'd check that it's intentional & stable now?

It is a bit of a shame to lose it saying wether a feed item is an update or a new core. Though I was considering asking about splitting those into separate newsfeeds since all the cores updating on JOTEGO Friday's render the newsfeed a bit useless.

joshcampbell191 commented 2 weeks ago

I must've forgot to add this back in once I refactored the codebase.

Unfortunately, it won't be as easy this time around since I split the code into separate processes (update the cores / generate the posts). I'll see what can be done in order to bring this back. I plan on leveraging tags to get this done.