-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add domain frequencies to validation report (#47)
* Hover state of "logo" el * Add about and card component/macro * Update 4xx templates * Add data checklist view * Mapping index * Isolate alpine component for testing * Test MappingForm component and validation logic * Add linting, update ci action * Update actions * Adopt convention of using calling parenthesis when using alpine.js components in templates * Work on create mapping form * Update sidebar * Stub out routes for data submissions CRUD * Work on create mapping use case * Add show get_by_id method to map repo * Add use case to get a column map entity * Trying to tighten up consistency of terminology re ColumnMap entity * Start working on display of existing column_maps * Fix language inconsistencies * Tweak formatting of component * First pass at mapping validation * Test mapping validation logic * Format * Fixes after manual testing * Create mapping happy path * Work on show mapping * Stub out form that can update a required field, edit an optional field, and add a new optional field * Work on forms * Successfully use form * Testing and tweaking formatting * Adjusting formatting * Adjust button container * Update font of data type in checklist\ * Hack to allow for space at bottom of mapping form * Use card component in data submission show template * Pull tweaks into component files * Update seed script, fix storage download_temp method * Format login page * Test, lint and format * Show created date in mapping index * Move required fields to static prop of ColumnMap entity * Shift add form to show.html * Rework edit form * Testing workflow * Repositioning buttons * Update type of component * Lint and format * Test column map use cases * Rename domain dir core to avoid confusion with gis terminology * Tweak pending items * Add domain frequencies to validation report * Update column_map route handlers * Remove hidden PUT fields and hook * Display user feedback for invalid mappings * Display updated date for mappings * Add rudimentary required field indicator to edit form * Initialize report to empty list * Format * Ad updated_at to fake column map repo * Basic test for column_map index method * Extract file reading to application layer from controller * Update import statement * Test and lint frontend code --------- Co-authored-by: Andy Kuny <[email protected]> Co-authored-by: = <=>
- Loading branch information
Showing
5 changed files
with
175 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters