codeforamerica / classifyr

A tool for aggregating and crowd-sourcing the classification emergency call data
MIT License
0 stars 1 forks source link

As a Data Importer, I should be able to modify field mappings. #88

Closed jamesiarmes closed 2 years ago

jamesiarmes commented 2 years ago

After importing a dataset, if a user completes the field mappings or otherwise navigates away from the page they are unable to return to the field mapping page. Editing the dataset allows a user to modify the attributes if the dataset but does not lead to the mapping interface after saving. A button to view and/or edit the field mappings should be added to the UI.

ptrikutam commented 2 years ago

Some notes from today's call: Right now, there's no way to re-access this page: https://development.nprd.classifyr.org/data_sets/test/map

Simply adding a link to that route on the Data Set view page would accomplish what we're looking for. We'd want to pre-select anything that's already been mapped.

A nice to have request for this: disable any fields that have already had classifications applied, that way we don't screw up any existing classifications.

T-Dnzt commented 2 years ago

PR created: https://github.com/codeforamerica/classifyr/pull/103