manu-p-1 / meet

💳 Marqeta Hackathon Project - MEET - A structured and plan-based expense management platform for the modern age powered by Marqeta's modern card issuing API
MIT License
5 stars 2 forks source link

Use Case: Simulate Distribution of Funds to Individuals (Preplan) #5

Closed yimama007 closed 4 years ago

yimama007 commented 4 years ago

With the created plan form fields, consider the logic in these use cases:

1. Start/End Dates

Start Date End Date Description
0 0 Plan begins immediately and lasts for an indefinite amount of time
0 1 Plan begins immediately and ends at the specified end date
1 0 Plan begins at the specified beginning date and lasts for an indefinite amount of time
1 1 Plan begins at the specified beginning date and ends at the specified end date

2. Amount to move is greater than amount in source account

Consider sending error to standard error page.

3. Velocity Controls - William's issue

4. Create card for user use case (in another issue)