radgrad / radgrad2

Source code for RadGrad, Version 2
https://radgrad.org
9 stars 5 forks source link

Add search bar to explorer browser view #740

Closed philipmjohnson closed 3 years ago

philipmjohnson commented 3 years ago

Please do work for this task in a branch called issue-740.

Students wish there was a search bar for filtering explorer items. The idea would be that as text is typed in, the set of items is automatically filtered based on title (and maybe) description.

You don't want to have to press a "submit" button to do the filtering, it should be dynamic based on each key press.

Be careful how this is designed to make sure the resulting code is clean, understandable, and not complicated.