7 Commits

Author SHA1 Message Date
ucef 0ec330e6a8 feat: add active user session tracking and visualization in admin dashboard
AS Talange CI/CD Pipeline - Production / Build & Run Unit Tests (push) Successful in 2m1s
AS Talange CI/CD Pipeline - Production / Deploy to Prod Environment (push) Successful in 2m45s
2026-07-03 17:28:42 +02:00
ucef 66cd27995d fix: resolve HTMX pagination bug on adherents list 2026-07-03 17:07:52 +02:00
ucef 4870d61f86 fix(db): increase taille and numero length in dotation to 50
AS Talange CI/CD Pipeline - Production / Build & Run Unit Tests (push) Successful in 1m49s
AS Talange CI/CD Pipeline - Production / Deploy to Prod Environment (push) Successful in 3m0s
2026-07-01 15:07:53 +02:00
ucef 6ca3d0b765 feat(ui): ajout d'un tooltip sur les noms d'équipements tronqués dans la vue dotation
AS Talange CI/CD Pipeline - Production / Build & Run Unit Tests (push) Successful in 1m57s
AS Talange CI/CD Pipeline - Production / Deploy to Prod Environment (push) Successful in 2m45s
2026-07-01 10:36:40 +02:00
ucef ba268a33bc feat: add sexe to pre-inscription form and entity 2026-07-01 09:32:42 +02:00
ucef f641ccc519 feat: add search filters to categories and equipements lists
AS Talange CI/CD Pipeline - Production / Build & Run Unit Tests (push) Successful in 1m45s
AS Talange CI/CD Pipeline - Production / Deploy to Prod Environment (push) Successful in 2m42s
2026-06-30 15:11:16 +02:00
ucef 6ea00db0dc fix: apply maillot price and default selection for all new registrations
AS Talange CI/CD Pipeline - Production / Build & Run Unit Tests (push) Successful in 1m46s
AS Talange CI/CD Pipeline - Production / Deploy to Prod Environment (push) Successful in 2m38s
2026-06-30 14:42:59 +02:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>as-talange-parent</artifactId>
<groupId>com.astalange</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>as-talange-parent</artifactId>
<groupId>com.astalange</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>as-talange-parent</artifactId>
<groupId>com.astalange</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -13,7 +13,7 @@
<groupId>com.astalange</groupId>
<artifactId>as-talange-parent</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4</version>
<packaging>pom</packaging>
<name>as-talange-parent</name>