tt-acm / DesignExplorer

Design Explorer is an open source web interface for exploring multi-dimensional design spaces
http://tt-acm.github.io/DesignExplorer/
MIT License
102 stars 62 forks source link

Tool Title, Dynamic Project Title #13

Closed bhowes-tt closed 9 years ago

bhowes-tt commented 9 years ago

The project title should be included in the CSV so the vanilla design explorer and custom apps can show a project title at the top of the app.

image

mostaphaRoudsari commented 9 years ago

The title is dynamic now. You can click and edit it.

I'm not sure about the idea of having the name in .csv file. I like the clean current structure. Also at some point you should be able to load json files. This solution won't work for json files.

image

image

An alternate solution is to change the title to the name of loaded csv file. I personally think since you can edit the name manually we probably won't even need that. Let me know your thoughts.

bhowes-tt commented 9 years ago

Fair enough @mostaphaRoudsari - this is a good solution.

I understand the desire to keep .csv files clean. I think it would be easy with a .json file though ... a user could always add a top-level property called 'ProjectTitle' or something to the json file, and when loading the json simply load the title if it exists.

mostaphaRoudsari commented 9 years ago

@bhowes-tt I leave this open so we can talk more tomorrow. I understand your comment but still think that will cause issues for ordinary users. :thought_balloon: !

mostaphaRoudsari commented 9 years ago

Design Explorer will change to input file name dynamically via f303e98f8e94bf1e4c90abcc8fc66b77c6d1ae5b