Skip to content

Feat/angular roadmap #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
81d748a
feat: setup new shell component specifically for the roadmap view
dokolyski Mar 27, 2025
4dd6c37
feat: use vflow instead of swimlane, fill the whole workspace with ro…
dokolyski Mar 28, 2025
a30907e
feat(client): implement parsing list of nodes into the layout structure
dokolyski Apr 1, 2025
e6dbb19
feat(client): construct cluster nodes
dokolyski Apr 3, 2025
8ba9e29
feat(client): parse cluster nodes into the result structure, implemen…
dokolyski Apr 3, 2025
66e777f
feat(client): uninstall ngx-vflow
dokolyski Apr 4, 2025
6dfc1f8
feat(client): improve layout, add secondary arrows
dokolyski Apr 4, 2025
eb4db9f
feat(client):appended svg pan initialisation and customised buttons
DamianBrzezinskiHoA Apr 10, 2025
43ecc0f
feat(client): create an initial roadmap json
dokolyski Apr 26, 2025
268958c
chore: resolve pnpm-lock conflicts
dokolyski Apr 26, 2025
a86ce37
feat: refactor roadmap components and consolidate UI logic
May 16, 2025
d2d7a16
feat: restore svg-based approach for horizontal connections but with …
May 19, 2025
16fc308
refactor: update comment to clarify offset calculation context
May 19, 2025
2bdb1e5
feat: handle pan to selected node based on query param
May 20, 2025
765abfd
feat: add roadmap contracts library and extract util function for bui…
May 20, 2025
215d453
feat(client): roadmap domain removed wrongly placed slugs
DamianBrzezinskiHoA May 26, 2025
4bb6a10
feat(client): refactored roadmap component, replaced svg pan lib with…
DamianBrzezinskiHoA Jun 5, 2025
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
8 changes: 8 additions & 0 deletions apps/blog/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@
"description": "From now on you will be up to date with all the information we will make available on the blog.",
"button": "Return to the home page"
},
"roadmapPage": {
"roadmapControls": {
"zoomInRoadmapButton": "Zoom in roadmap",
"restoreRoadmapViewButton": "Restore roadmap default view",
"restoreRoadmapZoomButton": "Restore roadmap original zoom",
"zoomOutRoadmapButton": "Zoom out roadmap"
}
},
"notFoundPage": {
"title": "404",
"description": "It seems like you've lost your way. The page you provided does not exist or the link has expired and is no longer available.",
Expand Down
8 changes: 8 additions & 0 deletions apps/blog/src/assets/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
"description": "Od teraz będziesz na bieżąco ze wszystkimi informacjami jakie będziemy udostępniać na blogu.",
"button": "Powrót na stronę główną"
},
"roadmapPage": {
"roadmapControls": {
"zoomInRoadmapButton": "Przybliż roadmapę",
"restoreRoadmapViewButton": "Przywróć domyślny widok roadmapy",
"restoreRoadmapZoomButton": "Przywróć domyślne powiększenie roadmapy",
"zoomOutRoadmapButton": "Oddal roadmapę"
}
},
"notFoundPage": {
"title": "404",
"description": "Wygląda na to, że zgubiłeś drogę. Strona, której szukasz, nie istnieje lub link wygasł i jest już niedostępny.",
Expand Down
1 change: 1 addition & 0 deletions apps/blog/src/assets/icons/circle-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/blog/src/assets/icons/zoom-in.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/blog/src/assets/icons/zoom-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/blog/src/assets/icons/zoom-reset.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading