-
Notifications
You must be signed in to change notification settings - Fork 5
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
Handle the plural form of subject titles #158
Comments
|
Plural representation was also used in api endpoints itself. I specifically moved away from it in #153 but would use it to have plural names from schema, if available. |
If it's not super quick then let's remove it. |
Doesn't this just require adding a new field to schema? But fine to skip for MVP milestone. |
Ok, removing from milestone. |
The schema of a subject has a title:
This title is used in the UI in its plural form, for example here.
We need to come up with a better way to handle the plural form of the title of a subject.
The text was updated successfully, but these errors were encountered: