Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Replace repositories used directly in views w/ controller renderings #398

Open
9 tasks
nickwesselman opened this issue Jun 18, 2018 · 0 comments
Open
9 tasks

Comments

@nickwesselman
Copy link
Contributor

nickwesselman commented Jun 18, 2018

The following view renderings construct repositories or use static repositories. These should become controller renderings w/ extended models so that the repositories can be injected.

  • src\Feature\Social\code\Views\Social\TwitterFeed.cshtml
  • src\Feature\Identity\code\Views\Identity\ContactInformation.cshtml
  • src\Feature\Identity\code\Views\Identity\Copyright.cshtml
  • src\Feature\Identity\code\Views\Identity\Logo.cshtml
  • src\Feature\Language\code\Views\Language\LanguageSelector.cshtml (being fixed in LanguageRepository unit tests broken #393)
  • src\feature\Media\code\Views\MediaFeature\LightboxGallery.cshtml
  • src\Feature\Media\code\Views\MediaFeature\MediaCarousel.cshtml
  • src\Feature\Media\code\Views\MediaFeature\PageHeaderCarousel.cshtml
  • src\Feature\faq\code\Views\FAQ\FaqAccordion.cshtml
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant