Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nickname to the Contact information #24

Open
timbl opened this issue Nov 23, 2020 · 6 comments
Open

Add nickname to the Contact information #24

timbl opened this issue Nov 23, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@timbl
Copy link
Contributor

timbl commented Nov 23, 2020

The nickname is short and without spaces and can be used the system in chat message authorship, etc etc,

Typically code could use the domain part of a typical solid user's webid, like foo in foo.inrupt.net., when the nickname is not defined.

foaf:nick has beeen a tradition.

Also cold be used in @mention user input.

(This more going to be used by the system than by other people, so possibly could be dropped from public contact info form, or maybe only occur in the editing version not the read-only version.)

@timea-solid timea-solid added enhancement New feature or request good first issue Good for newcomers labels Mar 11, 2022
@ewingson
Copy link
Member

ewingson commented Feb 9, 2023

@timea-solid

this could be the next challenge I dare to tackle. seems to be well overviewable.
although it is already (in parts) implemented. or is this done and we are through with it ?

we have an input form for the nick.
we can ask the user for a nick and if nothing is set, use the domain part (subdomain / username) if nothing is set.

question that arises is where (e.g. in the long chat) would the nick be displayed...

I'll wrap my head and hands upon it (begin with forking contacts pane and identifying the place in the code to add to...)

I haven't been active for a while. case more questions arise, I'll reach out.
can you assign this to me (dunno if I'm able to self-assign...)

@ewingson
Copy link
Member

after having a (very quick) look at the spec I suppose it would look like following:

  • relates a Person to a nickname:
    foaf:Person foaf:nick literal/string

@ewingson
Copy link
Member

or maybe

@prefix foaf: <http://xmlns.com/foaf/0.1/> .

#me

a foaf:Person;
foaf:nick "Batman".

@timea-solid
Copy link
Member

or maybe

@prefix foaf: <http://xmlns.com/foaf/0.1/> .

#me

a foaf:Person;
foaf:nick "Batman".

I like this version.

@ewingson
Copy link
Member

ewingson commented Mar 5, 2023

Bildschirmfoto_2023-03-05_12-33-49
as examining everything I wonder how this part of the prob differs from the shortName we already have in use...

@bourgeoa
Copy link
Contributor

bourgeoa commented Mar 5, 2023

Agreed I think it does not differ.
It is not really visible and cannot be updated in the contact-pane

So the issue should be closed and a new one open to something like 'move shortName to a better location' so has to be able to fill in the short name in the contact-pane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

4 participants