-
Notifications
You must be signed in to change notification settings - Fork 5
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(api): pass assets to marxan run job #323
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/EVZwyUzW3QR42YddctyD4wVpmbxu marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/6KNCdxovPqdY9oUaG1TtzeejseQB |
7180f14
to
356fdf3
Compare
1219507
to
75f1f5d
Compare
api/apps/api/src/modules/scenarios/marxan-run/input-parameter-file.provider.ts
Outdated
Show resolved
Hide resolved
export type Assets = { | ||
url: string; | ||
relativeDestination: string; | ||
}[]; |
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.
Would be great to add a subtask to use this in geoprocessing ❤️ 🙇
356fdf3
to
1ab1de1
Compare
75f1f5d
to
074e20d
Compare
074e20d
to
a08ce99
Compare
a08ce99
to
13b5dc9
Compare
13b5dc9
to
929bf3a
Compare
Substitute this line for a meaningful title for your changes
Overview
Please write a description. If the PR is hard to understand, provide a quick explanation of the code.
Designs
Link to the related design prototypes (if applicable)
Testing instructions
Please explain how to test the PR: ID of a dataset, steps to reach the feature, etc.
Feature relevant tickets
Link to the related task manager tickets
Checklist before submitting
develop
.deploying to staging/production, please add brief testing instructions
to the deploy checklist (
docs/deployment-checklist.md
)