Arquisoft / viade_en2b

Viade en2b
MIT License
6 stars 7 forks source link

Route pagination/caching mechanism #214

Open UO264345 opened 4 years ago

UO264345 commented 4 years ago

Feature description 🗺️

Since when the number of routes saved by the user grows the time it takes to retrieve them from the POD grows exponentially, a new mechanism has to be implemented to palliate this. First of all, instead of sending the requests one by one, they should be sent all at the same time, making good use of Javascript asynchronous capabilities. Second, some kind of pagination has to be implemented, retrieving a low number of routes each time, and giving the user an option to get more routes.

Expected behaviour: The routes are retrieved in batches and the user can choose to get more.

Other development information, extensions and problems: none

Acceptance criteria

Testing scenarios

Linked pull requests