I’m trying to work out whether EasyMorph Boards can handle a particular human-review scenario, or whether I should use Boards only for issue management and build a separate UI for the actual mapping step.
Scenario
I have incoming data from multiple sources where a key field is inconsistent — in my case drug names, but the question is really about master-data mapping in general.
Example raw values:
- amox 500mg caps
- AMOXICILLIN CAPS 500MG
- Amoxicillin 500 mg capsules
I already have, or plan to maintain, an existing reference dataset of normalized values that I want users to map against.
What I want to do
- EasyMorph processes incoming data.
- Any unmatched or low-confidence values are surfaced for human review.
- The reviewer should be able to choose the correct value from an existing dataset of canonical values.
- That mapping should then be stored and used in later runs.
So the main question is not about raising issues in general — I understand Boards can do that — but about the actual mapping interaction.
Questions
- Can Boards support a workflow where a user reviews an unmatched value and maps it to a value from an existing lookup/reference dataset?
- If yes, can that be done in a practical way when the reference list is fairly large?
- Is there any built-in searchable/selectable control for choosing a match from an existing dataset, or would this effectively mean editing a dataset manually?
- Has anyone used Boards + Dataset Editor for this kind of “map source value to reference value” workflow?
- If not, is the recommended pattern to let EasyMorph identify the exceptions, but use an external app/UI for the actual match selection and then write the approved mappings back to a dataset or database?
I’d be grateful for any examples, screenshots, or recommended patterns from people who have built something similar in EasyMorph.