nextcloud / nextcloud/contacts

Remote Instance should be displayed in the Member textbox

Open
#2,374 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage bug feature: teams
Dominant language
JavaScript
Stars
642
Forks
220
Avg merge
14h 39m
Merged PRs (30d)
51

Description

When local is not set to true, it would be nice to display the remote instance of the members..

Selection_053

a dark gray text saying @remote.instance at the right of the DisplayName of the member might be the best solution (@jancborchardt ?)

interesting data from the JSON returned in the members list:

        "instance": "internal-green.local",
        "local": false,

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the member list and Member textbox rendering, then inspect how the members JSON fields instance and local are consumed. Confirm the intended display with the linked screenshot. Done means non-local members show a dark gray @remote.instance suffix beside their DisplayName, while local members remain unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.