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

Récupérer l'agence géographique de chaque personne / Retrieve the geographic agency of each person #391

Open
lisequesnel opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lisequesnel
Copy link
Collaborator

Need from the user's point of view

A des fins statistiques, on veut pouvoir récupérer l'agence géographique de chaque personne recevant un feedback (ou en ayant fait la demande) via l'annuaire Google.

Schéma Google :
user.locations = [{ type: “custom”, customType: “Agency”, area: agency}]
user.organizations = [{ type: “work”, department: agency, title: position}]

L'un et/ou l'autre de ces champs nous seront utiles.

For statistical purposes, we want to be able to retrieve the geographic agency of each person receiving feedback (or having requested it) via the Google directory.

Google Schema:
user.locations = [{ type: “custom”, customType: “Agency”, area: agency}]
user.organizations = [{ type: “work”, department: agency, title: position}]

One and/or the other of these fields will be useful to us.

@lisequesnel lisequesnel added the enhancement New feature or request label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant