-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
We've done some UI templating already, in #173 and #202. Ultimately, we want to understand the current UI-generation system and possibly update it. So, this issue is in two parts:
-
How is the UI is being generated now? What needs to be done to fully templatize it? The short answer to this, from @jasonaowen, is "via JSPs and CSS."
-
Are there "cross-platform templating solutions"? i.e., can we use a template that can be generated by Java and Python code? For example, if we ever want to put a web interface on the ETL process, which is being done with Python, it should use the same templates that we use for the main app, even though that's written in Java.