max funk
max funk
#### current transactions inserted with [massive cte](https://github.com/systemaccounting/mxfactorial/blob/e8152f1ca0ac7a2385b1a142065ca32982f878b3/crates/pg/src/sqls/transaction.rs#L76-L144) across `transaction`, `transaction_item` and `approval` tables in a [postgres transaction](https://github.com/systemaccounting/mxfactorial/blob/e8152f1ca0ac7a2385b1a142065ca32982f878b3/crates/pg/src/model.rs#L444-L547) #### expected transactions inserted with postgres function accepting a composite type of `transaction`,...
1. client sends create credit request to graphql 1. graphql sends to create request service 1. create request service fails request
*test case titles = expected* --- **requestScreen displays pending notification from websocket message** 1. navigate to requestScreen 1. receive `pending` notifications websocket event 1. pending messages merged into transaction requests...
for privacy, debitor and creditor values in transactions receive queries from account owners only. *EXCEPTION: account in query set as public by owner (later feature)* 1. sign into account on...
Because this project is a data science initiative, it's initial concern for the web client is producing buttons and forms that test positive for passing/receiving data as expected to/from the...
Produce the [displayAndEditProfileSequence](https://docs.google.com/drawings/d/1lgoratpy1-2mCH3zPxpLtg9Xof9arU0D1_iAhuP7Q8I/edit?usp=sharing) to enable editing of an account's profile.
Produce the [displayAndEditAccountSettingsSequence](https://docs.google.com/drawings/d/1vcxir2_BI_NwjfyhOtBnENCGadBbQxpN8AeP2ptCgLw/edit?usp=sharing) to enable editing of an account's settings.
Produce the [deactivateRuleScreenSequence](https://docs.google.com/drawings/d/16ViPgxNeDoT00WjDF7t2PcFZVPbOVmH73lRBUl1FQGs/edit?usp=sharing) to enable the deactivation of an account's transaction rule.
Produce the [addRuleManuallySequence](https://docs.google.com/drawings/d/1kl7z0S5XsRzsaTqIwTPr9Eordyicx_Wfxqa80ak3lBU/edit?usp=sharing) to enable the manual addition of a transaction rule to an account.
Produce the [acceptAddRuleRequestSequence](https://docs.google.com/drawings/d/1mNkofsPa9TwUgrfvTNkhohXD0a8ebBY6gqpMw53cKbE/edit?usp=sharing) to enable the approval of an add transaction rule request.