jackrk / EnergyYardstick

This tool will be hosted separately from the City of Ames website. The city plans to have our tool available for users directly from their main website.
0 stars 0 forks source link

File Structure Implementation #1

Closed jackrk closed 10 years ago

jackrk commented 10 years ago

We should decide how we want to structure our main page. If the COA wants to hit a web server once to display our tool inside their page, then we'll need to have a single HTML/PHP page on one url mapping. To include other tabs and information, we'll look into other options like AJAX calls and storing data in the session.

jackrk commented 10 years ago

Possible framework to use:

http://cjax.sourceforge.net/

jackrk commented 10 years ago

Initial implementation done with jackrk@cba8fde5fa5419255bcca850d41852f1f5f6c73e

jackrk commented 10 years ago

I suppose I'll close this now, since the structure is basically in place.