You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a showcase user receives additional funds (promotion or payment), watchman will auto-increase their campaign budget + beeswax campaign budget appropriately. However, once the campaign has line items setup in beeswax, we need to increase their budgets as well. Rather than attempting to notify lauren to do this manually, we should look to build a solution to auto-increase line item budgets appropriately.
Not sure where it would make the most sense for this code to go, as this will likely be a more temporary solution until we actually build a service for creating line items in our database. The process should basically look like this though:
after editing beeswax external campaign + increasing budget by X
query beeswax for all line items tied to the beeswax campaign
edit each line item + increase the budget by X / lineItems.length
When a showcase user receives additional funds (promotion or payment), watchman will auto-increase their campaign budget + beeswax campaign budget appropriately. However, once the campaign has line items setup in beeswax, we need to increase their budgets as well. Rather than attempting to notify lauren to do this manually, we should look to build a solution to auto-increase line item budgets appropriately.
Not sure where it would make the most sense for this code to go, as this will likely be a more temporary solution until we actually build a service for creating line items in our database. The process should basically look like this though:
X
X / lineItems.length
cc @minznerjosh @ScottBouloutian @howardengelhart
The text was updated successfully, but these errors were encountered: