OAGi / Score

Score
MIT License
9 stars 6 forks source link

Add a "copy to clipboard" button on the BIE screen #1636

Open michaelfigura opened 1 month ago

michaelfigura commented 1 month ago

Add a little button that allows any BIE viewer to quickly copy xpath details to the computer's memory clipboard. This will help better document field information, including for mapping specs, etc. Also, allow the xpath to be configurable to use either a forward slash ("/") or a dot notation ("."). This last feature is critical to Lockheed Martin.

hakjuoh commented 1 month ago

Allow configurable delimiter for the component link in the BIE tree. e.g., /profile_bie/936/AudienceProfileCharacteristics/Identifier (delimiter '/') -> /profile_bie/936/AudienceProfileCharacteristics.Identifier (delimiter '.')

hakjuoh commented 1 month ago

@michaelfigura Quick question. Can the delimiter be set differently for each user? Or can it be applied just once by the administrator for everyone?

hakjuoh commented 1 month ago

The following are the items discussed in the WG meeting.

  1. Each user can set the delimiter individually.
  2. Add a new menu, 'Copy Path,' to the context menu.
  3. Only non-alphanumeric characters (i.e., ~[0-9A-Za-z]) will be allowed.