marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add facet for public demos

grtjn opened this issue · comments

commented

Make it easier to find demos with a few checkboxes, grouped top-left under 'Miscellaneous', including:

  • Publicly showable (new public property, to mark demos that can be shared with wide public)
  • Running at customers (existing internal/external dropdown)
  • Unrestricted (restriction property or behind vpn)
  • Does not require internet (new offline-capable property)

@grtjn will these be facets on four new properties, or do any of them already exist?

I believe we already have one for 'restricted' demos.

commented

I updated the description to clarify..

commented

PR #252 allows easy extension of list of search checkboxes with pre-defined queries. That works well to cover all filters we are looking for. Adding all filters suggested above requires touching data as well though. I'll leave this ticket open, and first deploy #252.