ffnord / ffmap-d3

Deprecated and superseded by http://draic.info/meshviewer
24 stars 41 forks source link

list: add name and firmware filtering #67

Closed alxndr42 closed 10 years ago

alxndr42 commented 10 years ago

To filter by name or firmware (or both), append to the URL:

.../list.html#name=name1,name2;firmware=fw1,fw2

The values for both are case-insensitive and may contain * wildcards.

tcatm commented 10 years ago

Please include a user interface/formular!

alxndr42 commented 10 years ago

On April 6, 2014 12:24:06 PM CEST, Nils Schneider notifications@github.com wrote:

Please include a user interface/formular!


Reply to this email directly or view it on GitHub: https://github.com/ffnord/ffmap-d3/pull/67#issuecomment-39664008

Sure, can I send a separate PR for that?

I just wanted to make sure the fragment method and parameter format is ok.

Sent from my toaster

alxndr42 commented 10 years ago

Hmm, I think I'll simplify this a bit and match on name and firmware from a single input (like the one on graph.html).