https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23710
--- Comment #23 from Marcel de Rooy <[email protected]> --- (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. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
