Skip to content

feat(web): add metadata for saved and profile routes#11

Open
AvielCarlos wants to merge 1 commit into
masterfrom
chore/close-merged-dark-app-issues
Open

feat(web): add metadata for saved and profile routes#11
AvielCarlos wants to merge 1 commit into
masterfrom
chore/close-merged-dark-app-issues

Conversation

@AvielCarlos

@AvielCarlos AvielCarlos commented May 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • adds route-level metadata for /saved and /profile
  • improves discoverability/share previews for the dedicated app account routes added by the dark app shell work

Verification

  • pnpm install --frozen-lockfile
  • pnpm --filter @aventi/web typecheck
  • lightweight secret grep over changed files

Summary by CodeRabbit

  • Chores
    • Enhanced page metadata for Profile and Saved pages with improved titles and descriptions for better search visibility and link sharing.

Review Change Stack

@vercel

vercel Bot commented May 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aventi-web Ready Ready Preview, Comment May 10, 2026 10:57pm

@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0abcd89e-0918-41b1-8a03-4009a47fd71b

📥 Commits

Reviewing files that changed from the base of the PR and between 5d3a04b and 4c5909d.

📒 Files selected for processing (2)
  • apps/web/app/profile/page.tsx
  • apps/web/app/saved/page.tsx

📝 Walkthrough

Walkthrough

This PR adds Next.js page metadata exports to the profile and saved routes. Each page now includes a metadata constant that defines the page title and description for SEO, while component functionality remains unchanged.

Changes

Page Metadata Configuration

Layer / File(s) Summary
Profile Page Metadata
apps/web/app/profile/page.tsx
Adds Metadata import from 'next' and exports a typed metadata constant with title and description for the profile route.
Saved Page Metadata
apps/web/app/saved/page.tsx
Adds Metadata import and exports a typed metadata constant with title and description for the saved route.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Two pages now speak with pride,
Their titles and descriptions, side by side,
The metadata hops through the app with grace,
SEO finds its proper place!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding metadata exports for the saved and profile routes.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/close-merged-dark-app-issues

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant