-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevlog.txt
159 lines (108 loc) · 4.83 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
Softlocked Ducks: Eric Guo, Michael Borczuk, Yoonah Chang, Josephine Lee
SoftDev
P01 -- Break Portal Devlog
2021-12-23
ericG, michaelB, josephineL, yoonahC -- 2021-12-08 19:34
Created design document, made site map and component map.
yoonahC -- 2021-12-09 22:01
Added heading to devlog and added API routing to component map.
ericG -- 2021-12-09 11:06
Added HTML templates to design doc.
josephineL -- 2021-12-09 23:07
Revised design document by adding Python and APIs to the component map.
yoonahC -- 2021-12-10 08:57
Added heading to devlog
yoonahC -- 2021-12-10 09:02
Edited requirements.txt
michaelB -- 2021-12-10 09:11
Add launch codes to the readme file.
josephineL -- 2021-12-10 09:22
Updated roles in read.me; changed NASA API to Harvard Art Museums in design doc. Collected API links and keys.
michaelB -- 2021-12-12 16:22
Add initial code for login, create, and break pages (copied from P0).
ericG, michaelB, josephineL, yoonahC -- 2021-12-13 09:26
Set up the base style for the entire site, must flush out bootstrap
Troubleshooting login, mostly done, some bugs still
ericG -- 2021-12-14 09:04
Styled buttons and textboxes with bootstrap
josephineL -- 2021-12-14 09:20
Started to set up joke API, installed joke API python wrapper
yoonahC -- 2021-12-14 09:22
Worked on timer.html backend and frontend portion.
ericG -- 2021-12-15 08:46
Worked on error message bars
Fixed error when opening home page
michaelB -- 2021-12-15 08:46
Fix bug with urllib.request; start authentication with Spotify.
yoonahC -- 2021-12-15 15:48
Fixed bug in login.html and register.html to display form boxes in center of screen.
michaelB -- 2021-12-16 09:04
Set up authentication with the Spotify API, and successfully obtained a response.
josephineL -- 2021-12-16 09:19
Started linking fun facts API.
yoonahC -- 2021-12-16 09:25
Worked on timer.html and added/edited its CSS page.
yoonahC -- 2021-12-17 09:23
Worked on timer.html. Mocked up break.html.
josephineL -- 2021-12-17 09:24
Started linking kanye rest API.
michaelB -- 2021-12-17 12:12
Set up logging into Spotify account to play music.
josephineL -- 2021-12-20 09:22
Started linking inspirational quotes API.
yoonahC -- 2021-12-20 09:26
Edited break.html to add components and changed breakstyle.css
ericG -- 2021-12-20 09:26
Commented out all Spotify code as it was breaking stuff
michaelB -- 2021-12-20 10:05
Remove all Spotify API calls, as we are not using it anymore.
michaelB -- 2021-12-20 19:49
Add preliminary timer to timer page.
michaelB -- 2021-12-21 09:09
Simplify timer to make it only show minutes; fix bug in break page that was causing it to not render the name.
yoonahC -- 2021-12-21 09:25
Edited break page to have carousel and collapse button feature.
ericG -- 2021-12-21 09:26
Styled timer and made a better landing page
josephineL -- 2021-12-21 09:26
Linked fun facts to break.html. Started linking Harvard Art Museums.
michaelB -- 2021-12-21 19:21
Integrate timer with database to avoid setting a time for all users.
josephineL -- 2021-12-22 09:24
Moved fun fact to break page with button dropdown.
yoonahC -- 2021-12-22 09:26
Added components to break page including buttons/features for inspirational quotes, fun facts, and button to redirect back to home page.
michaelB -- 2021-12-22 11:59
Linked KanyeWestQuotes API to home page. Will move to break page later.
ericG -- 2021-12-22 09:26
Created about page, changed the design of home layout, made more buttons. Buttons good.
josephineL -- 2021-12-23 09:10
Moved KanyeWestQuotes API to break page and made card for it.
ericG -- 2021-12-23 09:17
Spent most of my time fixing merge errors, then worked on styling timer more
michaelB -- 2022-01-01 15:15
Linked Harvard Art Museums to break page, added images to carousel. Fix bug in timer with negative times.
ericG -- 2022-01-03 00:42
Styled timer page to be the same as the rest of the site, might add some pictures or something
yoonahC -- 2022-01-03 09:24
Fixed errors in break.html and centered buttons.
josephineL -- 2022-01-03 09:25
Fixed API keys and updated about page (font size, grammar, etc).
ericG -- 2022-01-03 09:26
Styled timer properly and added humor. Added humor and personality to about page.
ericG -- 2022-01-03 11:35
Couldn't push earlier, very annoyed but merge fixed hopefully. Note: 10 minutes later- I also added an error box for when they put negative time.
josephineL -- 2022-01-03 15:10
Added docstrings to __init__.py.
michaelB -- 2022-01-03 19:44
Add timer to break page.
yoonahC -- 2022-01-04 09:12
Edited break.html to center and edit number of minutes left of your break.
yoonahC -- 2022-01-04 09:21
Edited home.html to center text.
ericG -- 2022-01-04 09:24
Fixed various visual inconsistencies
josephineL -- 2022-01-04 11:13
Got new API key; added try except blocks.
josephineL -- 2022-01-04 20:19
Updated design doc by redoing component map and updating description and APIs used, etc.