-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to instructional website data #1002
Comments
+1, would make everyones life a little easier |
+1 |
We should try accessing the svg elements as they load to determine the status. |
@moizsyed and I have been discussing ideas on this:
@moizsyed is also starting on this |
A json endpoint is the better solution |
Yeah, I'm not sure how you could parse the badge |
How it currently stands: every load of the congress-forms-test front page makes hundreds of requests and queries on congress-forms. A JSON endpoint may not reduce the number of queries for statuses, but it would drastically reduce the number of requests and open/closes to the DB server |
alright, someone please setup the json endpoint.. and then i will work on this patch |
Maybe we should take this on after we're at a good place for the time being with most of the forms being stable. This will help us make the instruction page a little better identifying which forms are failing, so volunteers in the future can tackle them promptly. |
+1 |
Happy to work on this. API endpoint from https://github.com/EFForg/congress-forms/ no? |
A few improvements on the instructions data...
First, would be nice to be able to hide members that are 100% working, to narrow down on unworking ones.
Would be also nice to have some counts/running totals, like 329 out of 518 working, based on the 100% badges.
The text was updated successfully, but these errors were encountered: