-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
auto genrate license and display #4105
Conversation
Worth putting a note below the license key once it's there to make sure the user copies it, as it won't be available again if they leave/come back/refresh the screen? |
Thanks, @joepavitt, for the suggestion! Yes, it is necessary to add that note; I will update it. |
Approved from my side, @joepavitt can you do the honours with review? |
will do, waiting on #4105 (comment) to be actioned first |
hi @joepavitt , I have updated the Pr to include the note and made some improvement in license block |
There is still a sentence there after the code block saying "your license will be sent yo you within the next business day" - we don't need that anymore. I'd also move the |
Yes, that sentence is the HubSpot form submit response. I'm not sure how to remove it; I think this should be done within HubSpot. Furthermore, I have moved the strong content into its own paragraph. |
@joepavitt i have made an update to this PR, now it will not show the HS thank you message. |
Description
This pull request automates the generation and display of licenses for requesters. It integrates with our existing Node-RED application (sales flows) to handle license generation. The PR initiates a POST request to an API endpoint within the Node-RED instance. This endpoint generates the license and returns it in the response. Following this, it triggers further flows to store the information in context storage, display it on the dashboard, and log it on Google Sheets.
After the requesting license, requester can see it as following
Related Issue(s)
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label