-
Notifications
You must be signed in to change notification settings - Fork 5
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
News data array adjusted for component loop #769
Conversation
This is a new PR for additional changes to how the styleguide data is fed in. |
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.
If we are going to introduce two new factories, can we update the original Article
factory to use the two new ones instead of having duplicate code?
https://github.com/waynestate/base-site/blob/master/factories/Article.php
This would remove some duplication.
…is could be refined but would require some changes that could be conflicting.
@nickdenardis I made the change to the Article factory. https://github.com/waynestate/base-site/blob/d8cfd9c913fc051c7f876ffe3e748fcf829ac9de/factories/Article.php |
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 to me. 👍
https://www.loom.com/share/43dbbd5850c14a7f954d7bfb2a126d9e?sid=199fbdae-0f53-4e8d-8325-6aec184f9efd
This is a new pull request due to alot of changes on the previous one. This includes changing how the styleguide is fed data.