Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make budgets be actually processed before they are persisted #1

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

gberzins
Copy link
Collaborator

@gberzins gberzins commented May 17, 2024

With this pr, app budget is actually being processed before it's persisted.

When user uploads csv, it is formatted according to these constraints:

  1. Only rows, which have date, which is between start_date and end_date are persisted.
  2. Only columns, which exactly match any of channels persisted on User should be persisted.
  3. Allow spend to go only up to a certain limit per channel in a day.

slothelle

This comment was marked as resolved.

@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@getrecast getrecast deleted a comment from slothelle Jul 16, 2024
@ereboucas ereboucas requested review from slothelle and removed request for slothelle July 17, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants