-
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
fix(api): keep only current specification data in the table for proce… #493
fix(api): keep only current specification data in the table for proce… #493
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/AvW64dZRrexASs6p7B9zGLdV6uZe marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/Bz651xwFMfHsQ3vJKLqLkrYCcqaj |
cedfc5b
to
1d14361
Compare
1d14361
to
d8f95ec
Compare
d8f95ec
to
e1c1693
Compare
1438e45
to
7cde07c
Compare
@@ -2,3 +2,4 @@ export { ScenarioFeaturesModule } from './scenario-features.module'; | |||
export { ScenarioFeaturesService } from './scenario-features.service'; | |||
export { ScenariosFeaturesView } from './scenario-features.dto'; | |||
export { FeaturesCreated } from './features-created.event'; | |||
export { SpecificationProcessingFinishedEvent } from '@marxan-api/modules/scenario-specification/adapters/specification-processing-finished.event'; |
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.
is this event a part of adapters really?
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.
not really, but boundaries between two modules is artificial a bit, and I need to reflect the state of the specification by the event
…ssing
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
)