We can add a loading animation
Maybe we can add pagination.
Neil has already added a new field resolver to retrieve templates and innovation packs, so templates are not mapped from innovationPacks, they are directly retrieved. And it is in use. But maybe some more client processing can be removed
Options:
[ ] data that is loaded
[ ] pagination
[ ] server data loading?
[ ] Split innovation packs and template requests.
[ ] See what is costly and potentially reduce the data that is gathered/displayed. e.g. the count of templates in an innovation pack
[ ]
Note: seems that for Neil it is hanging but it works for Valentin
The load time of the main request (all innovation packs and all templates (~109 at the moment)) is more than 2sec which is huge for a request:
Note that the request returns all templates, which are not even in the view (you have to scroll as the innovation packs are on the top).
Acceptance criteria
Best practices page loads faster
Additional Context
Screen shots / UX designs / data that are relevant.
Description
As an Alkemio user I want a fast application
We can add a loading animation Maybe we can add pagination. Neil has already added a new field resolver to retrieve templates and innovation packs, so templates are not mapped from innovationPacks, they are directly retrieved. And it is in use. But maybe some more client processing can be removed
Options:
Note: seems that for Neil it is hanging but it works for Valentin The load time of the main request (all innovation packs and all templates (~109 at the moment)) is more than 2sec which is huge for a request:
Note that the request returns all templates, which are not even in the view (you have to scroll as the innovation packs are on the top).
Acceptance criteria
Additional Context
Screen shots / UX designs / data that are relevant.
Areas that will be affected
To be added during the refinement