Feature Request: Permission-Based Remote Server Visibility
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Problem
Regular users can see all remote servers, causing incorrect selections.
Describe the solution you'd like
Solution
- Implement permission-based filtering so users only see servers they have access to.
Implementation
- Modify API to filter server lists by user permissions
- Add user-server relationship table
- Update UI to display only accessible servers
- Create admin interface for permission management
Expected Result
- Users only see servers they have permission to access
- Admins can manage all servers and user permissions
Describe alternatives you've considered
NO
Additional context
No response
Will you send a PR to implement it?
Yes
Contributor guide
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
The issue names API server filtering, a user-server relationship table, UI filtering, and an admin permission interface, but no files, tests, or entry points. Start by tracing the server-list API and current server-selection UI, then define completion as permission-aware visibility for users and unrestricted management for admins.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100