Bug 30719: (QA follow-up) Pick better column names and cleanup
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 10 Oct 2023 19:02:38 +0000 (16:02 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 17 Oct 2023 17:45:23 +0000 (14:45 -0300)
commita71140fe607ce73211c9a1f1bbecdd845743544a
tree6da76085dd45b7e5815ad905346ec4dc16300939
parent2102e948a8a50e536f7e22046a2930924f03e822
Bug 30719: (QA follow-up) Pick better column names and cleanup

This patch takes on normalizing the attribute names, embeds, and also
makes the whole API more kosher, in terms of using accessors for related
objects, using the standard structure for strings_map, etc.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
14 files changed:
Koha/Illbatch.pm
Koha/REST/V1/Illbatches.pm
Koha/Schema/Result/Borrower.pm
Koha/Schema/Result/Branch.pm
Koha/Schema/Result/Illbatch.pm
Koha/Schema/Result/IllbatchStatus.pm
Koha/Schema/Result/Illrequest.pm
api/v1/swagger/definitions/ill_batch.yaml
api/v1/swagger/paths/ill_batches.yaml
installer/data/mysql/atomicupdate/bug_30719_add_ill_batches.pl
installer/data/mysql/kohastructure.sql
t/db_dependent/IllbatchStatuses.t
t/db_dependent/Illbatches.t
t/db_dependent/api/v1/ill_batches.t