|
|
|
|
|
by nopal
4720 days ago
|
|
I'm very eager to see how they handle the actual exchange code. Jekyll and static HTML make a lot of sense for a marketing/informational site (which this appears to be right now), but at some point, they're going to need a dynamic backend (right?). These exchanges will need to aggregate plan info from lots of different insurance carriers and display plans to people based on various bits of user-specific info. Perhaps they can generate static info pages for all of the plans and redirect people to these pages via JavaScript and then pass the actual enrollment off to the insurance companies. If they have to support enrollment and dynamic content, it
will be interesting to see how they do so while adhering to their principles of simplicity. If they don't, it will be an interesting example of how to embrace simple solutions where possible while preventing scope creep. Either way, I'm glad to see this type of innovative development happening. |
|