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 German verbose_names to inherited entity classes #69

Open
koeaw opened this issue Dec 4, 2024 · 0 comments · May be fixed by #71
Open

Add German verbose_names to inherited entity classes #69

koeaw opened this issue Dec 4, 2024 · 0 comments · May be fixed by #71
Labels
app-entities Anything to do with the model classes central to the ontology enhancement New feature or request UI-UX Appearance, coherence, usability of user-facing parts (frontend, user interface)

Comments

@koeaw
Copy link
Collaborator

koeaw commented Dec 4, 2024

Person, Place, Group entity classes use the English field names for verbose names in the backend UI, which leads to a weird mix of German and English wordings for fields.

-> Set verbose_names for their default fields explicitly.

@koeaw koeaw added enhancement New feature or request app-entities Anything to do with the model classes central to the ontology UI-UX Appearance, coherence, usability of user-facing parts (frontend, user interface) labels Dec 4, 2024
koeaw added a commit that referenced this issue Dec 9, 2024
Add `__init__` methods for `Person`, `Place`,
`Group` classes to add German `verbose_names`
to inherited fields.

Closes: #69
@koeaw koeaw linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-entities Anything to do with the model classes central to the ontology enhancement New feature or request UI-UX Appearance, coherence, usability of user-facing parts (frontend, user interface)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant