earthworks
earthworks copied to clipboard
Geospatial discovery application for Stanford University Libraries.
See https://github.com/sul-dlss/earthworks/pull/1173 Using the [Figma design](https://www.figma.com/proto/nkgg905s5FyXoyPZjVMco0/EarthWorks?node-id=1455-30297&starting-point-node-id=1455%3A30297&show-proto-sidebar=1&t=ANGGmN1iXvuwUwDo-1), add the expand/collapse search results buttons. Use a stimulus controller to simply expand and collapse the `more-info-area` This will involve putting the buttons into...
Closes #1176
See the "Is part of" area in the right sidebar complex example: https://earthworks.stanford.edu/catalog/p16022coll205:265 Do we need to redesign this?
See [the interactive prototype](https://www.figma.com/proto/nkgg905s5FyXoyPZjVMco0/EarthWorks?page-id=0%3A1&node-id=9-148&viewport=-3973%2C-836%2C0.58&t=5oPw70wWwebL9uPW-1&scaling=min-zoom&starting-point-node-id=9%3A148&show-proto-sidebar=1). May need splitting into separate tickets. Note that the suggestion feature for the search bar is separate: #1047. --- Overall -- check to see if VCs...
Implement "smart suggest" using the Solr select endpoint rather than suggest in order to get the document IDs for the title results, so they can be directly linked to. When...
In order to do this it should be pretty simple. You should be able to override the call method here: https://github.com/projectblacklight/blacklight/blob/a8b5a3d3a2e8243c8a875d40528eae5c106d83bd/app/components/blacklight/start_over_button_component.rb#L5-L7 and add the params `search_field=all_fields`
See the [interactive prototype](https://www.figma.com/proto/nkgg905s5FyXoyPZjVMco0/EarthWorks?node-id=971-31966&starting-point-node-id=971%3A31966&show-proto-sidebar=1&t=ANGGmN1iXvuwUwDo-1). On the "Download with toast" screen, click the "GeoJSON" option under export to see it in action. This could potentially go in GBL.
closes #1057