project-robius / project-robius/robrix
Support editing a space in the SpaceLobbyScreen
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 487
- Forks
- 68
- Avg merge
- 1h 22m
- Merged PRs (30d)
- 54
Description
If the current logged-in user can edit a space, then we also need to allow them to:
- Add rooms or subspaces to the space.
- Remove rooms or subspaces from the space.
- Mark rooms or subspaces as "suggested" (or not).
Here are some screenshots from Element showing how they display it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SpaceLobbyScreen entry point and reviewing how the current logged-in user's space-edit permission is handled. Trace the existing room and subspace display and interaction flow before implementing add, remove, and suggested-state editing. Done means all three actions are available to permitted users and match the behavior shown in the referenced screenshots.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100