-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagendas.html
More file actions
410 lines (373 loc) · 23.8 KB
/
agendas.html
File metadata and controls
410 lines (373 loc) · 23.8 KB
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<link rel="icon" type="image/png" href="icon.png"/>
<meta name="description" content="RIT SWEN Senior Project 2025/26">
<meta name="author" content="Ursula Parker">
<link rel="stylesheet" href="styles.css">
<title>SUDA</title>
</head>
<body>
<header>
<h1 id="header"><a href="index.html">SUDA</a></h1>
</header>
<nav class="navbar">
<div class="nav-wrapper">
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li><a href="index.html">About</a></li>
<li><a href="agendas.html">Agendas</a></li>
<!-- Artifacts Dropdown Trigger -->
<li>
<a class="dropdown-trigger" href="#!" data-target="artifacts-dropdown">Artifacts<i class="material-icons right">arrow_drop_down</i></a>
</li>
<li><a href="https://docs.google.com/spreadsheets/d/1SmlgUW2NazQIRDLOZsXSpxkHzpVhdG1SXfIv95ktsuM/edit?usp=sharing" target="_blank">Timecards</a></li>
<li><a href="https://drive.google.com/drive/folders/1xZs9pSO5Ch8g6LkIbjdasNg3DvFzMYKe?usp=sharing" target="_blank">Research</a></li>
<!-- Marketing Dropdown Trigger -->
<li>
<a class="dropdown-trigger" href="#!" data-target="marketing-dropdown">Marketing<i class="material-icons right">arrow_drop_down</i></a>
</li>
</ul>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="https://github.com/SUDA-Start-Up-Dementia-Assistance/StartUp" target="_blank">Repository</a></li>
</ul>
</div>
</nav>
<!-- Artifacts Dropdown Structure -->
<ul id="artifacts-dropdown" class="dropdown-content">
<li><a href="https://docs.google.com/presentation/d/1EeqWYmOjIAGKa4WwglmALyC7lVEQEHk6/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">Inception Deck</a></li>
<li><a href="https://docs.google.com/document/d/162TJvO8FJ53im9C_2z5B18xJG94JUxNymLRMedq8Yxo/edit?usp=sharing" target="_blank">Competitive Analysis</a></li>
<li><a href="https://lucid.app/lucidchart/af64c7f4-0f31-4483-a2fd-8023ab423ad6/edit?viewport_loc=93%2C87%2C1908%2C1024%2C0_0&invitationId=inv_5ae86cff-de0c-4131-aee1-ca53159f7deb" target="_blank">Domain Model</a></li>
<li><a href="https://www.figma.com/design/XDzg7i2uyOf6IdRK4TfsiA/SUDA?node-id=0-1&t=fQBoS2v6tQACb8Ag-1" target="_blank">Figma</a></li>
<li><a href="https://docs.google.com/document/d/1VNeQD3l7CK_XG5bBXv3bJTksfrNcgIfyVB-28r0YVXs/edit?usp=sharing" target="_blank">Project Plan</a></li>
<li><a href="https://docs.google.com/document/d/1VCBfNlzJfj-StVY7n58T73c9kxAuhXPwekefGpjeYJU/edit?usp=sharing" target="_blank">Development Methodology</a></li>
</ul>
<!-- Marketing Dropdown Structure -->
<ul id="marketing-dropdown" class="dropdown-content">
<li><a href="https://docs.google.com/presentation/d/1fzsdievuSJaUj_ZO7CsDNfwLUaaynzEQ1Z8RuOTUx_4/edit?usp=sharing" target="_blank">Pitch Deck</a></li>
<li><a href="https://drive.google.com/file/d/1ZrZkAtvvoE_oTlAch-eSrqORPsgpUkCh/view?usp=sharing" target="_blank">Project Importance Video</a></li>
</ul>
<!-- END OF BOILERPLATE -->
<div id="main">
<h1 class="title-text">Weekly Agendas</h1>
<div class="row">
<!-- 4/14 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">4/14/2026</span>
<p class="custom-card-desc">We discussed handoff to the next team and what user and developer documentation will look like. We also discussed the upcoming meeting/product demo with St. Ann's.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1yqASGiyhlF0vanTBgzHoFcNZcPF_wHWmdss-bJ2NE0c/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1DIZXQremeyu-S231m5hQ_t9ZFsJua9Xv/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 4/7 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">4/7/2026</span>
<p class="custom-card-desc">We discussed the final results video as well as our poster. We also discussed getting the newest version of the app working on our sponsor's Mac.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1WD72U8TYDRaihHOMEUWg_w8zQo5gYbD3KBwA1Ohl-_g/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1fKVvaVmt5ODJrs5EAl61uqMUlJrNTfc8/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 3/31 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">3/31/2026</span>
<p class="custom-card-desc">We discussed our current progress of Sprint 8 and ensured we had all necesary features in before code freeze. We helped get the app set up on the sponsor's computer.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1gIBRi4UwX-v_lAs1OsRX0ImFbD6rRwpMZRVJjGwkklg/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1gviqtsvQo0FhXyO3y1v5MS2xXhihDe8M/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 3/24 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">3/24/2026</span>
<p class="custom-card-desc">We discussed our upcoming presentation at Open House. We also discussed distribution of versions to the sponsor and people at St. Ann's.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1ZSg2NTKWPq6ncmNZr8DpnR_VNAuWH_S-OHuqbRLQEcg/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1Tq2KoLJhWN8SV_U13Sl4AIfBC21sOpZv/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 3/17 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">3/17/2026</span>
<p class="custom-card-desc">We showed a demo of the product using the Raspberry Pi and allowed the sponsor and coach to test out functionality for themselves.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1UD7UokFImY_OkZEPl4nt5b8LPLsBA3otjAaDxMK3pb4/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1PBp04itmXJgicFkWDIciHj8v5gK3WNCm/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 3/3 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">3/3/2026</span>
<p class="custom-card-desc">We did our midterm review and discussed what we will be demoing for sprint 7. We also discussed setting up our application on Raspberry Pi hardware for an initial beta test.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1aaqjW_geh2xO41ZDy6m5UL8WHYbodLE_TeOYKlKAsj4/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1B4o36UIPmPNmQWhE_1CXLlEVyrdQEwYW/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 2/24 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">2/24/2026</span>
<p class="custom-card-desc">We gave a demo of Sprint 6 and discussed possible logistics for initial beta testing.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/19mhFm_vDIPpW2tEyMJ9dKbNY2c7PpR5w9MslEzdWzSY/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1L_8uzJtRaEWvuH28eUZiEOEKVSYPjghI/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 2/17 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">2/17/2026</span>
<p class="custom-card-desc">We discussed our meeting with Lifespan, and discussed our plans for the upcoming sprint.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1hnkcsS5jpVsRQAkUWegZUvCZStuOJtLz3jb64usgwVs/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1p5CnurmsZM9lI8kGw9JkA7v_CE9rgpaq/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 2/10 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">2/10/2026</span>
<p class="custom-card-desc">We did a demo of Sprint 5, showcasing the caregiver's web UI and user manual.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1lxiNuS8sMJVsZ2rRkhZuOPXU5tzxOqrA7pXkz3xXbu4/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1WwMQpPKyZk-t-a4ZYvlqFwNdDRNPOZPS/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 2/3 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">2/3/2026</span>
<p class="custom-card-desc">We discussed getting started with amazon web services for long-term hosting, and the possibility of another meeting with Lifespan.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1HVIr4cmv9qKsvb6y-HcwkXHlWtPmRhDF8E38QF8lkJg/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1xQ1p2kPaGgvkJKv10ZE74OfzJm8CFteR/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 1/27 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">1/27/2026</span>
<p class="custom-card-desc">We discussed our plans for the upcoming semester, as well as gave a demo of our current product.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1LJ3AToNkdU4nIY-BZy67CuKiF7r0GprxYAtm6N_Hq84/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1HpSnYdgyxOrQCm5wrXD8_Hr2L3GhO2-e/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 11/25 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">11/25/2025</span>
<p class="custom-card-desc">We discussed our current Swagger API docs as well as our plans for the upcoming video demo, final video, and presentation.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1Ek7r_HZrLoWclaQdDUPOSSOKj9Y6Ku58l_5QNtpcgPI/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1YcNzxgF1dRKq6mUJyGTzIgDcl2_OQpoB/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 11/18 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">11/18/2025</span>
<p class="custom-card-desc">We gave a quick demo, and discussed the screens that we will be producing before the semester ends.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1ph9uiwDGmYPb7nllZ-kxTQMdoEEVGZYus5DrPBy4tCs/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1wxjo2adtnHsLEeNHQ-5X_ALhA5XJx3Ay/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 11/11 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">11/11/2025</span>
<p class="custom-card-desc">We discussed our scrum board and iterative design strategy for Sprint 2</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1ZtcfHVIvpYZKeod4tgjGm18XOiBZgynoioLpCzMWTgs/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1U0HKHnZtdJNmhEjO3HWRfP8CKNDtYmg_/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 11/4 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">11/4/2025</span>
<p class="custom-card-desc">We gave a demo of our sprint 1 and discussed sponsor satisfaction.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/112OOS6_hPcFgwQiE1IxNyV9oxFtkRStfIg1MYQs5tY4/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1JG_SG_QxOXrcCMdc9gQ0T5mAUo942zqT/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 10/28 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">10/28/2025</span>
<p class="custom-card-desc">We discussed our initial tech stack, progress on Sprint 1, and watched our marketing video.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1dZ8WpbKM8D5j0Lx2vQGwvyw5Bytr0mziMqGVpJtT-38/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1jltYbrAM2isxt-zJ0AG8JA0VmaZxgk25/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 10/21 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">10/21/2025</span>
<p class="custom-card-desc">We discussed our Sprint 0 and discussed our user stories.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1gWrAFYaAED4i3pXBS3TszfKQxrcaiCwa3iy_ypSZo8U/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1Vsm3J0hoQWIjjguvNQgLxhAztr5D_2Cr/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 10/7 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">10/7/2025</span>
<p class="custom-card-desc">We discussed architecture updates and went over our midterm review.</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1sDDMwH3imdzGSIwI6TAPyJkOEjDGMBWG59na_3da_CQ/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1aNb3tMywU6TnxUu7hhaSdDRyvleHmoKx/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 9/30 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">9/30/2025</span>
<p class="custom-card-desc">We met with Lifespan!</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1EM9l7zeaIFqpoTdRgdKKbU2nInACypyZbvD-38amYpc/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/143daCJCqgU0czK0tUo_4YLoLCCnaJecn/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 9/23 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">9/23/2025</span>
<p class="custom-card-desc">We reviewed our figma and initial epics</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1TDOXF62XW8qf3Ke6saBX9c_lqdOjtsM_ZZNq2l0Foe8/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1V-Rz0HWTxL79WIA__fhwdpjgX3tLyjBI/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 9/16 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">9/16/2025</span>
<p class="custom-card-desc">We reviewed our high-level domain model and inception deck to get more into project specifics</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1K9wfXzYvyo3jsTb6c0JQmVJ4WpjIS0Gw6_ZMjngCejA/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1rWxeBI9cxBfAefDICngpXCz5PvElWWwd/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 9/9 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">9/9/2025</span>
<p class="custom-card-desc">We got into the inception deck and a more detailed description of the project</p>
</div>
<div class="card-action custom-actions">
<a href="https://docs.google.com/document/d/1PPvxWxKGwgTbbXbma5WNyKUNx4aJeOJXEmdWOHzbCdk/edit?usp=sharing" target="_blank">Agenda</a>
<a href="https://docs.google.com/document/d/1SPfwiC4BLitySLp_D71w9BdUk23Q8WdQ/edit?usp=sharing&ouid=110322847120320164029&rtpof=true&sd=true" target="_blank">4-up</a>
</div>
</div>
</div>
<!-- 9/2 -->
<div class="col s12 m12">
<div class="card custom-card">
<div class="card-content">
<span class="card-title custom-title">9/2/2025</span>
<p class="custom-card-desc">Our first meeting, discussing the basic idea of the project</p>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="page-footer" style="padding: 0px;">
<p style="text-align: center; color:gray; padding: 3px;">
© 2025 RIT SWEN
</p>
</footer>
<!-- Dropdown Initialization -->
<script>
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.dropdown-trigger');
M.Dropdown.init(elems, {
constrainWidth: false,
coverTrigger: false,
alignment: 'left',
container: document.body
});
});
</script>
</body>
</html>