-
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
Feature/api/mrxn23 97 delete cost surface [MRXN23-97] #1529
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Part of the GET endpoints functionality is in this PR, as it was shared on the CostSurfaceService. Thought it was not worth the hassle to rearrange everything, when the GETs PR is going to be merged on top of this one too. |
3d65805
to
2823402
Compare
if (piece === ClonePiece.ScenarioInputFolder) { | ||
this.logger.log('SCENARIO INPUT FOLDER'); | ||
} |
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.
just a question: I'm almost always in favour (actually fanatical) about meaningful logging that could help when inspecting live systems, but I'm not sure about this - why do we add info logging for this specifically? and what is this log line meant to convey?
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.
Oops, sorry about this one. This was part of the process of deciphering the whole cloning mystery. Seems like it slipped away.
api/apps/api/src/modules/cost-surface/delete-cost-surface/delete-cost-surface.handler.spec.ts
Show resolved
Hide resolved
…faces for a Project
7c02932
to
e1c2fac
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
)