add todos for improving datamapper selects/reduce complexity

This commit is contained in:
Dennis Eichhorn 2020-06-08 23:37:59 +02:00
parent d9a62115fe
commit ee33254397

View File

@ -24,6 +24,11 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/oms-Tag#???
* 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 TagMapper extends DataMapperAbstract
{