Skip to content

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

Merged
merged 2 commits into from
Apr 24, 2025
Merged

feat: Low form views auto detect #814

merged 2 commits into from
Apr 24, 2025

Conversation

barshat7
Copy link
Contributor

Please ensure your pull request adheres to the following guidelines:

  • make sure to link the related issues in this description
  • when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes

Related Issues

Thanks for contributing!

@barshat7 barshat7 changed the title Low form views auto detect feat: Low form views auto detect Apr 17, 2025
Copy link

This PR will trigger a minor release when merged.

@@ -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';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low-views-handler.js

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',
Copy link
Contributor

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'

Copy link
Contributor

@nit23uec nit23uec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inline comments.

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
@barshat7 barshat7 force-pushed the low-form-views-auto-detect branch from 2c654d6 to 98a8293 Compare April 23, 2025 10:14
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));
Copy link
Contributor

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?

@nit23uec nit23uec merged commit e282cdb into main Apr 24, 2025
7 checks passed
@nit23uec nit23uec deleted the low-form-views-auto-detect branch April 24, 2025 02:54
solaris007 pushed a commit that referenced this pull request Apr 24, 2025
# [1.79.0](v1.78.1...v1.79.0) (2025-04-24)

### Features

* Low form views auto detect ([#814](#814)) ([e282cdb](e282cdb))
@solaris007
Copy link
Member

🎉 This PR is included in version 1.79.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

JayKid added a commit that referenced this pull request Apr 25, 2025
* main:
  chore(release): 1.79.2 [skip ci]
  fix: remove cwv data from forms audit (#817)
  chore(release): 1.79.1 [skip ci]
  fix(deps): update dependency @adobe/spacecat-shared-data-access to v2.16.0 (#816)
  chore(release): 1.79.0 [skip ci]
  feat: Low form views auto detect (#814)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants