Esri / solutions-data-dictionary-viewer

An Interactive Viewer to View Feature Service Details
Apache License 2.0
14 stars 10 forks source link

[ENH] Show field re-use mapping on field card #57

Open avezina opened 4 years ago

avezina commented 4 years ago

Show which field alias is assigned to which asset type to better represent field reuse. (Feedback provided by user of the Data Loading Tools for Water - it was challenging to go back and forth to find which alias is being used for which specific asset type when trying to map a customer's data.)

Workflow could be:

  1. Go to a Feature Classe's Fields. image
  2. Click the field being re-used across multiple asset types (e.g. diameter) image 3.a. Show a 2 columns table associating alias and asset type. OR 3.b. Clicking on one of the aliases opens the card for the given asset type using this alias.

It may be challenging to do this since the field alias information is being extracted from the metadata and this information was extracted from the asset package using a script on the mapx. We'd need to discuss how we could potentially do this.

avezina commented 4 years ago

Potentially could be added here - extend the script when generating the metadata files. Specify subtype aliases. image

avezina commented 4 years ago

@previnWong

previnWong commented 4 years ago

@avezina I can do the join and lookup on my end since from the breadcrumb I know here you are at when you got to the field card. Unless Ted wants to add it to the CSV directly. Let me know the decision.