You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the https://github.com/EFForg/congress-forms-test individual member debug endpoint only lists the most recent fill attempts, only the ones that have been processed since the member's YAML was last updated. If you click "View all attempts", that lists every single attempt that's been made ever. This incurs a large load time. Instead, I'd like to have an infinite scroll UX where you're able to keep scrolling back in time, and in the background every time you get to the end of the page a new request is made for the next 30 fill statuses. Once that returns, it's added to the end of the page. Scrolling to the end again queries for the next 30 and so on.
This is only possible by allowing '/recent-statuses-detailed/' to specify limit and offset.
The text was updated successfully, but these errors were encountered:
This will help us with the debugging endpoint.
Currently the https://github.com/EFForg/congress-forms-test individual member debug endpoint only lists the most recent fill attempts, only the ones that have been processed since the member's YAML was last updated. If you click "View all attempts", that lists every single attempt that's been made ever. This incurs a large load time. Instead, I'd like to have an infinite scroll UX where you're able to keep scrolling back in time, and in the background every time you get to the end of the page a new request is made for the next 30 fill statuses. Once that returns, it's added to the end of the page. Scrolling to the end again queries for the next 30 and so on.
This is only possible by allowing '/recent-statuses-detailed/' to specify limit and offset.
The text was updated successfully, but these errors were encountered: