internetee-registry/test
oleghasjanov 7799727867 feat: add age validation for admin contacts
- Add AgeValidation module for consistent age checks
- Validate admin contacts must be at least 18 years old
- Move age validation logic from Domain to shared module
- Add tests for admin contact age validation
- Fix JSON format for admin_contacts_allowed_ident_type setting

This change ensures that administrative contacts must be adults (18+),
using the same age validation logic as for registrants. The validation
works with both birthday and Estonian ID formats. Settings are now
properly stored as JSON strings for consistent parsing.
2025-03-20 16:37:38 +02:00
..
fixtures feat: add admin contact ident type validation 2025-02-03 13:59:03 +02:00
helpers fixed tests: updated gems; improve company register status job and test stability 2024-11-13 15:04:39 +02:00
integration feat: add age validation for admin contacts 2025-03-20 16:37:38 +02:00
interactions Fix ProcessClientHold tests and implementation 2025-03-06 15:32:39 +02:00
jobs refactor 2025-03-06 11:51:01 +02:00
learning Removed date_from attribute 2023-12-19 09:38:00 +02:00
lib fix: handle HTTPClient::KeepAliveDisconnected in OrgRegistrantPhoneCheckerJob 2025-03-06 11:38:09 +02:00
mailers added more tests 2024-11-08 12:45:12 +02:00
models feat: add age validation for admin contacts 2025-03-20 16:37:38 +02:00
services Corrected tests 2024-11-14 08:37:09 +02:00
support/assertions Pump minitest version 2020-02-05 12:43:25 +05:00
system/admin_area Corrected tests 2023-06-29 14:00:44 +03:00
tasks business contact validation + tests 2024-11-08 12:45:12 +02:00
application_system_test_case.rb comment out not relevant tests 2024-02-02 09:08:04 +02:00
test_helper.rb removed extra line 2024-11-14 10:16:24 +02:00