14 Commits

Author SHA1 Message Date
3bc7a0c58b Create model and controller 2024-08-11 16:29:10 +02:00
716b819de2 Use jsonapi-rails to serialize API responses
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 3m17s
2024-08-11 16:19:54 +02:00
7f12fcba18 Implement a cache at table level to avoid duplicate evaluations
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 4m35s
2024-08-01 21:14:28 +02:00
8c4e6a0109 Initial version of VNS algorithm (#8)
All checks were successful
Run unit tests / unit_tests (push) Successful in 3m36s
Reviewed-on: #8
Co-authored-by: Manuel Bustillo <bustikiller@bustikiller.com>
Co-committed-by: Manuel Bustillo <bustikiller@bustikiller.com>
2024-08-01 18:27:41 +00:00
726470267d Define an initializer with a hierarchy of affinity groups
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 2m7s
2024-07-31 20:58:47 +02:00
876c8ccd06 Remove unnecessary change
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 1m43s
2024-07-31 00:54:32 +02:00
7f0feeddff Define a method to calculate the distance to a common ancestor between two tree nodes
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 1m24s
2024-07-30 20:49:26 +02:00
beeda19186 Add feature to import guests from CSV 2024-07-25 10:47:49 +02:00
2ed9f98695 Create guests scaffold 2024-07-11 20:08:26 +02:00
2f8f3404bb Format currencies 2024-07-11 20:06:48 +02:00
98eb2e0473 Expenses scaffold 2024-07-11 19:55:48 +02:00
47ac0796b9 Install rspec 2024-07-11 19:41:36 +02:00
e34665425f Configure database 2024-07-11 18:45:19 +02:00
a9f166df7e Initial commit 2024-07-11 18:42:31 +02:00