Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gwells-2211 *FEATURE add closed/abandoned wells colour #2264

Merged
merged 15 commits into from
Jul 30, 2024

Conversation

lunamoonmoon
Copy link
Contributor

@lunamoonmoon lunamoonmoon commented Jul 5, 2024

Pull Request Standards

  • The title of the PR is accurate
  • The title includes the type of change [HOTFIX, FEATURE, etc]
  • The PR title includes the ticket number in format of [GWELLS-###]
  • Documentation is updated to reflect change [README, functions, team documents]

This PR includes the following proposed change(s):

  • Added case to make wells that have well_status as closure or abandoned a deep purple colour.

  • Added case to make wells that have well_status as closure or abandoned have a transparent outline and not take on the artesian fushcia outline.

  • Added a pulsing dot image in deep purple with lighter pulse colour to match pulsing artesian and pulsing well images.

  • Added to legend as decommissioned wells with deep purple dot.

  • Noticed that dot outline 'circle stroke color' was transparent default on load but black on search, corrected both to black outline. *reverted this change after discussion with devs

  • Screenshot 2024-07-05 at 1 47 27 PM

These shows the current discrepancy between well outlines (transparent vs black) on the main page vs search page

  • Screenshot 2024-07-05 at 1 45 35 PM
Screenshot 2024-07-05 at 1 46 16 PM

Revert change between main and search page well outline based on discussion with other devs
Copy link
Contributor

@dallascrichmond dallascrichmond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

['to-boolean', ['get', 'artesian']], '#1099FE',
'#0162FE'
],
'circle-radius': 3,
'circle-stroke-color': [
'case',
['==', ['get', 'well_status'], 'CLOSURE'], 'transparent',
['==', ['get', 'well_status'], 'ABANDONED'], 'transparent',
['to-boolean', ['get', 'artesian']], '#EE14CA',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you're presenting the changes to the SO, make sure you highlight everything listed in the PR (sometimes the comments don't get read) and specifically this one. Given my understanding of how artesian conditions are used, they might want wells that have them to still be highlighted even when closed. I'm not saying undo the change right now, but double check with the SO.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, I will do that now, thank you!

@lunamoonmoon lunamoonmoon merged commit 8e7f584 into release Jul 30, 2024
11 checks passed
@lunamoonmoon lunamoonmoon deleted the GWELLS/2211closedWellsColour branch July 30, 2024 23:05
@lunamoonmoon lunamoonmoon restored the GWELLS/2211closedWellsColour branch July 30, 2024 23:07
@lunamoonmoon lunamoonmoon deleted the GWELLS/2211closedWellsColour branch July 31, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider to have closed (well status=closure) wells a different color on Well Search page
4 participants