We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, agenda folder validation logic is duplicated across different mutations. This includes checking if:
Create a reusable utility function to centralize this validation logic, making the code more maintainable and reducing duplication.
/cc @shivasankaran18
The text was updated successfully, but these errors were encountered:
This issue is available for assignment
Sorry, something went wrong.
@palisadoes please assign this issue to me as I will also work with the same in frontend later on in a feature request
bandhan-majumder
No branches or pull requests
Background
Currently, agenda folder validation logic is duplicated across different mutations. This includes checking if:
Proposal
Create a reusable utility function to centralize this validation logic, making the code more maintainable and reducing duplication.
References
Notes
/cc @shivasankaran18
The text was updated successfully, but these errors were encountered: