Looking for an interesting, low-pressure gig?

Hey guys, I’m looking to hire someone willing to take on a fun, low pressure side project. Joseph at GreenFlux has been an amazing mentor, but I’m realizing just how limited both my time and my abilities are, and I’ve decided I need to bring someone else in to help me finish up the app.

I’m looking for someone who already has a pretty good handle on things and am happy to pay fairly for that expertise.

Here’s a brief overview of the app and a run through a few of the features I’m looking to build.

2 3 332
3 REPLIES 3

@Paul_Janson
Hello Paul,
I would like to help for sure. Please contact me via levent@able3ventures.com. I’m an AppSheet Partner and Developer.

Cool app. Hope you get the help you’re asking.

Could you share how you were able to create these really cool progress bars?
3X_2_4_2466a25406df2a2372ff86899a492386526207dc.jpeg
Just wondering if this is something else than 100 different jpg file

Thanks!

I learned this from @tsuji_koichi. It’s a quickchart graph. His original post is here.

The formatting I used for mine is below. [Category Progress Num] is the virtual column where I keep the number that populates this chart. Hope this helps!

https://quickchart.io/chart?bkg=white&height=80&c= {
type: ‘progressBar’,
data: {
datasets: [{
data: [”&number([Category Progress Num])&"],
backgroundColor: ‘rgba(0, 165, 0,.9)’,
borderColor: ‘rgb(231, 76, 60)’,
borderWidth: 5,
barPercentage: 100,
datalabels: {
align: ‘’,
color: ‘rgba(0,0,0,.9)’,
font: {
weight: ‘bold’,
size:40
},
},
}],
},
“options”: {
responsive: true,

}
}"

Top Labels in this Space