Difference between revisions of "Team:Hong Kong UCCKE/Notebook"

Line 43: Line 43:
 
subDomainTextFormat: "%d",
 
subDomainTextFormat: "%d",
 
weekStartOnMonday: false,
 
weekStartOnMonday: false,
 +
legendVerticalPosition: "center",
 +
legendHorizontalPosition: "right",
 +
legendOrientation: "vertical",
 +
onClick: function(date, nb) {
 +
$("#onClick-placeholder").html("You just clicked <br/>on <b>" +
 +
date + "</b> <br/>with <b>" +
 +
(nb === null ? "unknown" : nb) + "</b> items"
 +
);
 +
}
  
 
});
 
});
Line 50: Line 59:
  
  
 
+
<div id="onClick-placeholder"></div>
  
  

Revision as of 23:56, 10 August 2016

Document the dates you worked on your project.

What should this page have?
  • Chronological notes of what your team is doing.
  • Brief descriptions of daily important events.
  • Pictures of your progress.
  • Mention who participated in what task.
Inspiration

You can see what others teams have done to organize their notes: