Integrate Open UI and Close UI.
MicahZoltu opened this issue · 0 comments
MicahZoltu commented
The Open UI uses angular and a pretty complex build/packaging process. The Close UI uses Knockout and has a simple (non-existent) build/packaging process. At the moment, when linking between the two we just have to hard link out to a different domain (e.g., open.liquid-long.keydonix.com
vs close.liquid-long.keydonix.com
). Ideally, both would live in the same IPFS and get deployed together.
Options to consider:
- Rewrite Open UI in Knockout.
- Bundle the two together in IPFS and have an index page that merely redirects to
open/index.html
, and the close UI lives atclose/index.html
. - Make the Open UI routing system able to route to a nested
close/index.html
as an external route (bypass its existing routing system).