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 337
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