LookingGlass
LookingGlass copied to clipboard
Intuitive and configurable search interface for document archives.
This search visualization should take into account the following: - [x] Display basic Event items - [x] Display Document files and distinguish - [x] Color coding by categories / tags...
My instinct here is to do this in a Javascript module. There are a handful of options in this direction but none of them are quite perfect. - [Knight Lab...
Users should be able to add their own fields to documents. This is already supported on the backend, but there needs to be an interface which collects the following details:...
This is a special case of https://github.com/TransparencyToolkit/LookingGlass/issues/83 where the document types (all of them), fields (to_publish), and values (Yes/No) are all preset. We just need "Set all documents to be...
There should be a way to set all documents to have a certain value for a specified categorical field. Both the frontend and backend are needed for this. The user...
Ensure delete document button works to remove document from Elasticsearch.
When users are creating an entity, sometimes it redirects before the entity exists and users get an error. The entity still saves correctly though and can be viewed on refresh,...
Make the document editing experience smoother by ensuring that users don't need to click the edit button many times to get to the edit interface.
We should change our current Catalyst form to be an "advanced" form (much like the advanced search forms that are prevalent) so that we can keep much of the functionality,...