https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23710 --- Comment #24 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Marcel de Rooy from comment #23)
(In reply to Agustín Moyano from comment #21)
(In reply to Marcel de Rooy from comment #20)
On point [2], I agree that code in API modules should be as simple and clean as possible, but business logic must be checked on the "API side".. we can not rely that it will be implemented on the cliente side. Maybe this kind of logic could be implemented with helpers of mojolicious. What are your thoughts?
Yes it must be checked on the API side. But iirc the idea was that the business logic should (mostly) be in the Koha objects, not duplicated on the REST API side. Because code redundancy == inconsistency && bugs.
Yes, of course.. I thoughts it after I commented before. I'll make a new bug to move that code. Thanks again Thanks again -- You are receiving this mail because: You are watching all bug changes.