-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Refactor MappingBrowser to load each source individually #168
Labels
user experience
Usage should be fun and easy
Milestone
Comments
This was referenced Oct 17, 2018
stefandesu
added a commit
that referenced
this issue
Nov 20, 2018
stefandesu
added a commit
that referenced
this issue
Dec 7, 2018
Mappings are now loaded separately from each registry. However, changing the selected registries or saving a mapping still causes a full reload of all mappings, regardless of source. It would be better if only the relevant part was refreshed. |
stefandesu
added a commit
that referenced
this issue
Dec 11, 2018
The only thing missing now is selectively reloading the registries/sections when selecting or deselecting registries (currently reloads all registries). |
stefandesu
added a commit
that referenced
this issue
Dec 13, 2018
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Currently, MappingBrowser loads all results from all chosen sources, waits for all requests to finish, and then assembles and shows the results. It would be better if this was implemented separately for each source. This would make MappingBrowser appear way more responsive than it is now.
It will also be necessary to adjust the
needsRefresh
functionality to include which sources need to be refreshed.The text was updated successfully, but these errors were encountered: