Webinterface

Questions and answers on how to get the most out of FFAStrans
andrezagato
Posts: 50
Joined: Tue Jun 09, 2020 4:07 pm

Re: Webinterface

Post by andrezagato »

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!
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

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!
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...
Looking forward to be part of your future adventures ;-)
emcodem, wrapping since 2009 you got the rhyme?
artjuice
Posts: 38
Joined: Mon Mar 20, 2023 11:33 pm

Re: Webinterface

Post by artjuice »

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?
2024-12-01_Arc-004878.png
2024-12-01_Arc-004878.png (73.25 KiB) Viewed 2409 times
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

@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.
emcodem, wrapping since 2009 you got the rhyme?
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

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!
emcodem, wrapping since 2009 you got the rhyme?
DCCentR
Posts: 27
Joined: Thu May 04, 2023 7:15 am

Re: Webinterface

Post by DCCentR »

emcodem 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!
Thanks for an update :)
Looks like the names of Nodes are missing on Job Details window:
Снимок экрана 2024-12-04 172643.png
Снимок экрана 2024-12-04 172643.png (250.7 KiB) Viewed 2050 times
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

@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?
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

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
gridopts.png
gridopts.png (79.13 KiB) Viewed 1577 times
emcodem, wrapping since 2009 you got the rhyme?
DCCentR
Posts: 27
Joined: Thu May 04, 2023 7:15 am

Re: Webinterface

Post by DCCentR »

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:
Снимок экрана 2024-12-09 220430.png
Снимок экрана 2024-12-09 220430.png (232.47 KiB) Viewed 1453 times
Here is webui logs & db files:
logs.zip
(33.44 KiB) Downloaded 67 times
database.zip
(394.83 KiB) Downloaded 68 times
I tried reverting the node_modules folder from previous builds and the web interface seems to work as it should:
Снимок экрана 2024-12-09 221235.png
Снимок экрана 2024-12-09 221235.png (360.01 KiB) Viewed 1453 times
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
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

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.
emcodem, wrapping since 2009 you got the rhyme?
Post Reply