Basically, I am doing UI work on the feedbooks store plugin to make it
work as well as possible.
I have adopted some of the CSS tricks from the guesser dialog (which
should probably be factored into a CSS stylesheet we provide to plugins
to use).
There are still lots of rough edges, but I think there is some serious
*easy* improvements that can be done.
Also: that plugin works in a different way from the others, in that it
uses Qt's infrastructure to load the network resources so they are
multithreaded, nonblocking and all kind of nice stuff.
That should also be adopted later by the other plugins (I'll do it!)
Finally, then I need to port all the other store plugins on the other
branches to work the same way.
I think this can take a week, but feel free to try the branch and give
me feedback!
Cool.
Would it make sense to do something like what we did with guessers? I
mean moving the GUI to Aranduka's core and have the store plugins work
as a sort of proxy that translate generic operations into specific
calls to the different catalogs?
For others it may make more sense to just open the website on a HTML view.