18F / privacy-tools

GSA PII Dashboard
https://cg-9341b8ea-025c-4fe2-aa6c-850edbebc499.app.cloud.gov/site/18f/privacy-dashboard/
MIT License
2 stars 4 forks source link

Design experiment: We want to understand when/whether the "Search First" tab helps users #9

Open ondrae opened 4 years ago

ondrae commented 4 years ago

What:

Could a search first design be useful for GSA privacy, ie, should we include this in our dashboard?

Could it be useful for a search that a member of the public might conduct?

What would that design look like?

For reference, here's our initial Search First prototype. Rough draft.

And here's an earlier mockup photo: Screen Shot 2020-02-06 at 11 51 17 AM

Acceptance:

--> is it worth a mock? If no, STOP. If yes, then:

ondrae commented 4 years ago

Put some code up for this on our prototype at Search First. It is searching only in the PII column of all the systems. It returns the name of the system that has that PII in it.

Screen Shot 2020-02-12 at 9 40 13 AM

What is interesting is that it is all client side. It loads all the csv data and indexes it on every page load, super fast. Someone wrote a clever computer science data structure that was perfect for this use. https://github.com/lucaong/minisearch

nikzei commented 4 years ago

Not doing this for now.