Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0fe152f
feature/MIG-507-layout-analysis - initial script and html file
Svit93 May 20, 2026
2d1ee74
feature/MIG-507-layout-analysis - rename and extend with template pag…
Svit93 May 21, 2026
73fd02c
feature/MIG-507-layout-analysis - WIP improvements to index.html
Svit93 May 21, 2026
87f4756
Merge branch 'refs/heads/main' into feature/MIG-507-layout-analysis
Svit93 May 21, 2026
619fe36
feature/MIG-507-layout-analysis - Slight restructure of the layout an…
Svit93 May 22, 2026
39071f4
feature/MIG-507-layout-analysis - Refactor and simplify
Svit93 May 22, 2026
446ef13
feature/MIG-507-layout-analysis - Formatting
Svit93 May 22, 2026
b5d396c
feature/MIG-507-layout-analysis - bug fixes and improvements
Svit93 May 22, 2026
2e3a782
Merge branch 'main' into feature/MIG-507-layout-analysis
Svit93 May 25, 2026
9b97c08
feature/MIG-507-layout-analysis - manual reviewing and refactoring
Svit93 May 25, 2026
ddfa546
feature/MIG-507-layout-analysis - manual reviewing and refactoring #2
Svit93 May 25, 2026
f5159b7
feature/MIG-507-layout-analysis - fixes
Svit93 May 25, 2026
04e748d
feature/MIG-507-layout-analysis - types for index.html
Svit93 May 26, 2026
c6a8706
feature/MIG-507-layout-analysis - refactor index.html
Svit93 May 26, 2026
f6178e6
feature/MIG-507-layout-analysis - refactor index.html #2
Svit93 May 26, 2026
a1dcc2e
feature/MIG-507-layout-analysis - improvements to visuals, similarity…
Svit93 May 27, 2026
a7097ed
feature/MIG-507-layout-analysis - Visual updates + whole list of curr…
Svit93 May 27, 2026
1c84116
feature/MIG-507-layout-analysis - Renaming
Svit93 May 27, 2026
9fe55e7
feature/MIG-507-layout-analysis - Slight refactors
Svit93 May 27, 2026
bb01c46
feature/MIG-507-layout-analysis - Add threshold slider and grouping s…
Svit93 May 28, 2026
4ffde17
feature/MIG-507-layout-analysis - tooltips for proximity groups and o…
Svit93 May 28, 2026
f6b2e7f
feature/MIG-507-layout-analysis - better formatted json printing
Svit93 May 28, 2026
d578910
feature/MIG-507-layout-analysis - rework - move similarity and proxim…
Svit93 May 29, 2026
b5613ae
feature/MIG-507-layout-analysis - better slider UX
Svit93 May 29, 2026
c783fd3
feature/MIG-507-layout-analysis - refactor & cleanup
Svit93 May 29, 2026
db6432c
feature/MIG-507-layout-analysis - refactor & cleanup #2
Svit93 May 29, 2026
c2b0a49
feature/MIG-507-layout-analysis - refactor & cleanup #3
Svit93 May 29, 2026
88494d3
feature/MIG-507-layout-analysis - refactor & cleanup #4
Svit93 May 29, 2026
c1a1e3e
feature/MIG-507-layout-analysis - better handling of orphan and virtu…
Svit93 May 29, 2026
2d0b0ec
feature/MIG-507-layout-analysis - slight refactor
Svit93 Jun 1, 2026
9468e25
feature/MIG-507-layout-analysis - unique template and page ids in web…
Svit93 Jun 1, 2026
24f8d06
feature/MIG-507-layout-analysis - page size info available
Svit93 Jun 1, 2026
53995a9
feature/MIG-507-layout-analysis - rework so that the index.html works…
Svit93 Jun 2, 2026
75ff07f
feature/MIG-507-layout-analysis - refactoring and cleanup after json …
Svit93 Jun 2, 2026
c6df624
feature/MIG-507-layout-analysis - fix the csv reload issue
Svit93 Jun 2, 2026
4ddca41
feature/MIG-507-layout-analysis - formatting
Svit93 Jun 2, 2026
a737034
feature/MIG-507-layout-analysis - revert gitignore
Svit93 Jun 2, 2026
00f6b33
Merge branch 'main' into feature/MIG-507-layout-analysis
Svit93 Jun 2, 2026
3efa909
feature/MIG-507-layout-analysis - layout/index.html that visualizes c…
Svit93 Jun 2, 2026
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

### Added

- layout/index.html that visualizes csv data of `Export Areas` script. It calculates similarity, suggests merged areas
and groups similar templates and pages together as potential based template candidates. Has several options to adjust
the results.

### Changed

- Unify dependency version under a single catalogue
Expand Down
Loading
Loading