keenon / AddBiomechanics

A tool to automatically process and share biomechanics data
https://addbiomechanics.org/
Other
24 stars 5 forks source link

Add flag file for state "Waiting for Server" #250

Closed AlbertoCasasOrtiz closed 2 months ago

AlbertoCasasOrtiz commented 3 months ago

Tasks (Frontend and Backend):

Tasks (Frontend):

AlbertoCasasOrtiz commented 3 months ago

@nickbianco I noticed that a flag for "Waiting for Server" is equivalent to:

readyFlagExists && !resultsExist && !errorFlagExists && !processingFlagExists && !slurmFlagExists

So I am using this expression for now. We could create a variable in the frontend for it without specifically having to create a flag and pollute the file system with more files.

nickbianco commented 3 months ago

@AlbertoCasasOrtiz sounds good!