Skip to content
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

feat(content): resolve product, category and content links #775

Merged
merged 14 commits into from
Sep 19, 2023

Conversation

supproduction
Copy link
Contributor

@supproduction supproduction commented Sep 19, 2023

Improve the content link component to resolve links to product, category or content pages.
Reveal suggestions so that integrations can reuse the data while building content.

closes: HRZ-89824

@supproduction supproduction requested a review from a team as a code owner September 19, 2023 10:17
@netlify
Copy link

netlify bot commented Sep 19, 2023

Deploy Preview for dev-composable-storefront ready!

Name Link
🔨 Latest commit faa783d
🔍 Latest deploy log https://app.netlify.com/sites/dev-composable-storefront/deploys/6509badfa288990007df7161
😎 Deploy Preview https://deploy-preview-775--dev-composable-storefront.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
3 paths audited
Performance: 29 (🔴 down 1 from production)
Accessibility: 95 (no change from production)
Best Practices: 97 (no change from production)
SEO: 87 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 19, 2023

Deploy Preview for dev-fulfillment ready!

Name Link
🔨 Latest commit faa783d
🔍 Latest deploy log https://app.netlify.com/sites/dev-fulfillment/deploys/6509badf614c6300083d2f05
😎 Deploy Preview https://deploy-preview-775--dev-fulfillment.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 19, 2023

Deploy Preview for dev-oryx-components ready!

Name Link
🔨 Latest commit faa783d
🔍 Latest deploy log https://app.netlify.com/sites/dev-oryx-components/deploys/6509badf1822320008a0bf75
😎 Deploy Preview https://deploy-preview-775--dev-oryx-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -21,6 +26,27 @@ export class ContentLinkComponent extends ContentMixin<
return null;
});

protected $text = computed(() => {
const { type, id } = this.$options();
Copy link
Contributor

Choose a reason for hiding this comment

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

we could move this down a bit

Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick, but still open afaik

libs/domain/content/link/link.schema.ts Outdated Show resolved Hide resolved
libs/domain/content/link/link.schema.ts Outdated Show resolved Hide resolved
@cypress
Copy link

cypress bot commented Sep 19, 2023

1 flaky test on run #10053 ↗︎

0 13 37 0 Flakiness 1

Details:

fix
Project: Composable Storefront Commit: faa783df2a
Status: Passed Duration: 13:45 💡
Started: Sep 19, 2023 3:21 PM Ended: Sep 19, 2023 3:34 PM
Flakiness  src/integration/authentication.cy.ts • 1 flaky test • sf-smoke

View Output Video

Test Artifacts
Authentication suite > should allow to login and logout Test Replay Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@cypress
Copy link

cypress bot commented Sep 19, 2023

Passing run #2375 ↗︎

0 27 0 0 Flakiness 0

Details:

fix
Project: Fulfillment App Commit: faa783df2a
Status: Passed Duration: 05:11 💡
Started: Sep 19, 2023 3:21 PM Ended: Sep 19, 2023 3:26 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@tobi-or-not-tobi tobi-or-not-tobi changed the title feat: content link product\category handling feat(content): resolve product, category and content links Sep 19, 2023
@supproduction supproduction merged commit f9f51e2 into development Sep 19, 2023
41 checks passed
@supproduction supproduction deleted the feautre/hrz-89824-category-link branch September 19, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants