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

Support des langues régionales pour le nom de la commune #340

Open
tmerlier opened this issue Jun 17, 2022 · 1 comment
Open

Support des langues régionales pour le nom de la commune #340

tmerlier opened this issue Jun 17, 2022 · 1 comment
Labels
bal-format feature Nouvelle fonctionnalité majeure need-investigation

Comments

@tmerlier
Copy link
Contributor

tmerlier commented Jun 17, 2022

Contexte

Le nom de la commune peut avoir plusieurs libellés en langues régionales. Il n'est actuellement possible de modifier les attributs de la commune, car il n'existe aucun modèle.

Proposition

Créer un nouveau modèle Commune :

{
  _id: String,
  _bal: String,
  code: String,
  nom: String,
  nomAlt: Object,
  _created: String,
  _updated: String,
}
@fufeck
Copy link
Collaborator

fufeck commented Apr 4, 2023

Pourquoi tu veux créer un nouveau modèle commune si on part du principe qu'une BAL = commune, rajouter un nomAlt a baseLocal devrait suffire ?

@fufeck fufeck removed their assignment Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bal-format feature Nouvelle fonctionnalité majeure need-investigation
Projects
Status: Todo
Development

No branches or pull requests

2 participants