[STATS] Statistics site

Then accept @rfindley 's offer. They are looking for someone to take over maintenance.

1 Like

I guess I worded it a bit vaguely but yes, I’m ready to take over maintenance :grinning_face_with_smiling_eyes:

2 Likes

Reminds me of the fact I once started writing a stats page as a user script, based off wkstats. (appearance wise, not code wise) [UserScript] WaniKani Stats
Seems I haven’t touched it since May. Also seems only 42 people ever installed it.
Perhaps I need to get back on that :thinking:

1 Like

Is anything in this direction already going on the background? Not that this topic dies down again for a year until the next renewal bill. Would be cool to see WKStats getting some support :slight_smile: I could also see myself joining in with a few MRs!

2 Likes

I love wkstats but don’t have the skills to maintain it. Hope another durtle can give it the love and attention it deserves. Would be even better if the WK devs could integrate the tables and filters in the actual platform.

And thanks to @rfindley for keeping it alive for all these years. :heart:

4 Likes

@skaldebane said they would take over maintenance of this site (see the post this post replies to) but we didn’t see any reaction from @rfindley .

1 Like

I’ve renewed the domain for 1yr, so we’ll have plenty of time to find a path forward.

The latest source code is [here], so anyone interested can set up a dev server and start playing around with it.

6 Likes

I was also waiting on a response from @rfindley, it’s finally here!

I’ll try playing around with it as soon as I have time, eying a porting to Svelte to break the ice with the codebase.

1 Like

Yeah, I would definitely be rewriting it with Svelte if I was starting over or resuming.
Back when I first started wkstats v2, Svelte was still a little too young, and I decided against using it. Now, I’ve used it for a few small projects. There are still some things I would change in SvelteKit, but it’s a lot better than it was.

4 Likes

Thanks for sharing! I took the freedom to fork it and play around a bit :blush: Added @UInt2048 projection page (hope thats okay) and played around a bit with a small progress bar.

If someone wants to join in and have a little fun with the code, come over to my GitHub! :grinning_face_with_smiling_eyes: Hosted it also quickly on Vercel if anyone wants to take a look https://wkstats.vercel.app/.

8 Likes

Looks great! <3

Btw I noticed one thing - @UInt2048 projectsion seem to be more accurate - would it be possible to integrate them into main Status page?

Right now it says: ā€œLevel-up In: 0 days, 0 hours, 0 minutesā€ while projections page says in 2 days which seems about right :smiley:

1 Like

Changed it :grinning_face: The time will now be somewhat similar to the one in the Projections page!

1 Like

awesome, thank you! <3