-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevlog.txt
126 lines (89 loc) · 3.09 KB
/
devlog.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
tamiT -- 2022-05-27 07:58
- Added reach goals to DD
lieselW -- 2022-05-27 8:30
- Edited design doc
emmaB -- 2022-05-27 08:12
- Added canvas to index
shyneC -- 2022-05-27 08:22
- Added to project description
shyneC -- 2022-05-27 08:29
- Added routing to and blank login.html
emmaB -- 2022-05-27 08:29
- Added static files
tamiT -- 2022-05-27 08:30
- Added database tables
- Added create/find user and attempt login functions
emmaB -- 2022-05-27 08:39
- Added to login
shyneC -- 2022-05-31 08:12
- Added register template
shyneC -- 2022-05-31 08:31
- Started login/register
tamiT -- 2022-05-31 08:40
- Added pixel upsert into canvas table function
- Added unique username requirement
emmaB -- 2022-05-31 10:44
Started creating navbar base file
emmaB -- 2022-05-31 14:34
Fixed padding issues in navbar kind of
emmaB -- 2022-06-01 08:33
Added base file to easily add navbar to html files
tamiT -- 2022-06-01 08:40
- Added login functionality
- Updated launch codes
lieselW -- 2022-06-01 8:40
- Websockets research
shyneC -- 2022-06-02 08:24
- Specific way of choosing color on design doc
emmaB -- 2022-06-02 08:36
Can draw on canvas and change color
lieselW -- 2022-06-02 8:40
- Websockets with Tami
tamiT -- 2022-06-02 08:40
- Researched WebSockets with Liesel
- Added basic WebSocket code for broadcasting messages entered by clients
emmaB -- 2022-06-02 11:10
Started the toggling process of when you can draw on the canvas
shyneC -- 2022-06-02 18:40
- Made pixels snap to grid
- Added time restriction to drawing on canvas (10 seconds)
emmaB -- 2022-06-03 08:37
- Changed links in the navbar
- Added css to index to format the buttons nicely
- Started adding new colors for buttons
shyneC -- 2022-06-03 08:40
- fxn to check for loggedin (readability + future use)
tamiT -- 2022-6-03 08:40
- Continued WebSockets research
- Added template code for WebSockets
emmaB -- 2022-06-03 13:07
- Added colors to buttons and more css
tamiT -- 2022-06-06 08:40
- Added function to update database with pixel data sent from client
- Worked on function to prefill canvas with pixel information from database
emmaB -- 2022-06-07 08:28
Added different colored background colors for buttons
Hovering on button darkens color
lieselW -- 2022-06-08 5:40
- Worked on how to
emmaB -- 2022-06-07 11:46
Displays the color of the potential pixel after selecting it on index
emmaB -- 2022-06-08 08:12
Edited navbar to look slightly better (no text decoration and hovering effect)
emmaB -- 2022-06-08 08:37
Site displays message during 10 second pause for drawing
tamiT -- 2022-06-08 21:17
- Added edit route
- Fixed sockets
- Edit route gets/sets pixel info in database, also updates info through sockets to live reload for index route
shyneC -- 2022-06-09 12:35
- changed edit on nav bar to go to edit page
- added how-to to home page
lieselW -- 2022-06-09 13:20
- Worked on how to doc
shyneC -- 2022-06-09 14:17
- fixed checkTime()
shyneC -- 2022-06-09 15:56
- fixed NO DRAWING banner
emmaB -- 2022-06-09 18:17
Added more colors