question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UXD - Create UX design to allow users to tag an integration for release to a target environment

See original GitHub issue

This is a…


[X] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Documentation issue or request

Description

Need UX design to allow users to tag an integration by clicking on a button which generates a new release tag internally which is used by backend CI/CD APIs. Internally tags are kept in a map with environment name keys, mapped to generated tag, timestamp, etc. User should be able to select a target environment name, or add one on the fly. A new tag is generated when user clicks on a button. User may also optionally also delete an environment name, which should pop up a confirmation dialog. The backend service will respond with a ContinuousDeliveryEnvironment json with the following fields:

{
"name": "test",
"integrationId": "<integration-id>",
"releaseTag": "<some-tag-string>",
"taggedAt": "<timestamp>",
"lastExportedAt": "<timestamp>"
}

The lastExportedAt timestamp is used internally to compare whether an integration has been tagged for release since last being exported to an environment.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:29 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
TovaCohencommented, Feb 5, 2019

I think it’s clear the way it is. Thanks!

1reaction
dongniwangcommented, Feb 5, 2019

@TovaCohen - yeah, the “delete” (which I’ll update so it says “remove”) is just a control for the list that you’re seeing on the pop-up since we don’t have a designated page for managing the CI/CD environment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is User Experience (UX) Design? | IxDF
User experience (UX) design is the process design teams use to create products that provide meaningful and relevant experiences to users. UX design...
Read more >
The 10 UX Deliverables Top Designers Use - Toptal
Regardless of the environment, UX professionals need a set of deliverables to help facilitate communication, document work, and provide artifacts.
Read more >
Integrating Learner and User Experience Design
This emerging phenomenon invites interesting opportunities for Learning Experience Designers (LXDs) and User Experience Designers (UXDs) to exchange resources ...
Read more >
What Is the UX Design Process? An Actionable Guide for 2023
The next step in the UX design process is to create wireframes and prototypes. This gives you something tangible to test on real...
Read more >
Accessibility guidelines for UX Designers | by Avinash Kaur
Accessibility allows users of all abilities to understand, use and enjoy the web. As designers, it is our responsibility to make sure we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found