GSoC/2022/StatusReports/SnehitSah: Difference between revisions
Appearance
Flyingcakes (talk | contribs) Created page with "== Project Details == Spaces are a feature in Matrix to group related rooms. Spaces can be nested and have their summary page. A room may belong to multiple spaces at the sam..." |
Flyingcakes (talk | contribs) Add Blog Posts |
||
Line 8: | Line 8: | ||
== Progress == | == Progress == | ||
== Blog Posts == | |||
* [https://snehit.dev/posts/kde/gsoc-22/hello-world/ Beginning with Google Summer of Code 2022] | |||
* [https://snehit.dev/posts/kde/gsoc-22/community-bonding/ Community Bonding GSoC 2022] | |||
* [https://snehit.dev/posts/kde/gsoc-22/adding-spaces-list/ Adding Spaces Horizontal Bar to NeoChat] | |||
* [https://snehit.dev/posts/kde/gsoc-22/adding-spaces-list/ https://snehit.dev/posts/kde/gsoc-22/adding-spaces-list-pt-2/] | |||
* [https://snehit.dev/posts/kde/gsoc-22/making-space-bar-work/ Making Spaces Bar Work] | |||
* [https://snehit.dev/posts/kde/gsoc-22/improving-space-bar-functionality/ Improving Space Bar Functionality] | |||
* [https://snehit.dev/posts/kde/gsoc-22/merge-request-review/ Review and Updates for Merge Request] | |||
* [https://snehit.dev/posts/kde/gsoc-22/getting-stuck-and-unstuck/ Getting Stuck and Unstuck] | |||
* [https://snehit.dev/posts/kde/gsoc-22/be-careful-with-signal-slots/ Be Careful With Signal Slots] | |||
* [https://snehit.dev/posts/kde/gsoc-22/space-hierarchy-cache-finally-works/ Space Hierarchy Caching Finally Works] | |||
* [https://snehit.dev/posts/kde/gsoc-22/separating-space-hierarchy-class/ Separating Space Hierarchy Cache to New Class] | |||
* [https://snehit.dev/posts/kde/gsoc-22/polishing-spaces-horizontal-bar-and-home/ Polishing Spaces Horizontal Bar And Space Home] | |||
* [https://snehit.dev/posts/kde/gsoc-22/creating-spaces-in-neochat/ Creating Spaces In NeoChat] | |||
* [https://snehit.dev/posts/kde/gsoc-22/adding-room-to-space/ Adding Room To Space] | |||
* [https://snehit.dev/posts/kde/gsoc-22/updates-on-space-action-mr/ Updates On Space Actions Merge Request] |
Revision as of 11:01, 6 September 2022
Project Details
Spaces are a feature in Matrix to group related rooms. Spaces can be nested and have their summary page. A room may belong to multiple spaces at the same time. This makes discovery of rooms easier for end-users, and at the same time allows communities to drive more participation.
NeoChat didn't support spaces. Having this support will make it a more viable and feature-rich Matrix client, up to date with the latest Matrix specification.
Spaces were introduced in MSC1772 and there is a related open feature request on the NeoChat bug tracker.
Progress
Blog Posts
- Beginning with Google Summer of Code 2022
- Community Bonding GSoC 2022
- Adding Spaces Horizontal Bar to NeoChat
- https://snehit.dev/posts/kde/gsoc-22/adding-spaces-list-pt-2/
- Making Spaces Bar Work
- Improving Space Bar Functionality
- Review and Updates for Merge Request
- Getting Stuck and Unstuck
- Be Careful With Signal Slots
- Space Hierarchy Caching Finally Works
- Separating Space Hierarchy Cache to New Class
- Polishing Spaces Horizontal Bar And Space Home
- Creating Spaces In NeoChat
- Adding Room To Space
- Updates On Space Actions Merge Request