-
Notifications
You must be signed in to change notification settings - Fork 758
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
Architecture doc #7126
Architecture doc #7126
Conversation
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.
Thats very helpful, thanks.
Just one small remark on the Event point!
docs/_developer_onboarding.md
Outdated
|
||
`Events` are item of a Room, where data is embedded. | ||
|
||
There are 2 types of 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.
I'd more write:
There are 2 types of room Event:
State Events:....
Regular Events:...
You can also have event sent outside of a room, like AccountData
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.
OK, updated.
SonarCloud Quality Gate failed. |
|
Type of change
Content
Add a documentation to the project with the overall architecture and some entry points to other documentation and third party documentation.
rendered
As a bonus, add support to
/devtools
command.Motivation and context
Help new comers to start working on the project.
Screenshots / GIFs
Tests
/devtools
commandTested devices
Checklist