Do You Take Screenshots of UI Changes When Submitting a Ticket?

0
9
Asked By CreativeNinja23 On

When working on front-end tickets, do you usually take screenshots or record the current look of the website before making changes? For instance, if you modify the UI and submit a pull request, do you share visuals of the new design so your teammates can easily see it without switching to your branch?

4 Answers

Answered By SleekCoder99 On

It really depends on the size of the change. For smaller tweaks, I usually skip it, but for larger UI updates, I definitely take screenshots to help my team understand the modifications.

Answered By TechieGamer42 On

I think it's a bit unnecessary. Even for minor changes, I prefer to check out the PR myself and see how it looks across different devices and test for any edge cases. I’d need to run the dev environment anyway.

DevGuru88 -

We used to rely on that too, but then we introduced dev previews, and it’s been a total game changer! I haven’t had to check out a PR in ages.

UserExperiencePro -

If that were my workflow, I wouldn’t survive! That's more of a QA task. Developers should focus on the code, not just the resolutions.

Answered By PixelCraftsman On

I always take before-and-after screenshots for UI changes. It speeds up the PR review process and cuts down on the back-and-forth. I add them right in the PR description. Smaller teams can get away with just using screenshots, but some use tools like Percy or Chromatic for automated visual comparisons.

Answered By InquisitiveDeveloper On

It all depends on the situation, but make sure to spell everything out clearly. Communication in tickets or with the wider team shouldn’t sound like casual texts.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.