OSC / osc-machete

High level interface to submitting and checking the status of batch jobs (currently OSC specific)
MIT License
1 stars 0 forks source link

Allow for workspace directories in Submittable #22

Closed nickjer closed 9 years ago

nickjer commented 10 years ago

Currently you have the app file structure (I believe, but could be wrong):

~/crimson_files/HelloSim/jobs/1
~/crimson_files/HelloSim/jobs/2
~/crimson_files/HelloSim/jobs/3

would it be possible to allow for workspaces such as...

~/crimson_files/HelloSim/workspace/1/jobs/1
~/crimson_files/HelloSim/workspace/1/jobs/2
~/crimson_files/HelloSim/workspace/1/jobs/3
~/crimson_files/HelloSim/workspace/2/jobs/1
~/crimson_files/HelloSim/workspace/2/jobs/2

This would allow for users to work on similar jobs in a single workspace such as optimizing weld passes for a single mesh object.

As a side note, it would be great if words (i.e., the name of the workspace and jobs) were used for directories instead of numbers. This may be useful in the case a user needs to use a GUI vnc app to import files and the GUI app's import feature starts the user in a root directory every time.

nickjer commented 9 years ago

Deprecated.