We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is related to the api issue make sure, that api part is done
In disingn system we have note parents structure on note page
RootParent
Actual note
IntermediateNote
ActualNote
IntermediateNote1
IntermediateNote2
...
useNote
NoteDTO
NoteParents : [ { noteId: Note['id'], content: Note['content'] } ]
NoteHeader
The text was updated successfully, but these errors were encountered:
dependentmadani
Successfully merging a pull request may close this issue.
This issue is related to the api issue
make sure, that api part is done
Problem
In disingn system we have note parents structure on note page
Cases
RootParent
>Actual note
RootParent
>Actual note
RootParent
>IntermediateNote
>ActualNote
RootParent
>IntermediateNote
>ActualNote
RootParent
>IntermediateNote1
>IntermediateNote2
>ActualNote
RootParent
>...
>Actual note
Solution
useNote
service that would format data got from api into presentation formatNoteDTO
entity for it to contain new object with note parents info ( optional get rid of parentNote )NoteHeader
component here ) as in disingn systemnote that note names should be clickable
The text was updated successfully, but these errors were encountered: