Functionality/Context:
This popup displays the history of activity on the account, which will consist of deposits (payroll disbursements) and withdrawals (triggered by employee)
Specs:
a. First, attempt to retrieve the cached list of historical note updates. If the cache is no longer available, call the balance function from the smart contract to obtain a fresh list.
b. Call on the worker process_note_list() which will return the appropriate content in the format specified in our main diagram - Date, Deposit/Withdrawal, Amount
Testing:
a. Picking up from testing on functionality 4. Withdrawal Popup, make sure that the operation performed (namely, the withdrawal) is displayed correctly in the popup window and that the dates are also accurate
Functionality/Context:
This popup displays the history of activity on the account, which will consist of deposits (payroll disbursements) and withdrawals (triggered by employee)
Specs:
a. First, attempt to retrieve the cached list of historical note updates. If the cache is no longer available, call the balance function from the smart contract to obtain a fresh list.
b. Call on the worker process_note_list() which will return the appropriate content in the format specified in our main diagram - Date, Deposit/Withdrawal, Amount
Testing:
a. Picking up from testing on functionality 4. Withdrawal Popup, make sure that the operation performed (namely, the withdrawal) is displayed correctly in the popup window and that the dates are also accurate