The source project of this merge request has been removed.
WDFN-708 Update Wording of Links Under the Map
Before making a pull request
-
Put the appropriate EXEMPT flag if needed in the MR title (see https://practices.wma.chs.usgs.gov/practice/peer_code_review/) -
Run all linters (make lint) -
Run all tests (make test) -
Update the changelog appropriately -
If making a release, update code.json, versionNumber and metadataLastUpdated.
Description WDFN-708 Update Wording of Links Under the Map
The only complication here was changing the order of the links. The FIM link is added with D3 and appended to the map component. The NLDI link was in the map component, so the NLDI link was naturally before the FIM link. The most expedient way to change the order was to move the NLDI link out of the map component so that the FIM link would append to the map before the NLDI link was added, which is what I did. But I have mixed feelings about separating the NLDI from the Map component, so I am open to other ideas. (as a side note, the text seems a bit wordy)
Image - links as implemented
After making a pull request
-
If appropriate, put the link to the PR in the JIRA ticket -
Assign someone to review unless the change is trivial
After making a pull request
-
If appropriate, put the link to the PR in the JIRA ticket -
Assign someone to review unless the change is trivial
Edited by Briggs, Aaron Shane