OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

create web app version of the Cue GUI

Open bcipriano opened this issue 6 years ago • 3 comments

bcipriano avatar Jan 14 '19 14:01 bcipriano

I'm very interested in hearing suggestions of web frameworks and libraries that would be well suited to support the lists that the gui displays. The frame list is paged at 1k but the host list can be large depending on the query. The job progress bar column might add some display complexity.

JohnWelborn avatar Jan 25 '19 21:01 JohnWelborn

An uneducated suggestion is to use a component of SlickGrid.

ghost avatar Feb 22 '19 19:02 ghost

We've been using a lot of Vue for frontend pipeline webapps lately and really loving the DataTable component from the PrimeVue suite.

It has a ton of bells and whistles: pagination controls, complex clientside filtering per column, sorting, dynamic columns display, selection control and callbacks, "loading" state hooks, etc.

darkvertex avatar May 16 '22 18:05 darkvertex