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
This should be clientside-only hostable in a static way, e.g. with github pages.
It doesn't need to be too fancy, but it'd be nice if it showed off all the contributors, the rewards they've earned (using awards.csv), and made the README and other docs a little easier to navigate. Basically, it'd wrap all the stuff available on github, and aggregate it.
The text was updated successfully, but these errors were encountered:
So if I understand well, it'd be writing a script that generates the index.html file to be hosted on github pages parsing the info contained in the current versions of awards.csv, README.md and the files inside the docs folder? And beautifying it all.
I'd like to assign this to myself, but it'll take some time to finish as I am doing this at night and am learning frontend on the fly. Anyone else, feel free to speak up if you feel like you're the more apt person for this.
As a first test, tried my hand at processing the awards.csv file. I parse the data using this tool <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
then add up all rewards for each contributor and organize it in a table ranking by biggest earner first to give something like this...
This should be clientside-only hostable in a static way, e.g. with github pages.
It doesn't need to be too fancy, but it'd be nice if it showed off all the contributors, the rewards they've earned (using awards.csv), and made the README and other docs a little easier to navigate. Basically, it'd wrap all the stuff available on github, and aggregate it.
The text was updated successfully, but these errors were encountered: