ModelInference / perfume-frontend

Web-based frontend for Perfume tool
Other
1 stars 0 forks source link

Invariants tab misspelled as invarients on load #36

Closed bestchai closed 4 years ago

bestchai commented 4 years ago

Note that the spelling changes depending on which tab is currently active. This might indicate that there is code/data duplication. This should be avoided if at all possible.

[Issue created by bestchai: 2014-01-20]

[Comment created by ahalbert: 2014-01-20] As far as data duplication goes, the main problem is that we are serving static html files. In the future, we may want to have the server generate dynamic pages.

Another idea is to use a templating engine to compile the static html files from a single source.