nextcloud / nextcloud/circles

How to distinguish two users with the same name before sharing? (eg. the mail adresses could also be displayed)

Open
#512 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
177
Forks
68
Avg merge
2d 22h
Merged PRs (30d)
60

Description

My university uses nextcloud/circles.

Some students have the same exact name (firstname and lastname) than some teachers.

When I want to share a folder with this kind of users, the list only display the name of the users (firstname and lastname).

For example, the list displays something like:

  • John Doe
  • John Doe

How can I choose the right one?!

A solution could be to display a list like this:

  • John Doe (john.doe@teacher.univ.edu)
  • John Doe (john.doe@students.univ.edu)

or

  • John Doe
    (john.doe@teacher.univ.edu)
  • John Doe
    (john.doe@students.univ.edu)

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 user-selection list in the Circles sharing flow, since the issue does not name a file or test. Reproduce the case with two users who share a name and verify that an additional identifier such as an email address distinguishes the entries.

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
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.