I’m working on an app that involves interactively applying a transformation to some set of files. It occurred to me that I will have to re-implement a file browser GUI in my interactive app in order to do this.
A better solution would be to allow custom plugins that hook into the dashboard. I envisage there being a manifest file that adds new menu items either to the directory menu or to the file menu (circled in red)
Thanks for the feature request. I’d suggest you open a github ticket because we tend to lose/forget about things in discourse.
That said - pull requests are also welcome. Not sure what transformations you’re looking for, so I’m not sure what we could do, but I’d be happy to evaluate any proposed changes.
Well, the first thing I want to do is to let the file browser edit Linux ACLs. Would this make sense in OnDemand core given that not all filesystems support ACLs? Also I can’t work out where the files app actually lives.
In typical ruby on rails - the controller and views are fairly straight forward to find by their name. They’re like the app/controllers/files_controller.rb and app/views/files. The models are then posix_file.rb and remote_file.rb to support local and remote files.