|
91bbae1c63
|
Add copyright notice
|
2025-01-13 20:38:47 +00:00 |
|
|
e20a366410
|
Update copyright assignment to cover 2025 and include all contributors
|
2025-01-13 21:37:02 +01:00 |
|
|
55e6cfcd36
|
Fix order of Ruby's magic string comment and Copyright assignment
|
2024-12-28 18:37:47 +01:00 |
|
|
0c7c69ee5e
|
Run Rubocop autocorrect on app/controllers
|
2024-12-28 18:28:38 +01:00 |
|
|
83e36df14e
|
Allow the creation of guests associated to no group
|
2024-12-08 13:10:49 +01:00 |
|
|
80c1c9b99d
|
Refine guest controller
|
2024-11-17 20:02:08 +01:00 |
|
|
7542c6361c
|
Define an endpoint to destroy guests
|
2024-11-17 18:24:43 +01:00 |
|
|
31d41ea2ea
|
Remove unused bulk update endpoint
|
2024-11-17 17:07:29 +01:00 |
|
|
1b2c0f0d0a
|
Define an endpoint to create new guests
|
2024-11-17 11:47:12 +01:00 |
|
|
6f6a6aaabf
|
Update format of guests API and document endpoints
|
2024-11-16 02:16:19 +01:00 |
|
|
bd5c4f5482
|
Merge first and last name and expose guest update endpoint
|
2024-11-11 07:55:03 +01:00 |
|
|
35bf272ac8
|
Restart simulations whenever a guest changes their invitation status
|
2024-11-03 09:26:25 +01:00 |
|
|
1f93fe42c5
|
Clean up unused methods and non-API endpoints from controllers
|
2024-11-01 19:07:12 +01:00 |
|
|
b7cabc1661
|
Add copyright notice
|
2024-10-27 21:42:45 +00:00 |
|
|
597a4a6b9c
|
Merge pull request 'Feature: Allow changing the status of guests in bulk' (#71) from bulk-status-changes into main
Reviewed-on: #71
|
2024-10-27 19:45:53 +00:00 |
|
|
6219b74cb7
|
Order guests consistently within the same group
|
2024-10-27 19:13:32 +01:00 |
|
|
b8dfcf326f
|
Implement the actual status update
|
2024-10-27 19:01:12 +01:00 |
|
|
507d068459
|
Configure endpoint to support bulk updates
|
2024-10-27 14:03:13 +01:00 |
|
|
cca869a0c4
|
Display group name in the list of guests
|
2024-08-11 18:25:12 +02:00 |
|
|
716b819de2
|
Use jsonapi-rails to serialize API responses
|
2024-08-11 16:19:54 +02:00 |
|
|
beeda19186
|
Add feature to import guests from CSV
|
2024-07-25 10:47:49 +02:00 |
|
|
8732dac0a3
|
Order guests by affinity group
|
2024-07-12 15:08:30 +02:00 |
|
|
16914c874b
|
Define unbreakable bonds in seed file and guest index
|
2024-07-12 15:02:52 +02:00 |
|
|
0814c7cab5
|
Avoid N+1 queries with acts_as_taggable
|
2024-07-11 23:20:32 +02:00 |
|
|
2ed9f98695
|
Create guests scaffold
|
2024-07-11 20:08:26 +02:00 |
|