You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In register delegate form, we need to validate uniqueness of delegate name, so that the application uses useDelegateName hooks in utils and checkUsername function to check the delegate name. We have an API call getDelegate which is using old methodology and calling account endpoint which does not exist any more so we need to adopt useDelegateName with react-query
Acceptance Criteria
Adopt useDelegateName with react-query
Remove unused utiles
Adopt unit test
Additional Information
The text was updated successfully, but these errors were encountered:
Description
In register delegate form, we need to validate uniqueness of delegate name, so that the application uses
useDelegateName
hooks in utils and checkUsername function to check the delegate name. We have an API callgetDelegate
which is using old methodology and calling account endpoint which does not exist any more so we need to adopt useDelegateName with react-queryAcceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: