intermine / generator-bluegenes-tool

Scaffold generator for BlueGenes tools
MIT License
5 stars 8 forks source link

Various usability improvements #33

Closed heralden closed 3 years ago

heralden commented 3 years ago

When looking through tools that used the generator, I found many faults and improvements that can be made.

I also added lots of tips to index.js and style.less based on common errors I saw when developing tools.

Fixes #30 by finally adding imjs lookup for identifier instead of hardcoding object IDs. Manually updating IDs everytime you want to work on a visualization (and you can be sure that all the existing IDs have expired since last time) is untenable, and adding an imjs lookup to demo.html is less than 10 lines extra.

Fixes #32 by removing lint-staged task. The only thing it seemed to do was error on the template json files (which are invalid JSON due to having template tags) so I can only assume it hadn't been configured.