Commit graph

19 commits

Author SHA1 Message Date
Johan Le Baut f2b749e6d3 API par coord et amélioration UI 2023-01-11 15:35:12 +01:00
Johan Le Baut 0897ea9aea check if axione is commandable 2022-12-09 12:01:55 +01:00
Johan Le Baut 270812f6d6 ajout de priorité dans l'affichage des immeubles selon leur statut de déploiement 2022-11-30 19:29:27 +01:00
johan.le.baut 1e9d62c03b johan/consolidate-ipe-data (#5)
Use IPE datas from multiples sources: Axione, ARCEP, Liazo

Co-authored-by: Johan Le Baut <johan@helloasso.org>
Reviewed-on: #5
2022-10-14 13:56:31 +02:00
Johan Le Baut 4c8a59e64c Add colors to icons 2022-06-21 16:55:57 +02:00
Johan Le Baut b902f24711 Lien vers test d'éligibilité pour la fibre Axione 2022-06-21 14:28:00 +02:00
Félix Baylac-Jacqué 18187c0007
webapp: alter Kosc/Bouygues msg
The previous message was misleading, adopting youpi's suggestion instead.
2022-05-17 12:29:06 +02:00
Johan Le Baut a39d004ec3 message & remove print 2022-04-13 11:30:11 +02:00
Johan Le Baut eecbde1d24 no elig link for aquilenet 2022-04-13 11:27:02 +02:00
Johan Le Baut b02881720d call eligibility tools 2022-04-13 11:04:48 +02:00
Johan Le Baut e6d6ba013b display per result 2022-04-12 23:17:40 +02:00
Johan Le Baut 4a6f063c1f Add script to fetch latest arcep data 2022-04-11 09:49:51 +02:00
Johan Le Baut b9df2de12a ajout connexion Liazo 2022-03-23 22:54:04 +01:00
Félix Baylac-Jacqué 52e4ecb2a2 webapp: save map position/zoom state in the URL search string
Doing this provides the user a way to share the result of a
eligibility test with other people by sharing the browser URL.
2022-02-22 17:01:34 +01:00
Félix Baylac-Jacqué f98598718f webapp: fix absolute links
Some links were set as absolute. It's probablematic since we're
deploying the application at tools.aquilenet.fr/ftth-ipe-map/ instead
of the top-level of a sub-domain as I was expecting.
2022-02-22 15:53:42 +01:00
Félix Baylac-Jacqué 38c67ee588 Webapp: add real elig data query
When a acceptable zoom level is reached, the frontend is going to
query the DB for the eligibility data associated to the region the
user is viewing.

When requesting too much data, the frontend gets pretty slow. In order
to prevent that, we require a minimal zoom level before triggering the
actual request.
2022-02-22 14:24:41 +01:00
Félix Baylac-Jacqué 925d93fc58 Frontend: fix minor bug on the fetchEligData button 2022-02-21 19:00:40 +01:00
Félix Baylac-Jacqué 6c8c3b138d webapp: fetch eligibility data on backend
We fetch the eligibility data from the backend for the area the user
is currently viewing.

We don't want to trigger the search when the user is zoomed out, it
could be heavy on the backend CPU. Hence, we trigger the fetch after
the user searched for his real address or reached a good-enough zoom level.

The backend is currently returning a dummy answer.
2022-02-21 17:21:21 +01:00
Félix Baylac-Jacqué 8fbad8b7b1 webapp: display interactive map + geocoding
Adding an interactive map with a geocoding search bar. We use leaflet
with the openstreetmap.fr tiles. As for the geocoding part, we use
komoot's photon API for the time being.
2022-02-21 15:28:19 +01:00