Skip to content

Commit

Permalink
Weekly report 20 (#329)
Browse files Browse the repository at this point in the history
- Changed figures script isn't working for me. Will try again on laptop.
- Changed one of the sprint screenshots to be on the same project view
as the others.
- Draft for weekly report 20. Will continue to update.

---------

Co-authored-by: Carson McManus <[email protected]>
  • Loading branch information
Victor-M-Giraldo and dyc3 authored Mar 7, 2024
1 parent 75fa734 commit 81d5565
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
Binary file modified figures/sprint-screenshots/Sprint23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/sprint-screenshots/Sprint24.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: 2 additions & 0 deletions main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Document rendered on #datetime.today().display()
#pagebreak()
#include "visualization-design.typ"
#pagebreak()
#include "testing.typ"
#pagebreak()

#metadata("!glossary:disable")
#glossary("glossary.yaml")
Expand Down
10 changes: 10 additions & 0 deletions testing.typ
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
= Testing

This section contains diagrams for miscellaneous tests.

== Smoke test: Make sure `ott-vis-datasource` makes an outbound HTTP request

#figure(
image("figures/vis/visualization-datasource-smoketest-sequence.svg", width: 80%),
caption: [Sequence diagram showing the smoke test for `ott-vis-datasource`]
) <Figure::visualization-datasource-smoketest-sequence>
25 changes: 25 additions & 0 deletions weekly-reports.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

#import "lib/misc.typ": github

== Week Report 20 (3/7/2024) <report-w20>

*What we did this week*
- Completed: Add config in dns discoverer to overwrite dns server to Chris #github("dyc3/opentogethertube", 1337)
- Completed: Fix message parsing error #github("dyc3/opentogethertube", 1339)
- Completed: Add preview failure when requesting youtube channel #github("dyc3/opentogethertube", 1447)
- Completed: Fix permissions in permanent rooms not saving #github("dyc3/opentogethertube", 1410)
- Completed: Elevator Pitch Outline
- Delayed: Make Balancer IDS constant from the perspective of monoliths #github("dyc3/opentogethertube", 1338)
- Delayed: Make monolith discovery polling interval configurable #github("dyc3/opentogethertube", 1295)

*Tasks for next week*
- Continue to manually test load balancer for bugs
- Integrate Zod for HTTP request validation #github("dyc3/opentogethertube", 1385)
- Adjust the visualization to handle a larger number of rooms better #github("dyc3/opentogethertube", 1423)
- Add legend to `ott-vis-panel` describing what each node means #github("dyc3/opentogethertube", 1427)
- Make the load balancing algorithm configurable #github("dyc3/opentogethertube", 1294)
- Brainstorm visualization node layouts

*Figures Updated*
- Added: @Figure::visualization-datasource-smoketest-sequence
- Updated: @Figure::full-package-diagram
- Updated: @Figure::service-discoverers
- Updated: @Figure::visualization-balancer-datasource-sequence

== Week Report 19 (2/29/2024) <report-w19>

*What we did this week*
Expand Down

0 comments on commit 81d5565

Please sign in to comment.