usc-isi-i2 / dig-etl-engine

Download DIG to run on your laptop or server.
http://usc-isi-i2.github.io/dig/
MIT License
101 stars 39 forks source link

Dialog for project settings #211

Closed GreatYYX closed 6 years ago

GreatYYX commented 6 years ago

Need to implement a project setting dialog box, which can be open from project list (or/and open it from the menu of project page).

It should contains:

POST /mydig/projects/<project_name>
 {
    "image_prefix": "",
    "default_desired_num": 0,
    "show_images_in_facets": false,
    "show_images_in_search_form": false,
    "hide_timelines": false,
    "new_linetype": "break"
 }
GreatYYX commented 6 years ago

one more attributes: default_desired_num

GreatYYX commented 6 years ago

updated.