v0.12 GeoData MVP feature set
Summary
This release includes the full set of MVP features for GeoData (GDT), including geospatial search (via bounding box and distance), additional filters (including access to data files), and various visual updates and accessibility enhancements. While some of these features are specific to GDT and toggled with the :gdt
feature flag, many are general UI improvements that apply to all TIMDEX UI applications.
What's Changed
- Update pagination according to mockupos by @matt-bernhardt in #119
- Make default progress indicator more prominent by @matt-bernhardt in #122
- Update deps by @JPrevost in #124
- Rails71 app:update by @JPrevost in #125
- Update schema definition after recent API changes by @matt-bernhardt in #127
- Add toggle for filters on mobile UI by @matt-bernhardt in #123
- Expand available filters, give applications the ability to filter and order via ENV by @matt-bernhardt in #128
- Make new aggregations searchable by @jazairi in #131
- Address 'Ask Us' feedback from UXWS by @jazairi in #129
- Add place aggregation and filter by @matt-bernhardt in #132
- Implement location-based search by @jazairi in #126
- Add GDT access links by @jazairi in #130
- Update result view for GDT by @jazairi in #133
- Update record view for GDT by @jazairi in #135
- Add padding to filter toggle button by @jazairi in #136
- Enable access to files filter by @jazairi in #138
- Iterate on PR template by @jazairi in #139
- Remove border from result hover/focus by @jazairi in #143
- Revert to default font family by @jazairi in #141
- Reduce size and overlap of result titles by @jazairi in #142
- Add skip links and refactor filter sidebar for accessibility by @jazairi in #140
- Address UX feedback on location-based search form by @jazairi in #137
- Change full record skip link text by @jazairi in #145
- Adjust font size for authors element by @jazairi in #144
- Address UX feedback on GDT full record view by @jazairi in #148
- Adjust line height for record titles by @jazairi in #150
- Relabel source values for GDT by @jazairi in #146
- Address UX feedback on GDT result view by @jazairi in #147
- Move results context from filter sidebar to results container by @jazairi in #149
- Update access type values by @jazairi in #152
- Change 'Description' heading to 'Summary' for geo records by @jazairi in #153
- Render filter value names in non-GDT contexts by @jazairi in #158
- Fix bug in filter sidebar SCSS by @jazairi in #154
- Remove skips from record controller tests by @jazairi in #155
- Update dependencies and add instructions on how to confirm the app is working by @jazairi in #156
- Reorganize advanced search form for GDT by @jazairi in #151
Full Changelog: v0.11...v0.12