tdt / core

Transform any dataset into an HTTP API with The DataTank
http://thedatatank.com
83 stars 31 forks source link

Missing admin tools #368

Open rossjones opened 8 years ago

rossjones commented 8 years ago

It isn't clear from /admin/api how a user would add to the list of Licences, Language, Themes or Rights that are shown in the form at /api/admin/datasets/edit/N

Is this a documentation error or just so far, missing functionality?

coreation commented 8 years ago

This is missing documentation, you can add licenses, languages etc. but not through the user interface (yet). These data are seeded from json files, altering these json files combined with a simple seed command will change the licenses, languages etc. a user can choose from.

coreation commented 8 years ago

Now that I come to think of it, this would be a nice feature for the 6.6 release.