-
Notifications
You must be signed in to change notification settings - Fork 1
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: Display Spaceforce.mil news articles below the news carousel #746
Conversation
See for where the solution came from DefinitelyTyped/DefinitelyTyped#35572 (comment)
This pull request has been linked to Shortcut Story #772: Finish News & Announcements page. |
@jcbcapps this all looks good. The only thing I believe that needs to change is the CTA label to "View Details" |
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 PR is dependent on #744 correct? If so it looks good to me, though I think you may have some updates to apply once #744 is merged. I'm marking it approved assuming that those updates happen :)
Note: I saw John's comment about View Detail
but the Figma designs for #744 show View article
which is what is on the other branch iirc.
## [4.7.0](4.6.0...4.7.0) (2022-08-24) ### Features * Add internal news carousel for news and announcements page ([#744](#744)) ([c4acfe6](c4acfe6)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/issues/35572#issuecomment-498242139](https://github.com/USSF-ORBIT//github.com/DefinitelyTyped/DefinitelyTyped/issues/35572/issues/issuecomment-498242139) * Display Spaceforce.mil news articles below the news carousel ([#746](#746)) ([e13b57a](e13b57a)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/issues/35572#issuecomment-498242139](https://github.com/USSF-ORBIT//github.com/DefinitelyTyped/DefinitelyTyped/issues/35572/issues/issuecomment-498242139)
SC-771
Proposed changes
Reviewer notes
Note: this PR is built off of SC-589, so please review that PR first
Another note: I updated an e2e test in this repo, but also updated it in the
ussf-portal
repo and created a PR there. Please review that PR in tandem with this one.Third and final note (hopefully): This branch also includes the (very few) updates needed to finish SC-772 so please give that story a glance.
Navigate to
/news-announcements
View older Spaceforce.mil articles
and that when clicked, takes you tohttps://www.spaceforce.mil/News
in a new tabSetup
Make sure to have both the CMS and the portal client running on your local machine. You can do this by
yarn services:up && yarn dev
in the CMS repo andyarn dev
in the portal client with this branch checked outCode review steps
As the original developer, I have
As code reviewer(s), I have
As a designer reviewer, I have
As a test user, I have