T3DocTeam Sprint 2018 (1)¶
Possible topics¶
global search, elasticsearch
Book meta data: slack
in my world we have something like this:registry of books, each rendering updates the metaData in the registryfrom that registry we can then build views to guide readersplus the rendering triggers the indexing of the Elasticsearchplus a couple of other neat things like Tweets etc :smile:About requiring meta data:
so we have a few options here:
- Make proper meta data mandatory for indexing - this puts the work onto the extension authors
- make display of extension docs rely on proper meta data (even more pressure on extension authors)
- try to fix missing meta data ourselves (which will give us more searchresults but also lazy ext authors)
(mattes) As I’m a hardliner, I’d opt for b) :slightly_smiling_face: