Commit a637afb
authored
feat: Screenshots endpoint (#1160)
Added /screenshots endpoint (used for consent-banner analysis)
Screenshot is created using scrape jobs. Scrape results include
* 4 screenshots (Desktop/WithBanner, Desktop/WithoutBanner, Mobile/WithBanner, Mobile/WithoutBanner)
* scrapeJson file containing dimensions of content-banner if it was detected1 parent 00a571d commit a637afb
File tree
12 files changed
+1244
-201
lines changed- .vscode
- docs
- openapi
- src
- controllers
- routes
- test
- controllers
- routes
12 files changed
+1244
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
This file was deleted.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
0 commit comments