Skip to content

Sort/search functionality on script logs

Created by: rachelbroders

add sort and search functionality to UI and backend Decide whether to (1) grab all entries (from SQL) and do sort/search in javascript OR (2) do SQL query for requested entires in sorted format and display these Option 1 prefered at moment