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

UI: separate services and build-jobs #269

Closed
Tracked by #1314
anbraten opened this issue Aug 20, 2021 · 5 comments · Fixed by #3078
Closed
Tracked by #1314

UI: separate services and build-jobs #269

anbraten opened this issue Aug 20, 2021 · 5 comments · Fixed by #3078
Labels
enhancement improve existing features good first issue Likely to be an easy fix ui frontend related ux user experience
Milestone

Comments

@anbraten
Copy link
Member

It would be nice if a user could somehow notice that a build-job is of type service.

@anbraten anbraten added enhancement improve existing features ui frontend related labels Sep 16, 2021
@6543
Copy link
Member

6543 commented Sep 21, 2021

indicate it by different icons?

@anbraten anbraten mentioned this issue Oct 24, 2021
13 tasks
@6543
Copy link
Member

6543 commented Dec 18, 2021

idea: instead of a dot -> add a gear (not spinning if cancled/pending/... & spinning if state = running)

@anbraten anbraten added this to the 0.16.0 milestone Dec 21, 2021
@6543 6543 added good first issue Likely to be an easy fix ux user experience labels Sep 1, 2022
@6543 6543 mentioned this issue Oct 21, 2022
6 tasks
@dvjn
Copy link
Contributor

dvjn commented Oct 23, 2022

Currently, I couldn't find a way to differentiate a proc between service and build-job in the front-end.
This will require changes in server api first.

@6543
Copy link
Member

6543 commented Oct 23, 2022

good point!

@6543 6543 added server and removed good first issue Likely to be an easy fix labels Oct 23, 2022
@anbraten anbraten removed this from the 1.0.0 milestone May 30, 2023
@6543 6543 added the good first issue Likely to be an easy fix label Jul 11, 2023
@6543
Copy link
Member

6543 commented Jul 24, 2023

there is now a type field in the step struct. so only the ui part is missing :)


export enum StepType {
Clone = 1,
Service,
Plugin,
Commands,
Cache,
}

@6543 6543 removed the server label Jul 24, 2023
@qwerty287 qwerty287 added this to the 1.1.0 milestone Aug 10, 2023
@pat-s pat-s modified the milestones: 2.0.0, 2.x.x Oct 13, 2023
@qwerty287 qwerty287 modified the milestones: 3.x.x, 2.2.0 Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improve existing features good first issue Likely to be an easy fix ui frontend related ux user experience
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants