fix(docs): run pre-commit

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2592>
environments/review-docs-genre-pd4r81/deployments/19389
Ciarán Ainsworth 2023-10-09 11:34:28 +02:00 zatwierdzone przez Ciarán Ainsworth
rodzic 35de9bd48e
commit 85c2be6a5b
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ https://musicbrainz.org/ws/2/genre/all
This endpoint accepts the `application/json` header for a JSON response. See the [Musicbrainz API documentation](https://musicbrainz.org/doc/MusicBrainz_API) for more information.
The fetch task should run *initially upon first startup* and then *monthly* thereafter. The pod admin must be able to disable this job or run it manually at their discretion.
The fetch task should run _initially upon first startup_ and then _monthly_ thereafter. The pod admin must be able to disable this job or run it manually at their discretion.
The task should use the following logic:
@ -57,9 +57,9 @@ When a user uploads new content with genre tags, the tagged item should be linke
#### In-app tagging
When a user uploads new content with *no* genre tags, they should be able to select tags from a dropdown menu. This menu is populated with the tags from the database with the `display_name` shown in the list. When a tag is selected, the item is linked to the associated tag.
When a user uploads new content with _no_ genre tags, they should be able to select tags from a dropdown menu. This menu is populated with the tags from the database with the `display_name` shown in the list. When a tag is selected, the item is linked to the associated tag.
If a user inserts a new tag, Funkwhale should:
If a user inserts a new tag, Funkwhale should:
1. Store the entered string as the tag's `display_name`
2. Generate a Pascal cased `name` for the tag