beerendlauwers / HaskAnything

Hask Anything! is a website aimed at collecting and organizing the collective knowledge of the Haskell community.
http://haskanything.com/
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Author field should behave like a multi-select #58

Open beerendlauwers opened 7 years ago

beerendlauwers commented 7 years ago

For example, in the article category submission UI, it's just a text field. We already have the author data as JSON) (see https://github.com/beerendlauwers/HaskAnything/blob/gh-pages/json/authors.json), so hook that up to a multi-select.

We need to do this for each category that has an author field.