-
Notifications
You must be signed in to change notification settings - Fork 10
feat: Low form views auto detect #814
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
Conversation
src/forms-opportunities/oppty-handlers/low-form-views-handler.js
Outdated
Show resolved
Hide resolved
src/forms-opportunities/oppty-handlers/low-form-views-handler.js
Outdated
Show resolved
Hide resolved
This PR will trigger a minor release when merged. |
src/forms-opportunities/handler.js
Outdated
@@ -19,6 +19,7 @@ import { generateOpptyData } from './utils.js'; | |||
import { getScrapedDataForSiteId } from '../support/utils.js'; | |||
import createLowConversionOpportunities from './oppty-handlers/low-conversion-handler.js'; | |||
import createLowNavigationOpportunities from './oppty-handlers/low-navigation-handler.js'; | |||
import createLowFormViewsOpportunities from './oppty-handlers/low-form-views-handler.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
low-views-handler.js
src/forms-opportunities/oppty-handlers/low-form-views-handler.js
Outdated
Show resolved
Hide resolved
runbook: 'https://adobe.sharepoint.com/:w:/s/AEM_Forms/EeYKNa4HQkRAleWXjC5YZbMBMhveB08F1yTTUQSrP97Eow?e=cZdsnA', | ||
type: FORM_OPPORTUNITY_TYPES.LOW_FORM_VIEWS, | ||
origin: 'AUTOMATION', | ||
title: 'Form page has high views but the form has low views', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Form has low views'
src/forms-opportunities/oppty-handlers/low-form-views-handler.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inline comments.
src/forms-opportunities/oppty-handlers/low-form-views-handler.js
Outdated
Show resolved
Hide resolved
src/forms-opportunities/oppty-handlers/low-form-views-handler.js
Outdated
Show resolved
Hide resolved
feat: forms - high page views, low form views opportunity feat: forms - high page views, low form views opportunity - review comments feat: forms - high page views, low form views opportunity - review comments feat: forms - high page views, low form views opportunity feat: forms - high page views, low form views opportunity - refactoring feat: low form views: avoid repetition of same form over multiple opportunities feat: low form views: updated guidance and descriptions
2c654d6
to
98a8293
Compare
…urce to exclude duplicate opportunities
log.debug(`forms opportunities high-page-views-low-form-views: ${JSON.stringify(formOpportunities, null, 2)}`); | ||
|
||
const filteredOpportunities = filterForms(formOpportunities, scrapedData, log, excludeForms); | ||
filteredOpportunities.forEach((oppty) => excludeForms.add(oppty.form + oppty.formsource)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we update this excludeForms set in filterForms method itself?
# [1.79.0](v1.78.1...v1.79.0) (2025-04-24) ### Features * Low form views auto detect ([#814](#814)) ([e282cdb](e282cdb))
🎉 This PR is included in version 1.79.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!