-
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(marxan-run): expose endpoints for starting/cancelling marxan execution #311
feat(marxan-run): expose endpoints for starting/cancelling marxan execution #311
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/F7Tv8CvujT1i3E6tD5maSap9k2r9 marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/6qQMSJMb8zSNpxY5UFWURKFDvFn8 |
8519a80
to
6a1e6a6
Compare
@@ -64,6 +65,9 @@ import { ProxyService } from '@marxan-api/modules/proxy/proxy.service'; | |||
const basePath = `${apiGlobalPrefixes.v1}/scenarios`; | |||
const solutionsSubPath = `:id/marxan/run/:runId/solutions`; | |||
|
|||
const marxanRunTag = 'Marxan Run'; | |||
const marxanFilesTag = 'Marxan Run - Files'; |
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.
especially if we want to expand the use of @ApiTags()
as we go + retrospectively, maybe this tag may be called marxanRunFilesTag
(we'd have marxanFilesTags
for the range of file upload operations we support, for example)
await fixtures.GivenUserIsLoggedIn(); | ||
await fixtures.GivenProjectOrganizationExists(); | ||
await fixtures.GivenScenarioExists(`Mouse`); | ||
await fixtures.GivenCostSurfaceTemplateFilled(); | ||
await fixtures.WhenMarxanExecutionIsRequested(); | ||
await fixtures.WhenMarxanExecutionIsCompleted(); | ||
await fixtures.ThenResultsAreAvailable(); |
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.
I love this
Fundamentals for full process of running marxan