tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

Add hall of fame/timeline for past heads of committee #90

Closed roggnroll closed 4 years ago

roggnroll commented 7 years ago

This looks nice: https://sbstjn.com/timesheet.js/

renatobellotti commented 7 years ago

I like it! :)

roggnroll commented 7 years ago

Actually something like a gantt chart would be better: http://jsgantt.com (Instead of Tasks we would have the positions, and the resources would be the people that held the post) Hmmmm...

renatobellotti commented 7 years ago

I suggest to use Plotly.js: https://plot.ly/python/gantt/ I've already used it in one of my projects and it's super easy to use, just like matplotlib, but on websites. :)

roggnroll commented 7 years ago

Superb! It would be perfect if the user was able in the end to click on the bars and then a little profile would open up to show the "achievements" of the person

gitsimon commented 7 years ago

Note that we already include plotly-latest.min.js, it is used for the graphs in the course overview. There you can also see how to get the data into the javascript code via a Django template...feels so hacky but is cool! (Another way would be to render the graph on the server, periodically)

renatobellotti commented 7 years ago

Where is it loaded? I see where it's used, but I'm not yet comfortable enough with templates to find where the Javascript library is embedded. It's included via CDN, right?