Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Have content generators add their dependencies to the graph. #315

Open
8 of 13 tasks
carbontwelve opened this issue Aug 15, 2018 · 0 comments
Open
8 of 13 tasks

Have content generators add their dependencies to the graph. #315

carbontwelve opened this issue Aug 15, 2018 · 0 comments
Assignees
Milestone

Comments

@carbontwelve
Copy link
Member

carbontwelve commented Aug 15, 2018

Content Generators should be added as dependants of the template that required them. The complexity here is that the generator needs to be added as a dependant of the files that it uses for input while also being the parent to the files it generates.

Should we care about the files it generates? They pose no real purpose other than taking up RAM.

This is a much larger task than expected:

  • Mark @deprecated generators found in Entities folder
  • Write GeneratorInterface
  • Write AbstractFileGenerator class
  • Stub out skeletons foreach: CollectionItemGenerator, PaginationGenerator, TaxonomyArchiveGenerator and TaxonomyIndexGenerator.
  • Write CollectionItemGenerator
  • Write Unit Test for CollectionItemGenerator
  • Write PaginationGenerator
  • Write Unit Test for PaginationGenerator
  • Write TaxonomyArchiveGenerator
  • Write Unit Test for TaxonomyArchiveGenerator
  • Write TaxonomyIndexGenerator
  • Write Unit Test for TaxonomyIndexGenerator
  • Delete Entities/Generators

This is a sub task of #311

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant