Post
Topic
Board Meta
Re: Bitcointalk ProfileAnalyzer & Rank ProgressTracker 4 Newbies & Existing Members
by
programmer3666
on 15/07/2025, 06:48:00 UTC
Nice tool. It will always be great to have more tools for whatever reasons it can make for the forum.

Also, i wonder what's your logic of getting 17% progress from current activity and merit? Will you make the project open source?



Btw, i tried the tool but got this error.
Code:
❌ Failed to fetch from backend. Make sure the Flask server is running.

Sorry for that error i guess i didn't take note of it when i push it into my GitHub Respository and hosted it live. I have fixed the issue and it is now working fine. A line in the script was still sending  requests to the localhost instead of the live Render domain.

Also thanks for the observation on the progress percentage. The system calculates progress towards the next rank by averaging activity and merit progress. But is like Flask backend is returning 17%, becos it only uses merit for the calculation instead of the average of merit and activity. I will have it tweak a bit so it can sync the backend withfrontend logic

The tweak wil include separate progress breakdwns for Activity and Merit in addition to the overall average that is already avaialable.

Yes boss i am planning to open source it once everything is stable enough although it is currently sitting in my GitHub Respository.