Skip to content
Merged
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

### Changed — Real PDF links in Vosnæs hearing detail mock (deltag-aarhus)
- The four materials in the Vosnæs prototype (`mocks/index.html`) now link to the actual public PDFs (Forslag til Lokalplan nr. 1237, Miljøvurderingsrapport, Ikke-teknisk resumé, Forslag til §25-tilladelse), opening in a new tab. The lokalplan preview modal's "Åbn på ny side" and "Download PDF" buttons point at the live `plandata.dk` document.

### Added — AI Bibliotek Project
- Prototype for a shared library where Danish public authorities publish and "hjemtage" (take home) AI assistants — initially OpenWebUI-based — so local use cases can scale nationally
- Single-page mock adapted from the Dansk Viden til Dansk AI SPA: self-signup, katalog with search and facets (kommune, sprogmodel, rammeværk, datafølsomhed), assistant detail with modelkort/readme/vidensopskrift and versioned JSON export, plus a "del assistent" flow — `localStorage` backend, teal primary color
Expand Down
10 changes: 5 additions & 5 deletions docs/public/projects/deltag-aarhus/mocks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,21 @@ <h2 class="materials__heading">Materialer (4)</h2>
<i class="fa-solid fa-file-pdf materials__item-icon" aria-hidden="true"></i>
</span>
</a>
<a href="#" class="materials__item">
<a href="https://dagsordener.aarhus.dk/vis/pdf/bilag/2ef267ef-a625-4115-87bf-abd1a50049d8/?redirectDirectlyToPdf=false" class="materials__item" target="_blank" rel="noopener">
<span class="materials__item-name">Miljøvurderingsrapport</span>
<span class="materials__item-meta">
<span class="materials__item-size">(PDF - 8.7 mb.)</span>
<i class="fa-solid fa-file-pdf materials__item-icon" aria-hidden="true"></i>
</span>
</a>
<a href="#" class="materials__item">
<a href="https://dagsordener.aarhus.dk/vis/pdf/bilag/8165fff1-aac0-4c64-8c45-ab72c88ad379/?redirectDirectlyToPdf=false" class="materials__item" target="_blank" rel="noopener">
<span class="materials__item-name">Ikke-teknisk resumé af miljøvurdering</span>
<span class="materials__item-meta">
<span class="materials__item-size">(PDF - 1.2 mb.)</span>
<i class="fa-solid fa-file-pdf materials__item-icon" aria-hidden="true"></i>
</span>
</a>
<a href="#" class="materials__item">
<a href="https://dagsordener.aarhus.dk/vis/pdf/bilag/d27f1d05-fe8e-4918-bae5-c1aa876140f7/?redirectDirectlyToPdf=false" class="materials__item" target="_blank" rel="noopener">
<span class="materials__item-name">Forslag til §25-tilladelse til vindmølleprojekt</span>
<span class="materials__item-meta">
<span class="materials__item-size">(PDF - 0.8 mb.)</span>
Expand Down Expand Up @@ -537,11 +537,11 @@ <h2 class="modal__title" id="material-modal-title">Forslag til Lokalplan nr. 123
</div>
<div class="modal__body">
<div class="material-modal__actions">
<a href="#" class="material-modal__action-btn" target="_blank">
<a href="https://dokument.plandata.dk/20_12087140_1749044435398.pdf" class="material-modal__action-btn" target="_blank" rel="noopener">
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i>
Åbn på ny side
</a>
<a href="#" class="material-modal__action-btn" download>
<a href="https://dokument.plandata.dk/20_12087140_1749044435398.pdf" class="material-modal__action-btn" target="_blank" rel="noopener" download>
<i class="fa-solid fa-download" aria-hidden="true"></i>
Download PDF
</a>
Expand Down
Loading