Webinterface
-
- Posts: 50
- Joined: Tue Jun 09, 2020 4:07 pm
Re: Webinterface
hey @emcodem
It is an interesting solution. I would like to take on a project like this, but I beleive the demand is not that high for me to focus on this. Lets just keep like it is for a while and see how it goes.
Thanks again!
I owe you some feedback about the BRAW files I asked about once. Soon after that my job contract finished in that place, so I kinda forgot about that need. But I will want to test it out! Thanks man!
It is an interesting solution. I would like to take on a project like this, but I beleive the demand is not that high for me to focus on this. Lets just keep like it is for a while and see how it goes.
Thanks again!
I owe you some feedback about the BRAW files I asked about once. Soon after that my job contract finished in that place, so I kinda forgot about that need. But I will want to test it out! Thanks man!
Re: Webinterface
No worries about it, and also no need for an extra look at it. If you need it you'll look at it anyways, if not the world will continue spinning...andrezagato wrote: ↑Wed Nov 27, 2024 8:24 pm I owe you some feedback about the BRAW files I asked about once. Soon after that my job contract finished in that place, so I kinda forgot about that need. But I will want to test it out! Thanks man!
Looking forward to be part of your future adventures
emcodem, wrapping since 2009 you got the rhyme?
Re: Webinterface
Hi emcodem,
I saw a thread about a "pretty_name", and in the logs you can find that it has two options - a link-part and a file name from YouTube.
And here I have a question, whether it is possible to display the name in the "File" field, which I pass through a variable at the beginning of the job?
I already tried to did it - but it didn't work for me, is it possible at this stage?
I saw a thread about a "pretty_name", and in the logs you can find that it has two options - a link-part and a file name from YouTube.
And here I have a question, whether it is possible to display the name in the "File" field, which I pass through a variable at the beginning of the job?
I already tried to did it - but it didn't work for me, is it possible at this stage?
Re: Webinterface
@artjuice
that should be part of the next ffastrans version, i think steinar already has built in the option. It requires to set the value you want to display there from within the workflow (it is a special variable you can set with populate vars proc).
One other way to come around (besides using the outcome column) is to use a brand new feature of webint: variable columns.
Check out the latest pre-release for it:
https://github.com/emcodem/ffastrans_webui/releases
(Sidenote: one of us is going productive soon with this version i guess we will have a release pretty soon).
How it works is that on webint admin settings, "Job Viewer Columns", you can create a new column for the history jobs view and define some user_variable (or multiple) that are going to be displayed in the new column.
Of course it is not the same because the column is of course always there, regardless of which jobs you currently see on webint, so you'd need to update all workflows to populate something interesting into the new column.
that should be part of the next ffastrans version, i think steinar already has built in the option. It requires to set the value you want to display there from within the workflow (it is a special variable you can set with populate vars proc).
One other way to come around (besides using the outcome column) is to use a brand new feature of webint: variable columns.
Check out the latest pre-release for it:
https://github.com/emcodem/ffastrans_webui/releases
(Sidenote: one of us is going productive soon with this version i guess we will have a release pretty soon).
How it works is that on webint admin settings, "Job Viewer Columns", you can create a new column for the history jobs view and define some user_variable (or multiple) that are going to be displayed in the new column.
Of course it is not the same because the column is of course always there, regardless of which jobs you currently see on webint, so you'd need to update all workflows to populate something interesting into the new column.
emcodem, wrapping since 2009 you got the rhyme?
Re: Webinterface
Looking good so far, as it seems to be much better than the previous release 1.4.0.40, i thought i push the latest version out now.
All download links now point to:
https://github.com/emcodem/ffastrans_we ... .0.107.zip
Let me know any shortcomings please!
All download links now point to:
https://github.com/emcodem/ffastrans_we ... .0.107.zip
Let me know any shortcomings please!
emcodem, wrapping since 2009 you got the rhyme?
Re: Webinterface
Thanks for an updateemcodem wrote: ↑Tue Dec 03, 2024 11:07 pm Looking good so far, as it seems to be much better than the previous release 1.4.0.40, i thought i push the latest version out now.
All download links now point to:
https://github.com/emcodem/ffastrans_we ... .0.107.zip
Let me know any shortcomings please!
Looks like the names of Nodes are missing on Job Details window:
Re: Webinterface
@DCCentR thanks, got it and can reproduce.. i fix that now. If you set the node name in the workflow, it would appear but the default name is empty.
emcodem, wrapping since 2009 you got the rhyme?
Re: Webinterface
Next thing i am working on is rework the job viewer page, allow the user (and later admin) to reorder and hide columns displayed. The need for this goes hand in hand with the ability to create custom columns (variablecolumns).
It is something i wanted to do for a long time because the job viewer became old over time and hard to maintain. Mistakes were made regarding what underlying technologies i chose.
Version 1.0.4.108 is the same 107 but with a new history job grid and options window allows to hide and reorder grid cells.
https://github.com/emcodem/ffastrans_webui/releases
If i was you, i would wait until the rework is finished and activejobs grid has been renewed too but of course i am always happy when someone tries my stuff early and finds bugs
Drag/Drop Columns in options win to reorder
It is something i wanted to do for a long time because the job viewer became old over time and hard to maintain. Mistakes were made regarding what underlying technologies i chose.
Version 1.0.4.108 is the same 107 but with a new history job grid and options window allows to hide and reorder grid cells.
https://github.com/emcodem/ffastrans_webui/releases
If i was you, i would wait until the rework is finished and activejobs grid has been renewed too but of course i am always happy when someone tries my stuff early and finds bugs
Drag/Drop Columns in options win to reorder
emcodem, wrapping since 2009 you got the rhyme?
Re: Webinterface
Hi, emcodem
I tried build 1.0.4.108. I installed the web interface from scratch in a separate subfolder inside the FF folder. After startup the interface is empty - nothing is loaded, admin buttons are not pressed: Here is webui logs & db files: I tried reverting the node_modules folder from previous builds and the web interface seems to work as it should: FF instal dir: \\192.168.100.231\FF_Install
WebUI: \\192.168.100.231\FF_Install\Webinterface
Did I mess up when reinstalling webui? 1.4.0.107 worked fine and I deleted node_modules when upgrading to it
I tried build 1.0.4.108. I installed the web interface from scratch in a separate subfolder inside the FF folder. After startup the interface is empty - nothing is loaded, admin buttons are not pressed: Here is webui logs & db files: I tried reverting the node_modules folder from previous builds and the web interface seems to work as it should: FF instal dir: \\192.168.100.231\FF_Install
WebUI: \\192.168.100.231\FF_Install\Webinterface
Did I mess up when reinstalling webui? 1.4.0.107 worked fine and I deleted node_modules when upgrading to it
Re: Webinterface
Hey @DCCentR
thanks a lot for the try, really appreciate it!
yeah unfortunately me and benjamin noticed the same, tried it at work on a fresh server. It is a packaging issue from my side but i have no clue what exactly is happening, this socket.io dependency is really special to package. After i noticed, i even updated the prerelease you downloaded and added the node_modules folder so nobody could experience the same issue but obviously too late, sorry for that.
It will be better when i finish the complete page, too much has gone wrong with this feature preview.
If you have any special ideas in regards to jobviewer grids or page in general, let me know.
thanks a lot for the try, really appreciate it!
yeah unfortunately me and benjamin noticed the same, tried it at work on a fresh server. It is a packaging issue from my side but i have no clue what exactly is happening, this socket.io dependency is really special to package. After i noticed, i even updated the prerelease you downloaded and added the node_modules folder so nobody could experience the same issue but obviously too late, sorry for that.
It will be better when i finish the complete page, too much has gone wrong with this feature preview.
If you have any special ideas in regards to jobviewer grids or page in general, let me know.
emcodem, wrapping since 2009 you got the rhyme?