Commit graph

13 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 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 22f43fc954 Add API to get elig status per imm ref 2022-11-16 16:10:30 +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 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 58bb3e0d1b update with arcep 2022-04-12 20:39:33 +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é 6308ae9cea ops: deploy webapp on Gaia
Add systemd service + start script and deploy all that on Gaia.
2022-02-22 15:15:29 +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é 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