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

[Feature]: Return inherited team with inheritance root note with noteSettings #289

Closed
4 tasks done
e11sy opened this issue Feb 6, 2025 · 0 comments · Fixed by #290
Closed
4 tasks done

[Feature]: Return inherited team with inheritance root note with noteSettings #289

e11sy opened this issue Feb 6, 2025 · 0 comments · Fixed by #290

Comments

@e11sy
Copy link
Contributor

e11sy commented Feb 6, 2025

This pr is a part of the feature mentioned in this issue

Problem

Now in noteSettings inherited team is not presented at all

Solution

  • Return inherited team with note settings
  • Return inheritance root note (note, whose team is inherited) - actually only presentation part of the note is needed (noteId and noteTitle)

Workflow

  • If note team is not specified - search for the inheritance root note recursively
  • When found inheritance root note - add it to note settings and get inherited team (also add team to noteSettings)
  • Update related entities
  • Cover with tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant