Florian Briand florian_briand
  • Joined on 2024-06-18
florian_briand created branch feat/61_add_login_workflow in P4pillon/Krys4lide 2024-09-24 01:05:32 +02:00
florian_briand created pull request P4pillon/Krys4lide#66 2024-09-23 19:06:34 +02:00
feat/65_move_out_htmx_with_axum_backend_and_nuxt_frontend
f11e2502dd feat: handle axum errors with anyhow
43bb2c40de feat: improve README
54870b0d0f feat: add the hot-reload on backend crate
a50d951af7 feat: setup a backend server with axum
2e057eee01 feat: add DaisyUI for easy components styling and dark mode handling
Compare 10 commits »
florian_briand commented on issue P4pillon/Krys4lide#65 2024-09-22 19:09:12 +02:00
Remplacement de la stack HTMx

À titre personnel, après toutes ces réflexions, je suis tenté pour aller vers une approche Tauri + Vue/Vite en Typescript.

C'est une techno que je maitrise déjà, qui est réputée et…

florian_briand opened issue P4pillon/Krys4lide#65 2024-09-22 19:06:14 +02:00
Remplacement de la stack HTMx
florian_briand pushed to feat/9_setup_db at P4pillon/Krys4lide 2024-09-19 23:50:48 +02:00
f4d0399771 chore: define workspace.dependencies and add sea-orm-cli as dev-dep
florian_briand created pull request P4pillon/Krys4lide#64 2024-09-16 23:09:07 +02:00
Setup de SeaORM + SQLite comme base de données
florian_briand pushed to feat/9_setup_db at P4pillon/Krys4lide 2024-09-16 22:59:58 +02:00
e25126ea99 feat: add a DEBUG page to the UI with a database usage example
38a7af76d6 feat: setup seaorm and a first "debug" entity as example
caa3ce71ec feat: add a function to init properly app library
8fdb74dbae feat: migrate utils::config from anyhow to thiserror and handle a "single config init" mechanism
262b450c75 fix: invalid borrowing of assets_path in get_router
Compare 5 commits »
florian_briand created branch feat/9_setup_db in P4pillon/Krys4lide 2024-09-16 22:59:58 +02:00
florian_briand pushed to creation-sys-crate-ssv at P4pillon/Krys4lide 2024-09-11 20:31:19 +02:00
florian_briand commented on issue P4pillon/Krys4lide#61 2024-09-01 13:25:20 +02:00
Mise en place d'une première interface de connexion (sans DB - comptes fixes)

[en cours de rédaction ...]

Où conserver les "états" de notre interface ? En particulier, présentement, sur la connexion utilisateur.

Option 1 : on le gère totalement côté…

florian_briand opened issue P4pillon/Krys4lide#61 2024-09-01 12:49:49 +02:00
Mise en place d'une première interface de connexion (sans DB - comptes fixes)
florian_briand opened issue P4pillon/Krys4lide#60 2024-09-01 00:11:07 +02:00
Lire une e-Carte Vitale
florian_briand commented on issue P4pillon/Krys4lide#30 2024-08-31 23:48:54 +02:00
Mettre en place un système de suivi des logs

@kosssi Que peut-on mettre en place (ou utiliser qui soit déjà en place) pour le recueil des logs / traces ?

Est-ce qu'une stack "classique" comme "ELK" (Elastic, Logstah, Kibana) serait…

florian_briand deleted branch fix/46_app_update_navbar_current_status from P4pillon/Krys4lide 2024-08-31 23:44:12 +02:00
florian_briand deleted branch fix/55_move_env_config_into_consistent_dirs from P4pillon/Krys4lide 2024-08-30 18:29:57 +02:00
florian_briand pushed to main at P4pillon/Krys4lide 2024-08-30 18:29:57 +02:00
ca2a0ace71 Merge pull request 'Rendre le système de fichier de configuration runtime fonctionnel en dev et en release' (#56) from fix/55_move_env_config_into_consistent_dirs into main
f16986ce26 refacto: explicit dotenv import in sesam-vitale/build.rs
f56439c9c5 feat: initialize a utils lib with config functions handling config files in local and standard OS directories
Compare 3 commits »
florian_briand closed issue P4pillon/Krys4lide#55 2024-08-30 18:29:56 +02:00
Transférer les configurations "runtime" de sesam-vitale du dossier local vers un dossier de config système
florian_briand merged pull request P4pillon/Krys4lide#56 2024-08-30 18:29:56 +02:00
Rendre le système de fichier de configuration runtime fonctionnel en dev et en release