Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default states if components are not configured? #35

Open
brianmcmichael opened this issue Feb 10, 2017 · 1 comment
Open

Default states if components are not configured? #35

brianmcmichael opened this issue Feb 10, 2017 · 1 comment
Labels

Comments

@brianmcmichael
Copy link
Contributor

brianmcmichael commented Feb 10, 2017

It looks like the URL handlers specify defaults if they are not explicitly configured at https://github.com/OSC/ood_appkit/blob/master/lib/ood_appkit/configuration.rb#L88-L108

Does OodAppkit actually check to see if these resources are available on the system though?

For example, could an OodAppkit.files? method be used to determine whether the Files app is properly configured to the appropriate path?

Having this logic here would be helpful in apps that rely on these resources, since we could disable features if the helper apps aren't available.

┆Issue is synchronized with this Asana task by Unito

@nickjer
Copy link
Contributor

nickjer commented Feb 13, 2017

Does OodAppkit actually check to see if these resources are available on the system though?

No.

could an OodAppkit.files? method be used to determine whether the Files app is properly configured to the appropriate path?

I believe those apps are considered the base system apps. So, they should be a requirement for any OOD install. We would have to discuss if these apps are actually optional. Also, they hopefully will be all integrated into the dashboard in the future and be a single app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants