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?

  • Shake747@lemmy.dbzer0.com
    ·
    edit-2
    6 months ago

    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@lemmy.dbzer0.com
      ·
      6 months ago

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