Skip to content
Merged

Dev #49

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog.d/+network-diagram.changed.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
- Added an interactive scenario network diagram and richer challenge review
context, including participant guidance, organizer details, and related systems.
- Scenario synchronization now uses canonical pack titles and network membership.
- Simplified topology to a compact, automatically laid-out subnet and host
diagram, and removed the redundant topology tables.
- Streamlined revision navigation by removing schedule, evidence, scoring,
comments, and decisions tabs, and removed challenge readiness scoring.
- Added authenticated password changes to the profile page.
- Treats source-implemented, automated-proven, and participant-proven SDL
challenges as implemented during synchronization.
16 changes: 16 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@dagrejs/dagre": "^3.0.0",
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@tanstack/react-query": "^5.62.7",
Expand Down
Loading
Loading