I'm building a healthy living, community web site. Amongst the things
a person can do is track various biometrics (e.g., weight, blood
glucose, etc.) Currently, a person is able to enter or upload data
(say, from a pedometer or spirometer) into what amounts to a personal
health record. The person can view the data in table format. I would
like to be able to present the data in graphical format showing
biometric values over time (e.g., weight loss/gain, blood sugar
control, etc.) I would also like to compare values to goals or
recommended boundaries and against various population averages.
My data structures are set up in a way in which it is not difficult to
derive date/value pairs (e.g., a person's exercise log, or caloric
intake, or blood pressure). And, I image that I'd be able to figure
out how to substitute "HgA1c", [a, b, c, d] (where a, b, c, d, etc
represent readings) for "Dogs", [10, 20, 30] - although I haven't
conquered that beast yet.
But then, it starts getting fuzzy.
- Where are the stylesheets kept? How does the hierarchy work?
- What is this magic with routes and the index? What if I want charts
smeared across many pages/controllers?
- You have many beautiful animations (bouncing titles, etc.). How are
these achieved?
- How do I extend (if at all) certain look and feel elements (say,
making bar charts have a glossy sheen)?
You tool seems powerful, yet mysterious. It's not that the
documentation isn't there. It's more a matter of digestibility. It
would be lovely if there were a way to build up knowledge/
understanding one block at a time so that the full power of your work
could be unleashed.
Many thanks!
On Jul 21, 9:52 pm, "Fernand Galiana" <
fernand.gali...@gmail.com>
wrote:
> Hi Bubba,
>
> Thanks for the post! The whole ziya site is published and available for
> documentation.
>
> I've done my best to document the code and throwing a couple sample sites
> together, so
> folks can take it from there...
>
> What exactly are you trying to accomplish ?
>
> -Fernand
>