FanvidDB / fanviddb-server

Server of the fanviddb
Other
0 stars 1 forks source link

Improved audio language input #38

Closed sandalwoodbox closed 3 years ago

sandalwoodbox commented 3 years ago

Right now, audio language is input as a string - the language code. We should have a more friendly input: the names of each language, localized for the currently-selected locale.

We should also have an "other" option that allows a user to put in a specific language code; i.e. we should be able to validate server-side (#37) whether a language code is valid even if it's not in the list on the frontend.

sandalwoodbox commented 3 years ago

We should have this be a tag field and have the server-side take a json field of strings.