-
Notifications
You must be signed in to change notification settings - Fork 6
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
Question pages and charts #74
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Checklist by @NunoSempere from #63 (easier to continue here than there but see #63 for relevant comments):
|
Omg, this is beautiful |
Some suggestions:
|
I think we should also incorporate capture functionality on question pages. It doesn't make much sense to me to keep it separate. |
Note to self: figure out what to do with guesstimate questions. They are currently broken since they're not stored in the database. Maybe they should just be fetched and stored in |
This would be in principle fine, but there are too many of them. But we can get a hq preview to display? Or else we can embed them as an iframe? |
Add line, reorganize display Also fix nasty bug where probabilities are inverted in frontpage
Various indicators code should probably be moved to its own file.
Turns out history entries weren't sorted and charts didn't display the full history because of this, should be better now. |
Ok, now I think it's ready. Changes since my previous comments:
|
This is really neat, happy to see this in! |
Since I had to merge #71 urgently, this is a new PR for finishing question pages and implementing history/charts.
I'll merge the code from #63 into this branch too.
Also, suggestions on a question page layout are very welcome!