Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Progress Bar on Website

Topic Labels: API
2994 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Stefan_Welsh
5 - Automation Enthusiast
5 - Automation Enthusiast

I want to make a dynamic progress bar for my website. We are counting number of donations with a goal of 200. I think I can use airtable api to do this, but struggling to figure out how. I have figured out how to use vue.js to get info from my base and display it on my site, but how can I link a progress bar to my base to count the number of donors and link it to my progress bar?

Any help is greatly appreciated.

2 Replies 2
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

I’m pretty new to web development, so I may be completely wrong, but just intuitively it seems like you’d need some middleware aggregating your Airtable records that are being retrieved by the API into arrays that your middleware can manipulate to create a progress bar.

I’ve only worked on a Ruby on Rails stack before - this sounds like the sort of thing I’d do in my Ruby business logic in a controller.

W_Vann_Hall
13 - Mars
13 - Mars

Here’s a quick-and-dirty progress bar that can be built entirely within Airtable.