dev #1485
Updated by Md.Sajib Ahmed over 1 year ago
### **Objective** - Enhance the Node Three page by enabling users to view the public live URL of calculators when they are published. --- ### **Task Checklist** - [x] [ ] Add a "View Live URL" button on the Node Three page admin page. - [x] [ ] Ensure the "View Live URL" button is displayed only for calculators in the "Published" state. - [x] [ ] Hide the "View Live URL" button for calculators that are unpublished. - [x] [ ] Validate that clicking the button redirects users to the correct live URL. --- ### **Success Criteria** - The "View Live URL" button is visible only for published calculators. - The button redirects users to the correct live URL without errors. - The feature is thoroughly tested for usability and functionality across various devices. --- ### **Summary Task List** - [x] [ ] Implement "View Live URL" button functionality. - [x] [ ] Set up logic to conditionally display the button based on the publication state of the calculator. - [x] [ ] Test and validate functionality.