Skip to content
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: Implement delete node service - EXO-63071 - Meeds-io/meeds#51 #564

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

IlhemEssaadi
Copy link
Contributor

@IlhemEssaadi IlhemEssaadi commented Apr 3, 2023

After this change, we will implement the delete node service.

@github-advanced-security
Copy link

You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

@@ -168,4 +168,10 @@ default <N> NodeContext<N> loadNodeById(NodeModel<N> model, // NOSONAR
*/
<N> void rebaseNode(NodeContext<N> context, Scope scope, NodeChangeListener<NodeContext<N>> listener);

/**
* Delete node
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Delete node
* Delete a navigation node with a given node id

/**
* Delete node
*
* @param nodeId the node id to delete
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @param nodeId the node id to delete
* @param nodeId the node id to be deleted

@azayati azayati changed the title feat: Implement the delete node action - EXO-63071 - Meeds-io/meeds#51 feat: Implement delete node service - EXO-63071 - Meeds-io/meeds#51 Apr 3, 2023
Copy link
Member

@azayati azayati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@azayati azayati merged commit edc0137 into feature/experience Apr 3, 2023
2 checks passed
@azayati azayati deleted the Task/63071 branch April 3, 2023 10:01
@sonarcloud
Copy link

sonarcloud bot commented Apr 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

azayati pushed a commit that referenced this pull request Apr 5, 2023
…564)

After this change, we will implement the delete node service.
azayati pushed a commit that referenced this pull request Apr 6, 2023
…564)

After this change, we will implement the delete node service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants