You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, let me say that I suggested this exact same thing to Travis-CI here, and I'm copying most of the post, really just changing an image or URLs.
I find that the user Project View (example) lacks information.
Specifically, a user cannot see all branches of all projects at once.
I propose adding an alternate view which fixes this. I've included a (very crude) mockup - a simple grid view where columns are various projects, and rows are their branches:
As you can see, all the same information is still there (Build #, Commit #, duration, end_time, status via color), but now we can see all branches. It would also be nice if the user could transpose the matrix, for those times when users have many more projects than they do branches.
Another example would be BuildBot's grid display, however this is only for one project at a time.
I was thinking of trying to do this myself within a standard webpage, but I've so far been unable to find any API that I could use to grab a user's (my) projects and branches.
I'll let your designers add all the bells and whistles (icons, proper font/color, etc.), but I think I'm getting my idea across.
Thanks,
The text was updated successfully, but these errors were encountered:
That is definitely another good option. It removes the empty space that my design would have for projects that have few or no branches.
Personally, I'd like all project trees to be expanded by default, but I'm sure some other users wouldn't. Perhaps if it just remembered the most recent expand/collapse state?
First, let me say that I suggested this exact same thing to Travis-CI here, and I'm copying most of the post, really just changing an image or URLs.
I find that the user Project View (example) lacks information.
Specifically, a user cannot see all branches of all projects at once.
I propose adding an alternate view which fixes this. I've included a (very crude) mockup - a simple grid view where columns are various projects, and rows are their branches:
As you can see, all the same information is still there (Build #, Commit #, duration, end_time, status via color), but now we can see all branches. It would also be nice if the user could transpose the matrix, for those times when users have many more projects than they do branches.
Another example would be BuildBot's grid display, however this is only for one project at a time.
I was thinking of trying to do this myself within a standard webpage, but I've so far been unable to find any API that I could use to grab a user's (my) projects and branches.
I'll let your designers add all the bells and whistles (icons, proper font/color, etc.), but I think I'm getting my idea across.
Thanks,
The text was updated successfully, but these errors were encountered: