add todos for improving datamapper selects/reduce complexity

This commit is contained in:
Dennis Eichhorn 2020-06-08 23:37:59 +02:00
parent 827547d342
commit c8c67363a3

View File

@ -26,6 +26,11 @@ use phpOMS\DataStorage\Database\RelationType;
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*
* @todo Orange-Management/oms-News#???
* Too complicated select.
* I think the default getAll etc. is too complicated and has too many joins which are not really required.
* Check and fix!
*/ */
final class NewsArticleMapper extends DataMapperAbstract final class NewsArticleMapper extends DataMapperAbstract
{ {