blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

feat: Manage Subdomains Flow #168

Closed eduramme closed 2 months ago

eduramme commented 2 months ago

Description:

Enhance the user experience by being able to manage subdomains ( make subdomains in the Subdomains table clickable and ready to show on domains page). When a user clicks on a subdomain, they should be redirected to the corresponding domain page.

Tasks:

  1. Update the Subdomains table to make each subdomain entry a clickable link.
  2. Ensure that clicking a subdomain redirects the user to the appropriate domain page.
  3. Add necessary routes or modify existing ones to support the redirection.
  4. Test the functionality to ensure it works correctly across all supported devices and browsers.
  5. Update any relevant documentation or comments in the code.
  6. Make sure the fields are correctly being displayed (parent, owner expiryDate)

Acceptance Criteria: