Skip to content

Commit

Permalink
weekly report #17 (#290)
Browse files Browse the repository at this point in the history
- fixed reference for DOM-class-visualization
- draft for weekly report 17

---------

Co-authored-by: Carson McManus <[email protected]>
  • Loading branch information
Victor-M-Giraldo and dyc3 authored Feb 15, 2024
1 parent 31942e1 commit ee4f45f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
Binary file added figures/sprint-screenshots/Sprint21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion visualization-design.typ
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The visualization serves a dual purpose: To communicate the functionality of the
#figure(
image("figures/vis/DOM-class-visualization.svg"),
caption: "Class Diagram Explaining How a Component using React and D3.js is Rendered to the DOM"
)
) <Figure::DOM-class-visualization>

== Hosting

Expand Down
30 changes: 30 additions & 0 deletions weekly-reports.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

#import "lib/misc.typ": github

== Week Report 17 (2/15/2024) <report-w17>

*What we did this week*
- Completed: Add Monolith Discoverer that works for any dns server ("dyc3/opentogethertube", 1239)
- Completed: Add datsource package ("dyc3/opentogethertube", 1300)
- Completed: Restructure `ott-vis` to allow for multiple visualizations #github("dyc3/opentogethertube", 1281)
- Completed: Update `GlobalView` to use `SystemState` for rendering #github("dyc3/opentogethertube", 1286)
- Completed: Add `RegionView` to `ott-vis` #github("dyc3/opentogethertube", 1252)
- Completed: Have the balancer handle websocket pings #github("dyc3/opentogethertube", 1320)

*Tasks for next week*
- Continue to manually test load balancer for bugs
- Delayed: Add command line flags to both the monolith and balancer to validate their configs and exit #github("dyc3/opentogethertube", 1296) #github("dyc3/opentogethertube", 1297)
- Delayed: Add tests for malformed websocket packets #github("dyc3/opentogethertube", 1206)
- Delayed: Make the monolith polling interval configurable #github("dyc3/opentogethertube", 1295)

*Figures Updated*
- Added: @Figure::balancer-channels-client-monolith
- Updated: @Figure::monolith-discoverers
- Added: @Figure::malformed-websocket-test-sequence
- Added: @Figure::monolith-id-sequence
- Added: @Figure::DOM-class-visualization
- Updated: @Figure::panel-internal-class

#figure(
image("figures/sprint-screenshots/Sprint21.png"),
caption: "Screenshot of Sprint 21."
) <Figure::Sprint21>


== Week Report 16 (2/8/2024) <report-w16>

*What we did this week*
Expand Down

0 comments on commit ee4f45f

Please sign in to comment.