50 Commits

Author SHA1 Message Date
55e6cfcd36 Fix order of Ruby's magic string comment and Copyright assignment 2024-12-28 18:37:47 +01:00
19dcb551fa Run Rubocop autocorrect on app/models 2024-12-28 18:13:57 +01:00
0780b17f4b Add copyright notice 2024-12-26 19:30:32 +00:00
6c6ae62e5a Define model and endpoints to store affinity between group pairs 2024-12-26 20:29:06 +01:00
83e36df14e Allow the creation of guests associated to no group 2024-12-08 13:10:49 +01:00
9e097361d0 Define endpoints to create, update, and delete groups 2024-12-08 11:30:38 +01:00
8527b20075 Remove wedding date attribute 2024-12-07 12:39:43 +01:00
9d08ef6f18 Update wedding slug rules to accept numbers and other chars 2024-12-01 18:17:37 +01:00
279093ad98 Configure registration endpoint to create a wedding as well 2024-12-01 14:03:23 +01:00
4d9563cab7 Adapt background job to use acts as tenant 2024-12-01 10:41:05 +01:00
63bb32f2a7 Include users in the list of models affected by tenant 2024-11-30 21:06:21 +01:00
8bff98b165 Create DB associations 2024-11-30 20:06:43 +01:00
9e222f59be Add copyright notice 2024-11-30 18:31:48 +00:00
24c39f331a Define a simple wedding model 2024-11-30 19:30:04 +01:00
b8e6df732c Generate user model, document some endpoints (missing email verification) 2024-11-30 14:24:02 +01:00
13bdaf0bd2 Add copyright notice 2024-11-30 10:03:46 +00:00
63c7bc8772 Refine columns in the users table 2024-11-30 11:01:44 +01:00
d9ab2f5091 Install devise gem 2024-11-30 10:59:28 +01:00
3d424c304e Revert user authentication
This reverts commit b215e8a3b40be089e7359cfd424f807c2d54b1c2.
2024-11-30 10:45:17 +01:00
134bf27955 Add copyright notice 2024-11-18 23:27:50 +00:00
aa0986986f Install Rails' authentication generator 2024-11-19 00:26:44 +01:00
f1d1ea825c Recalculate simulations after removing a guest 2024-11-17 18:25:38 +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
86b9d0b56c Document expenses endpoint and add some specs 2024-11-16 10:22:10 +01:00
6f6a6aaabf Update format of guests API and document endpoints 2024-11-16 02:16:19 +01:00
d75b117c60 Merge pull request 'Introduce endpoint to retrieve a summary of groups and invite attendance' () from groups-index-stats into main
Reviewed-on: 
2024-11-14 08:30:27 +01:00
452b5b2040 Introduce endpoint to retrieve a summary of groups and invite attendance 2024-11-13 08:57:20 +01:00
bd5c4f5482 Merge first and last name and expose guest update endpoint 2024-11-11 07:55:03 +01:00
fa3d3cf13b Assign similar colors to child groups 2024-11-10 12:22:58 +01:00
9035df5178 Install shoulda matchers, improve guests specs and change enum syntax 2024-11-09 17:45:23 +01:00
5cceb1e6ed Choose light colors for the groups 2024-11-04 23:39:44 +01:00
a42f938530 Assign a color to every group and expose it via API 2024-11-03 14:41:09 +01:00
50a5c90728 Only include potential guests in the simulation 2024-11-03 09:15:48 +01:00
066fdea504 Assign a name to every tables arrangement 2024-11-03 08:44:31 +01:00
d4c1e5aab0 Rewrite table arrangements endpoints 2024-11-02 10:40:43 +01:00
5fef6f1011 Remove references to acts_as_taggable_on gem 2024-11-01 19:55:39 +00:00
b5693f549e Load groups hierarchy from data in DB 2024-11-01 11:55:32 +01:00
b7cabc1661 Add copyright notice 2024-10-27 21:42:45 +00:00
7338bbf0a8 Include an additional tentative status 2024-10-27 19:25:24 +01:00
cb42b86136 Include confirmation status 2024-08-11 19:24:24 +02:00
cca869a0c4 Display group name in the list of guests 2024-08-11 18:25:12 +02:00
cc45b4c16e Define a hierarchy of groups 2024-08-11 17:26:43 +02:00
3bc7a0c58b Create model and controller 2024-08-11 16:29:10 +02:00
8c4e6a0109 Initial version of VNS algorithm ()
Reviewed-on: 
Co-authored-by: Manuel Bustillo <bustikiller@bustikiller.com>
Co-committed-by: Manuel Bustillo <bustikiller@bustikiller.com>
2024-08-01 18:27:41 +00:00
3660d14d44 Fix install of taggable gem and add tags to seeds 2024-07-11 20:41:07 +02:00
946cd959e2 Display list of guests 2024-07-11 20:13:22 +02:00
2ed9f98695 Create guests scaffold 2024-07-11 20:08:26 +02:00
98eb2e0473 Expenses scaffold 2024-07-11 19:55:48 +02:00
a9f166df7e Initial commit 2024-07-11 18:42:31 +02:00