this post was submitted on 05 Jan 2024
30 points (100.0% liked)

mutual_aid

22003 readers
85 users here now

Users cannot assume that any post has been vetted and must do their own investigation.

RULES:

  1. All mutual aid requests must go in this community.
  2. Mods do not vet individual mutual aid requests. Donate at your own risk.
  3. Do not request donations for funding anything explicitly illegal.
  4. Comments giving unsolicited advice will be removed. (See below)
  5. Comments or posts that are critical of any mutual aid post or user will be removed. (See below)
  6. Posts containing opsec leaks will be removed.

Additionally:

Moderator Pinning Rules:

founded 5 years ago
MODERATORS
 

I am working hard on a book club over on /c/theory trying to help comrades read through Das Kapital volumes 1-3

It seems daunting, but is actually a finite slog that will definitely be accomplished provided you keep putting on foot in front of another.

So I'm trying to keep comrades motivated in any way possible. I was thinking some visual progress indicator like the mock-up attached would help motivate and stimulate comrades. Can anyone make such a thing for me?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 years ago (1 children)

Thank you.

It would update every week (coz it's a progress bar) so either I'd have to be able to do that myself in GIMP or by changing a parameter somewhere.

[–] Shake747 3 points 2 years ago* (last edited 2 years ago) (1 children)

If the progress % can go up at the same interval (because everyone has the same amount of goals, 3 books) then I can make you 3 different bars to display (one for each interval)

Otherwise if you want it animated and to "slide" from 0% - X% when someone clicks done, then some coding will be involved and id need backend access to your platform.

You can also do it with CSS if it's in a web browser, here's a very easy example you can copy/paste:

https://www.w3schools.com/w3css/w3css_progressbar.asp

This will give you a progress bar that's animated and you don't even have to make the graphic

[–] Shake747 3 points 2 years ago

W3 schools has a JavaScript version of this progress bar as well, but let me know which path you think is best here