intermine / intermine-ios

Intermine iOS application - developed as part of GSoC 2017 by Nadia Yudina
2 stars 1 forks source link

Templates - stop repeated API calls #84

Closed nadia-dev closed 7 years ago

nadia-dev commented 7 years ago

Example: tabbing between templates and lists The app should not call templates more than once within a 2 or 3 second period

yochannah commented 7 years ago

This fix is a work around to avoid crashing intermines that don't have the fix explored here: https://github.com/intermine/intermine/issues/1648

nadia-dev commented 7 years ago

Currently the application is making too many requests, because of the notification system. This needs to be changed.