sfhill24 / Monied-2

1 stars 0 forks source link

Progress Bar % #6

Closed jrargent closed 1 year ago

jrargent commented 1 year ago
jrargent commented 1 year ago

Thoughts on how to update the goal % bar on individual donation pages: will need to put in some logic to query all donation amounts, add together, and divide by projectGoal amount

    some js file to do 
    const goal = (query projectGoal amount logic);
    const totalDonations = (query all donation amounts and add together);
    const goal% = goal/totalDonations;
jrargent commented 1 year ago

image

image

image

jrargent commented 1 year ago

Need to add progress bar code to all project-related pages