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

Feature/refactor 4 #693

Merged
merged 16 commits into from
Feb 1, 2024
Merged

Feature/refactor 4 #693

merged 16 commits into from
Feb 1, 2024

Conversation

breakdancingcat
Copy link
Member

  • Only displaying a component if the view exists
  • Added full list of available component custom page fields to the bottom of the "Using Components" page
  • Added modular-page-content that relocates the position of the CMS WYSIWYG body to the hierarchal placement of the page field
    • Noticed a case where a page content column was warranted - yourfuture next to a form
    • Updating all resources to include modular-page-content-row and modular-page-content-column
  • Handling cross-site promotions in modularrepository when you are developing from base only (viewing writing center promos from base for layout creation)
  • Adding nested unordered and ordered list styles
  • Removing unused components
  • Adding heading id's for deep linking
  • Updated button-row component to allow one button centered

@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 04e7bd5 on feature/refactor-4
into 99a83e8 on develop.

@breakdancingcat breakdancingcat merged commit 5e5211f into develop Feb 1, 2024
2 checks passed
// Fake return
$return['promotions'] = app(GenericPromo::class)->create(5, false, [
'relative_url' => '/promo/image.jpg',
'filename_url' => 'https://base.wayne.edu/promo/image.jpg',
Copy link
Member

Choose a reason for hiding this comment

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

Should these be real or faker image URLs?

Copy link
Member Author

Choose a reason for hiding this comment

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

They will never be accessed, only for test purposes to make sure the relative url is replaced. I could change them, but I skipped going through the effort of faking it and making sure the fakes matched because they are only used for the test.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for this explanation, this makes sense. 😄

Copy link
Member

@nickdenardis nickdenardis left a comment

Choose a reason for hiding this comment

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

👍

@chrispelzer chrispelzer deleted the feature/refactor-4 branch February 12, 2024 22:31
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.

None yet

3 participants