Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
6e81098
feat: add landing page for annuaire & update every navigation link
TitouanCorneANS Jul 31, 2025
61cf59f
feat(script): fetch data once on page load
TitouanCorneANS Jul 31, 2025
c6b4f8b
feat(html): add background illustrations
TitouanCorneANS Jul 31, 2025
894dbca
feat: add environment switch button, select lists for filters, and da…
TitouanCorneANS Aug 4, 2025
1cc3290
feat: add nav link to Annuaire from home page
TitouanCorneANS Aug 4, 2025
f16f43a
feat: use getSamu() to update filter-samu options
TitouanCorneANS Aug 4, 2025
494fe80
feat: constitute vhost list for each row imported
TitouanCorneANS Aug 4, 2025
4371147
feat: add getVhost to populate filter-vhost options
TitouanCorneANS Aug 4, 2025
9f1e293
feat: update mddMap to get MDD from vhost
TitouanCorneANS Aug 4, 2025
85bd9d2
feat: apply filters based on selection
TitouanCorneANS Aug 4, 2025
9b7e997
feat: change bg color
TitouanCorneANS Aug 6, 2025
8193f30
feat: create vhost cards
TitouanCorneANS Aug 6, 2025
188ffb7
refactor: change table-layout
TitouanCorneANS Aug 6, 2025
5307230
refactor: improve naming and eliminate hardcoded strings
TitouanCorneANS Aug 6, 2025
e2b16de
refactor: improve structure by extracting logic from annuaire.js into…
TitouanCorneANS Aug 7, 2025
1b425e5
refactor(dom): improve readability by extracting row cell creation
TitouanCorneANS Aug 7, 2025
06751a4
feat: update isSelected flag on checkbox toggle
TitouanCorneANS Aug 7, 2025
ff5e2f9
feat: add css stylesheet and create 'Aperçu' btn
TitouanCorneANS Aug 7, 2025
7e52d01
feat: implement recap content and enhance styling
TitouanCorneANS Aug 7, 2025
6ff2c33
feat(ui): align open-recap-btn with form-control fields
TitouanCorneANS Aug 8, 2025
5ff1335
feat: add map design
TitouanCorneANS Aug 8, 2025
b89cfdf
feat(ui): add a separation between the map and the table
TitouanCorneANS Aug 8, 2025
7373c63
feat: render department info when selecting one
TitouanCorneANS Aug 8, 2025
e129760
feat(ui): change map design
TitouanCorneANS Aug 8, 2025
46b3c50
feat(ui): remove URL rendering from main page
TitouanCorneANS Aug 8, 2025
17c19a8
feat(ui/design): change brightness and zoom when hovering a department
TitouanCorneANS Aug 8, 2025
ee24ab3
feat: add tooltip to explain how vhosts are constituted
TitouanCorneANS Aug 8, 2025
41917a2
feat: review css style
TitouanCorneANS Aug 14, 2025
986d066
refactor: change env buttons order, PROD in first position
TitouanCorneANS Aug 18, 2025
ef338b4
feat(template): add a grey banner
TitouanCorneANS Sep 1, 2025
8f2d7b5
feat: use right colors for the map
TitouanCorneANS Sep 1, 2025
d5bea0a
feat: add reverse proxy to handle CORS issues when fetching data
TitouanCorneANS Sep 1, 2025
61b4acc
feat(data): ensure perimeter names respect case sensitivity and adjus…
TitouanCorneANS Sep 1, 2025
12bc3ac
feat: change vhostCard to perimeter button in the table
TitouanCorneANS Sep 1, 2025
fcd47a4
feat: add modal to render client's info
TitouanCorneANS Sep 1, 2025
3e7c4ac
feat: remove filter on vhost
TitouanCorneANS Sep 1, 2025
c4acc92
feat: remove checkbox used to select client
TitouanCorneANS Sep 1, 2025
61a57f9
feat: change filters & perimeters orders
TitouanCorneANS Sep 2, 2025
6f6b286
feat(map): select department and show info
TitouanCorneANS Sep 2, 2025
4bec2e6
feat: add an image and change first section height
TitouanCorneANS Sep 2, 2025
fd2ea42
feat(map): clear highlights when no department is selected
TitouanCorneANS Sep 2, 2025
aeb7571
fix: make navbar links working
TitouanCorneANS Sep 2, 2025
03dd9a2
feat: add getSnp function
TitouanCorneANS Sep 5, 2025
eff7ab3
feat: remove env selection to keep only prod data
TitouanCorneANS Sep 8, 2025
c4a05fe
feat: add map title
TitouanCorneANS Sep 8, 2025
fddd441
feat: add label to each actor
TitouanCorneANS Sep 8, 2025
49042bd
refactor: remove unnecessary functions
TitouanCorneANS Sep 8, 2025
99933c2
feat: add Jest framework to create unit tests
TitouanCorneANS Sep 11, 2025
7ce5bfb
refactor: improve code readability and remove unused images and funct…
TitouanCorneANS Sep 11, 2025
8993e48
refactor: eliminate magic strings
TitouanCorneANS Sep 11, 2025
7eccda3
feat: add unit tests for filters.js
TitouanCorneANS Sep 24, 2025
7bf803d
feat: add unit tests for data.js file
TitouanCorneANS Sep 25, 2025
313df40
refactor: add a describe bloc for state-based data utils
TitouanCorneANS Sep 25, 2025
18e607d
feat: sort client config by editor then by client_id
TitouanCorneANS Sep 25, 2025
63af8f9
feat: add column for label (actor)
TitouanCorneANS Sep 25, 2025
62d145b
feat: add client's perimeter info when selecting a department
TitouanCorneANS Sep 25, 2025
7aa41a5
doc: add README notes to run tests
TitouanCorneANS Sep 25, 2025
84867a7
feat: add tests (getActorsInfo)
TitouanCorneANS Sep 25, 2025
7b53103
chore: landing-1.5.0-RC-1
TitouanCorneANS Sep 25, 2025
8ccd37e
fix: delete .vscode/settings.json
TitouanCorneANS Sep 25, 2025
0648b53
Merge branch 'main' into feat/annuaire-front
TitouanCorneANS Sep 26, 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
5 changes: 5 additions & 0 deletions web/landing/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Hub Santé
_Site web vitrine_

## Run tests
```bash
npm run test
```
4 changes: 3 additions & 1 deletion web/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@
</div>
</div>

</li>
<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/annuaire.html">Annuaire</a>
</li>

<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/faq.html">FAQ</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions web/landing/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
testEnvironment: "jsdom",
};
4 changes: 3 additions & 1 deletion web/landing/pages/accompagnement.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@
</div>

</li>

<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/annuaire.html">Annuaire</a>
</li>
<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/faq.html">FAQ</a>
</li>
Expand Down
Loading