Skip to content
Travis Carden edited this page Mar 14, 2017 · 2 revisions

Project to-do

Goals

  • Nail down the composer.json paradigm (e.g., pare it down, as much as possible, to project metadata and requirements only.
  • Add automated tests.

Tasks

  • Rename repository to match module name: ckeditor_layout_manager.
  • Convert README file to Markdown. See Checklist API for an example of structure. Address module has an example of explaining installation with Composer.
  • Remove the composer.lock from the repo.
  • Clean up or even remove .gitignore
  • Investigate the "correct" way to handle Composer dependencies that don't publish their own packages. (Should we ask the CKEditor library maintainers to publish on packagist? Should we self-publish unofficial packages there ourselves? Should we create modules for each so they go on Drupal's packagist?) Look at Address module for possible clues and inspiration.
  • Identify automated tests we can write and write them.
Clone this wiki locally