paviro / MMM-Wunderlist

This an extension for the MagicMirror. It can display your Wunderlist todos.
39 stars 15 forks source link

Performance: Retrieve User-Data/Users only for lists that are displayed #24

Open ArneCL opened 6 years ago

ArneCL commented 6 years ago

Currently, when showAssignee: true all users, the particular account can "see" are fetched (i.e. all Users of all Lists for that account). However, this may be a lot of ballast, as only users with access to the lists displayed are of interest.

The solution would be to also submit the list_id to the endpoint, as described here