Skip to content
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

make a homepage for the foss side of sn (sndev.team) #1056

Open
huumn opened this issue Apr 11, 2024 · 3 comments · May be fixed by #1058
Open

make a homepage for the foss side of sn (sndev.team) #1056

huumn opened this issue Apr 11, 2024 · 3 comments · May be fixed by #1058
Assignees
Labels
difficulty:medium documentation improvements or additions to documentation

Comments

@huumn
Copy link
Member

huumn commented Apr 11, 2024

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.

@huumn huumn added documentation improvements or additions to documentation difficulty:medium labels Apr 11, 2024
@SouthKoreaLN
Copy link
Contributor

SouthKoreaLN commented Apr 12, 2024

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.

@SouthKoreaLN SouthKoreaLN self-assigned this Apr 12, 2024
@SouthKoreaLN
Copy link
Contributor

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...
Screenshot 2024-04-12 at 10 34 52 PM

@SouthKoreaLN
Copy link
Contributor

Updated some progress as a draft: #1058.
Far from finished.

@SouthKoreaLN SouthKoreaLN linked a pull request Apr 12, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:medium documentation improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants