Friday 8 April 2011

Fixing/Adding FE system - update

Logger:
- Added the scale unit
- Added the pan (left, right) function. The slow pan should move about 1/5 of the screen. The fast pan should move about 1/1 of the screen
- Don't display the date if the size of the bar is smaller than the size of the text.
- Displayed the full date in the day bar if the number of days from the logger graph is less than 3 days. Removed displaying the full date details when zooming in to the certain levels (2 days)

Planner:
- Having attempted to add more information to the event title, so when we hover over the event, the information such as event's name and events' energy consumption should be given to the users . However I found that the title itself has been used as a dynamic role to link the event's consumption to the system. I just tried to change it and it has broken the whole system :(. Therefore, I think I need to come up with an idea of transferring the data between the front-end event with the system.

To aim:
- Finish the planner design on Friday 08/04/2011
- Fix others in Logger on next Monday

Then,
- Learn the study design mechanism
- Finish the study preparation till the end of next week 15 April 2011

Then,
- Start the experiment from 18 April 2011

2 comments:

  1. Thanks for the update Henry.

    I do not understand the problem with the planner. What is it that you call the title?

    It might be easier to discuss this in voice.

    ReplyDelete
  2. In the planner, the css event's title at the moment is the event's energy consumption, which is used for displaying the energy amount when we hover over the specific event in the front end.

    However, in the backend (javascript), this event's title has also been used to transfer the energy consumption. So, the event's title looks like a middle tool, which use to transfer the event's energy.

    ReplyDelete