80 Commits

Author SHA1 Message Date
d25622d764 Merge remote-tracking branch 'origin/main' into edit-guest-status
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 19s
Check usage of free licenses / build-static-assets (pull_request) Successful in 24s
2024-12-01 20:46:48 +01:00
82f5dd6c64 Update navigation to accept the slug as part of the URL
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 44s
Add copyright notice / copyright_notice (pull_request) Successful in 54s
Playwright Tests / test (pull_request) Failing after 8m28s
2024-12-01 18:02:25 +01:00
0ef310fecd Use Accept header to avoid unnecessary call to get current user 2024-12-01 17:47:42 +01:00
868f950559 Display email of current user 2024-12-01 17:33:33 +01:00
7697148b7d Basic logout flow 2024-12-01 17:33:33 +01:00
989820e41b Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m11s
Add copyright notice / copyright_notice (pull_request) Successful in 1m30s
Playwright Tests / test (pull_request) Successful in 3m38s
2024-12-01 15:33:24 +00:00
9b3443addf Define a basic login form with redirection to the Dashboard
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 47s
Add copyright notice / copyright_notice (pull_request) Successful in 1m2s
Playwright Tests / test (pull_request) Successful in 4m32s
2024-12-01 16:31:56 +01:00
161a27160f Remove nextjs scaffolding contents
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m30s
Playwright Tests / test (pull_request) Failing after 1m39s
Add copyright notice / copyright_notice (pull_request) Successful in 1m59s
2024-11-17 20:05:10 +01:00
827271efc2 Simplify guest edition by adding status to the dialog
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 43s
Add copyright notice / copyright_notice (pull_request) Successful in 54s
Playwright Tests / test (pull_request) Failing after 3m23s
2024-11-17 19:49:39 +01:00
6906b3cb6e Merge pull request 'Remove component that renders groups in a tree structure' (#111) from cleanup-tree-hierarchy into main
All checks were successful
Check usage of free licenses / build-static-assets (push) Successful in 49s
Playwright Tests / test (push) Successful in 3m23s
Build Nginx-based docker image / build-static-assets (push) Successful in 4m29s
Reviewed-on: #111
2024-11-17 18:27:47 +00:00
ec49fd01e7 Remove component that renders groups in a tree structure
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m39s
Add copyright notice / copyright_notice (pull_request) Successful in 2m21s
Playwright Tests / test (pull_request) Successful in 5m0s
2024-11-17 19:22:30 +01:00
52caefc220 Reuse the same dialog for creating and editing guests 2024-11-17 19:18:20 +01:00
6e598e537b Allow removing a guest
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m43s
Add copyright notice / copyright_notice (pull_request) Successful in 2m24s
Playwright Tests / test (pull_request) Successful in 3m54s
2024-11-17 18:29:50 +01:00
1fdac88c75 Fix race condition updating guests
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 44s
Add copyright notice / copyright_notice (pull_request) Successful in 59s
Playwright Tests / test (pull_request) Failing after 3m42s
2024-11-17 17:50:06 +01:00
671bfce34f Refactor guests API 2024-11-17 16:07:50 +00:00
28abb23a77 Extract a table simulations API 2024-11-17 16:07:50 +00:00
92d929c8e1 Extract expenses API 2024-11-17 16:07:50 +00:00
470366b8f6 Extract a guests API 2024-11-17 16:07:50 +00:00
3cca58cfb0 Define a dialog to create a new guest
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m53s
Playwright Tests / test (pull_request) Successful in 3m47s
Add copyright notice / copyright_notice (pull_request) Successful in 58s
2024-11-17 16:10:01 +01:00
567ce207cf Adapt the guests table to use the new API format
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 34s
Add copyright notice / copyright_notice (pull_request) Successful in 39s
Playwright Tests / test (pull_request) Failing after 4m43s
2024-11-16 00:45:45 +01:00
a6c517f8a1 Adjust styles of confirmed column 2024-11-13 08:47:50 +01:00
2985c8b73f Display a tab with information about groups
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 40s
Playwright Tests / test (pull_request) Failing after 58s
Add copyright notice / copyright_notice (pull_request) Successful in 1m1s
2024-11-13 08:16:10 +01:00
2d565e405f Allow inline editing of expenses
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m19s
Add copyright notice / copyright_notice (pull_request) Successful in 1m55s
Playwright Tests / test (pull_request) Successful in 5m26s
2024-11-11 07:14:34 +00:00
38ca2c3409 Allow inline editing of guest name
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 3m6s
Add copyright notice / copyright_notice (pull_request) Successful in 5m9s
Playwright Tests / test (pull_request) Successful in 8m52s
2024-11-11 08:01:45 +01:00
7a0b03b67f Rename summary component and move it to the dashboard
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 17s
Add copyright notice / copyright_notice (pull_request) Failing after 18s
Playwright Tests / test (pull_request) Failing after 27s
2024-11-10 21:13:17 +01:00
638aca8301 Display a list of expenses
Some checks failed
Add copyright notice / copyright_notice (pull_request) Failing after 33s
Playwright Tests / test (pull_request) Failing after 55s
Check usage of free licenses / build-static-assets (pull_request) Failing after 1m3s
2024-11-10 21:08:03 +01:00
2ea1fd2667 Reuse the table of contents component for the guests list
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m13s
Add copyright notice / copyright_notice (pull_request) Successful in 2m28s
Playwright Tests / test (pull_request) Successful in 5m45s
2024-11-10 20:55:08 +01:00
79b4e9ac82 Add copyright notice
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 20s
Playwright Tests / test (pull_request) Failing after 54s
Add copyright notice / copyright_notice (pull_request) Failing after 16s
2024-11-10 19:53:34 +00:00
1838889a0c Extract a common TableOfContents component
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 30s
Add copyright notice / copyright_notice (pull_request) Successful in 44s
Playwright Tests / test (pull_request) Failing after 3m33s
2024-11-10 20:52:48 +01:00
5d537c80aa Display the dish with the color of the group
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m38s
Add copyright notice / copyright_notice (pull_request) Successful in 2m8s
Playwright Tests / test (pull_request) Successful in 5m27s
2024-11-03 14:42:06 +01:00
a883b4b4bc Merge pull request 'Remove references to the user email' (#84) from remove-email into main
Some checks failed
Check usage of free licenses / build-static-assets (push) Successful in 6m46s
Playwright Tests / test (push) Has been cancelled
Build Nginx-based docker image / build-static-assets (push) Has been cancelled
Reviewed-on: #84
2024-11-03 10:06:24 +00:00
7c0cd76198 Remove references to the user email
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 9m13s
Add copyright notice / copyright_notice (pull_request) Successful in 15m54s
Playwright Tests / test (pull_request) Successful in 11m26s
2024-11-03 10:39:02 +01:00
0d1901fa44 Fix error transitioning to the tentative status
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 7m2s
Playwright Tests / test (pull_request) Successful in 22m52s
Add copyright notice / copyright_notice (pull_request) Failing after 2m45s
2024-11-03 10:34:30 +01:00
afd41cf9fe Merge pull request 'Display the name of the tables simulations' (#79) from arrangement-names into main
All checks were successful
Check usage of free licenses / build-static-assets (push) Successful in 1m13s
Playwright Tests / test (push) Successful in 4m35s
Build Nginx-based docker image / build-static-assets (push) Successful in 9m15s
Reviewed-on: #79
2024-11-03 07:54:09 +00:00
78b0bd9755 Display the name of the tables simulations
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m48s
Add copyright notice / copyright_notice (pull_request) Successful in 2m17s
Playwright Tests / test (pull_request) Successful in 4m47s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 11m53s
2024-11-03 08:41:51 +01:00
efbc27a499 Render rounded tables
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m38s
Add copyright notice / copyright_notice (pull_request) Successful in 2m36s
Playwright Tests / test (pull_request) Successful in 5m27s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m21s
2024-11-03 08:20:47 +01:00
b5dd07c067 Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m31s
Add copyright notice / copyright_notice (pull_request) Successful in 3m5s
Playwright Tests / test (pull_request) Successful in 6m49s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 9m50s
2024-11-02 11:53:56 +00:00
1b71bc9d79 Display the table arrangements returned by the API
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m21s
Add copyright notice / copyright_notice (pull_request) Successful in 1m53s
Playwright Tests / test (pull_request) Successful in 8m19s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 10m37s
2024-11-02 12:52:18 +01:00
58f9c35bf2 Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m37s
Add copyright notice / copyright_notice (pull_request) Successful in 2m55s
Playwright Tests / test (pull_request) Successful in 4m44s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m38s
2024-11-02 10:26:40 +00:00
51d9a3d6e2 Render list of tables in an arrangement
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m40s
Add copyright notice / copyright_notice (pull_request) Successful in 2m1s
Playwright Tests / test (pull_request) Successful in 4m56s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m55s
2024-11-02 11:24:48 +01:00
de96b9d4ae Use a different color schema 2024-11-02 10:11:03 +01:00
357fb617ce Add copyright notice
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 1m43s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m47s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 8m24s
Playwright Tests / test (pull_request) Successful in 2m55s
2024-11-01 17:27:41 +00:00
58b02839f2 Basic definition of a table component
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m10s
Add copyright notice / copyright_notice (pull_request) Successful in 1m34s
Playwright Tests / test (pull_request) Successful in 5m56s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 10m23s
2024-11-01 18:25:00 +01:00
510b3140fd Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 43s
Add copyright notice / copyright_notice (pull_request) Successful in 1m12s
Playwright Tests / test (pull_request) Successful in 4m13s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 5m54s
2024-10-30 22:25:36 +00:00
d45ba871d8 Define a dashboard summary mockup
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 55s
Add copyright notice / copyright_notice (pull_request) Successful in 1m8s
Playwright Tests / test (pull_request) Successful in 3m41s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m43s
2024-10-30 23:24:29 +01:00
18a0fdc514 Add copyright notice
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 3m40s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m17s
Playwright Tests / test (pull_request) Successful in 6m11s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 18m2s
2024-10-27 21:27:41 +00:00
25703098d1 Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m47s
Add copyright notice / copyright_notice (pull_request) Successful in 3m4s
Playwright Tests / test (pull_request) Successful in 6m8s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 11m35s
Check usage of free licenses / build-static-assets (push) Successful in 1m34s
Playwright Tests / test (push) Successful in 4m30s
Build Nginx-based docker image / build-static-assets (push) Successful in 17m58s
2024-10-27 21:11:45 +00:00
9bc7f497cd Add transitions from the tentative status
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
Check usage of free licenses / build-static-assets (pull_request) Has been cancelled
Build Nginx-based docker image / build-static-assets (pull_request) Has been cancelled
2024-10-27 19:41:00 +01:00
63d07096bf Include transition to the transitive status
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
Check usage of free licenses / build-static-assets (pull_request) Has been cancelled
Build Nginx-based docker image / build-static-assets (pull_request) Has been cancelled
2024-10-27 19:37:24 +01:00
c1e40af2c4 Merge branch 'tentative-status' into additiona-status-changes 2024-10-27 19:34:42 +01:00