Manuel made a spike that remove the callback/mapper:
--------------------------------------------------------------------------
WIP: Try to reduce the workload of building cardwall
This is a preliminary work to streamline as much as possible the building
of the cardwall.
Ideally we should tend to:
-> identifying the data we need
-> fetching the data, only what should be display, but all at once
(as much as possible)
-> building the board with cards and cell (presenters)
Change-Id: I743e5c0ed537450a877a48d6a6f41fbff2290da2
https://tuleap.net/plugins/git/index.php/101/view/61/?p=u%2Fvaceletm%2Ftuleap%2Fdev.git&a=commit&h=5d61afa2e6415349814a6fb3a0de19dc4fb62dd1
--------------------------------------------------------------------------
However, due to some caching hell, this commit actually increase the number of sql queries (470 -> 500 on my test data).
So, there is mabye something to pick-up but definitively not merging as is