rahataid / rahat-project-c2c

Rahat project microservices for crypto distribution
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Design UI for Error Message mentioning pending multisig transaction exists. #56

Closed nishu-rumsan closed 4 months ago

nishu-rumsan commented 4 months ago

Technically, we cannot have more than 1 multisig transaction for a project. I

To implement a feature that prevents more than one multisig transaction for a project, you follow these steps:

Step 1: Check for Existing Multisig Transaction When the user clicks on the "Multisig" button to disburse the token, the system should first check if there is any pending multisig transaction for the selected project.

Step 2: Display Error Message If a pending multisig transaction exists, display an error message "Attention: A pending multisig transaction already exists for this project. Please update the current transaction before creating a new one to ensure proper processing and avoid conflicts."

nishu-rumsan commented 4 months ago

@ruchin-rumsan