What's new at Quaddicted

Is the code for the new website/archive open source? i.e. similar to https://github.com/SpiritQuaddicted/Quaddicted-reviews ?
I’m interested in both the code, and a ticketing system to view TODO’s and feature requests.

Presumably there are people like me around that are too busy to onboard as a maintainer/contribute proper, but might submit a PR once in a blue moon.

Cheers! Yeah it would be best integrated in the header properly. For now I pinned it far to the right and also added a small header.

The new code is not open yet, I have been working on cleaning it up for that though. At least the templates will be open for contribution soonish.

1 Like

It appears the filter in the map list is case-sensitive, so for example filtering for author “Sock” yields different results than for “sock”.

1 Like

Yea, the search is totally useless at the moment :frowning: I looked at using Solr to power it but apparently it is not really suited to be publicly exposed so I will have to be super careful.

And now I improved things in the database but broke stuff in the frontend because I forgot that this would immediately be affected :woozy_face:

Any old links pointing to author filters, e. g. include=metadata-%3Etags.cs.[%22author=Rcktrob%22] won’t work anymore. They will also not be discovered by the site’s “included” and “excluded” tags display because they are not tags anymore…

Authors can now be filtered via e.g. include=metadata-%3Eauthors.cs.[%22Rcktrob%22].

Sorry, this will be broken for a while. It should make things easier in the future I hope. Or maybe it will change again. Who knows. Help is appreciated if anyone knows their way around solr.

1 Like

I reverted half of that, so that the existing search/filter functions work again.