-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Recent News and Events Entity relationships to TopTier and ServiceEntry #573
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks good, just a few thoughts on organizing some of the code that's reusable
src/routes/(infoPages)/[topTierPage]/[...serviceGroupPage]/+page.svelte
Outdated
Show resolved
Hide resolved
src/routes/(infoPages)/[topTierPage]/[...serviceGroupPage]/+page.server.ts
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.
This is looking good! Adding a few of my thoughts as well.
src/routes/(infoPages)/[topTierPage]/[...serviceGroupPage]/+page.server.ts
Outdated
Show resolved
Hide resolved
src/routes/(infoPages)/[topTierPage]/[...serviceGroupPage]/+page.svelte
Outdated
Show resolved
Hide resolved
src/routes/(infoPages)/[topTierPage]/[...serviceGroupPage]/+page.svelte
Outdated
Show resolved
Hide resolved
Coverage after merging larsmaxwell/572/recent-news into main will be
Coverage Report
|
Reports for 3c0c2de have been deployed to Vercel: |
Closes #572
Proposed changes
Screenshots
Top Tier:
Acceptance criteria validation
Other details
Alternate solutions
Possible drawbacks
Currently, the tagged content overrides the entity relationships if the tagged content exists. This could be confusing for editors until all the tagged content is removed.
Requested feedback