-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: scoped discovery config #404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first pass / initial comments
# Conflicts: # package-lock.json # src/components/App.js # src/components/datasets/DatasetForm.js # src/components/datasets/DatasetFormModal.js # src/components/display/FileDisplay.js # src/components/manager/projects/Project.js # src/components/manager/projects/ProjectCreationModal.js # src/components/manager/projects/ProjectForm.js # src/components/manager/projects/RoutedProject.js # src/hooks.ts # src/modules/discovery/actions.js # src/modules/discovery/reducers.js # src/modules/services/actions.js # src/modules/services/hooks.js # src/modules/user/actions.js # src/propTypes.js
refact: move drop-box-related code into drop box module
# Conflicts: # src/components/manager/projects/Project.js
# Conflicts: # src/components/datasets/DatasetFormModal.js # src/components/manager/DropBoxTreeSelect.js # src/components/manager/projects/Project.js # src/components/manager/projects/ProjectCreationModal.js # src/components/manager/projects/ProjectForm.js
refact: new drop box JSON select form input + fixed JSON type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor thing; otherwise looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.