Difference between revisions of "Team:WashU StLouis/Notebook"

m
m
Line 552: Line 552:
 
     acc[i].onclick = function(){
 
     acc[i].onclick = function(){
 
         this.classList.add("selected-date");
 
         this.classList.add("selected-date");
         for (j = 2; j < 5; j++) {
+
         for (j = 0; j < acc.length; j++) {
 +
            console.log(j)
 
             if ( this!=acc[j] ) {
 
             if ( this!=acc[j] ) {
 
                 acc[j].classList.remove("selected-date");
 
                 acc[j].classList.remove("selected-date");

Revision as of 23:34, 21 June 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:

June
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
July
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
August
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
September
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30
October
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
1 / 3


Stuff that happened on day 1

Caption One
2 / 3


Stuff that happened on day 2

Caption Two
3 / 3


Stuff that happened on day 3

Caption Three