• Joined on 2022-01-04
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-08 13:07:42 +00:00
5692bc96d5 🐛 Check backend return codes before handling data
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-08 11:48:05 +00:00
d15fee75ca ♻️ Fix /stop/ endpoints inconsistency
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-08 11:18:58 +00:00
93047c8706 ♻️ Use declarative table configuration to define backend db tables
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-07 10:38:06 +00:00
c84b78d3e2 🚑️ /stop responses didn't return StopArea.stops fields
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-07 10:21:36 +00:00
c6e3881966 Add sqlalchemy-utils types dependency
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-07 10:19:41 +00:00
b713042359 🗃️ Use of dedicated db sessions
5505209760 ️ Replace asyncpg with psycopg
Compare 2 commits »
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-02 21:04:33 +00:00
6aa28f7bfb 🔨 Add OTel/Jeager to start HTTP/SQL requests monitoring
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-01 21:25:28 +00:00
07d43bfcb4 ⬆️ Add sqlalchemy-utils dep
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-01 20:47:44 +00:00
6eb78d7307 ️ /stop API endpoint uses stop and towns names to resolve queries
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-05-01 20:37:24 +00:00
bcedf32bec Merge branch 'reduce-frontend-bundle-size' into develop
e9a651e47e ♻️ Refactor StopsSearchMenu + load Map lazily + placeholder
245bc4d261 ️ All provided location are in EPSG:3857, remove proj4 from frontend
d94027da9a 💥 All location points provided by backend are in EPSG:3857
8fafdb3dde ️ Replace hope-ui based IconHamburgerMenu with a custom one
Compare 6 commits »
Adrien pushed to reduce-frontend-bundle-size at Adrien/carrramba-encore-rate 2023-04-25 19:49:17 +00:00
e9a651e47e ♻️ Refactor StopsSearchMenu + load Map lazily + placeholder
Adrien pushed to reduce-frontend-bundle-size at Adrien/carrramba-encore-rate 2023-04-23 09:24:09 +00:00
245bc4d261 ️ All provided location are in EPSG:3857, remove proj4 from frontend
d94027da9a 💥 All location points provided by backend are in EPSG:3857
8fafdb3dde ️ Replace hope-ui based IconHamburgerMenu with a custom one
da2fb1f41c ️ Replace hope-ui Input with a custom component in StopSearchMenu
Compare 4 commits »
Adrien created branch reduce-frontend-bundle-size in Adrien/carrramba-encore-rate 2023-04-23 09:24:09 +00:00
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-04-22 10:33:52 +00:00
e81f81b7a7 🚸 Add debounce mechanism to stop name input
61610fa2ba Merge branch 'add-stop-area-repr-and-stop-destinations' into develop
ee14d60db7 🐛 Old stops still displayed on map once the stop search narrowed
a2728cfc0c 💄 Redesign StopSearchMenu (map panel)
0a7d74a215 ♻️ Store StopArea Stops in BusinessDataStore when looking for stops
Compare 15 commits »
ee14d60db7 🐛 Old stops still displayed on map once the stop search narrowed
a2728cfc0c 💄 Redesign StopSearchMenu (map panel)
0a7d74a215 ♻️ Store StopArea Stops in BusinessDataStore when looking for stops
1b713dbc0e Add StopDestinations to the frontend business data
1ffd3cbe94 Add StopShape to the frontend business data
42817f7b0c 🚚 Fix the transport mode location issue
Compare 5 commits »
440a5faf3c 🗃️ Update StopArea db models: StopArea can´t be composed of another StopAreas
61097fe9e2 Add /stop_shape/{stop_id} endpoint
62a9000ec2 Add /stop/{stop_id}/destinations endpoint
62b6425255 ♻️ Update stop destinations returned value
ac06df9f87 Handle IDFM stop areas shapes
Compare 7 commits »
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-03-05 20:11:54 +00:00
71e2530c01 💄 Delete unused CSS rules and reformat PassagePanel ones
65f284bc25 💄 Fix first passage misalignment when it's unavailable
Compare 2 commits »
Adrien pushed to develop at Adrien/carrramba-encore-rate 2023-03-05 18:43:33 +00:00
d3a689cefc 🐛 Add forgotten @solid-primitives/scroll dependency