Florian Briand florian_briand
  • Joined on 2024-06-18
florian_briand deleted branch feat/65_move_out_htmx_with_axum_backend_and_nuxt_frontend from P4Pillon/Krys4lide 2024-09-24 12:58:57 +02:00
florian_briand deleted branch feat/61_add_login_workflow from P4Pillon/Krys4lide 2024-09-24 12:57:36 +02:00
florian_briand pushed to main at P4Pillon/Krys4lide 2024-09-24 12:57:35 +02:00
345190dfeb Merge pull request 'Ajout d'un parcours utilisateur⋅ice de connexion / déconnexion' (#67) from feat/61_add_login_workflow into main
5712d898a5 feat: Add a client-side only user selection interface
3bd0a02b62 feat: implement a simple navbar
Compare 3 commits »
florian_briand merged pull request P4Pillon/Krys4lide#67 2024-09-24 12:57:34 +02:00
Ajout d'un parcours utilisateur⋅ice de connexion / déconnexion
florian_briand closed issue P4Pillon/Krys4lide#61 2024-09-24 12:57:34 +02:00
Mise en place d'une première interface de connexion (sans DB - comptes fixes)
florian_briand pushed to feat/61_add_login_workflow at P4Pillon/Krys4lide 2024-09-24 12:56:52 +02:00
5712d898a5 feat: Add a client-side only user selection interface
3bd0a02b62 feat: implement a simple navbar
167a1fbbc2 Merge pull request 'Refactoring de l'interface : migration d'un monolithe HTMx vers un client Nuxt + serveur Axum' (#66) from feat/65_move_out_htmx_with_axum_backend_and_nuxt_frontend into main
Compare 3 commits »
florian_briand pushed to main at P4Pillon/Krys4lide 2024-09-24 12:55:29 +02:00
167a1fbbc2 Merge pull request 'Refactoring de l'interface : migration d'un monolithe HTMx vers un client Nuxt + serveur Axum' (#66) from feat/65_move_out_htmx_with_axum_backend_and_nuxt_frontend into main
florian_briand merged pull request P4Pillon/Krys4lide#66 2024-09-24 12:53:14 +02:00
Refactoring de l'interface : migration d'un monolithe HTMx vers un client Nuxt + serveur Axum
florian_briand pushed to main at P4Pillon/Krys4lide 2024-09-24 12:53:14 +02:00
b94dd55418 Merge pull request 'Refactoring de l'interface : migration d'un monolithe HTMx vers un client Nuxt + serveur Axum' (#66) from feat/65_move_out_htmx_with_axum_backend_and_nuxt_frontend into main
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
Compare 11 commits »
florian_briand commented on pull request P4Pillon/Krys4lide#66 2024-09-24 12:18:32 +02:00
Refactoring de l'interface : migration d'un monolithe HTMx vers un client Nuxt + serveur Axum

Je n'ai rien trouvé à ce sujet dans la documentation. J'ai posé la question : https://github.com/nuxt/nuxt/discussions/29137

florian_briand created pull request P4Pillon/Krys4lide#67 2024-09-24 01:14:00 +02:00
Ajout d'un parcours utilisateur⋅ice de connexion / déconnexion
florian_briand created branch feat/61_add_login_workflow in P4Pillon/Krys4lide 2024-09-24 01:05:32 +02:00
florian_briand pushed to feat/61_add_login_workflow at P4Pillon/Krys4lide 2024-09-24 01:05:32 +02:00
14a156d929 feat: Add a client-side only user selection interface
0ce48776f1 feat: implement a simple navbar
Compare 2 commits »
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