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

Stub out basics of the module #1

Closed
nerdstein opened this issue Aug 10, 2015 · 4 comments
Closed

Stub out basics of the module #1

nerdstein opened this issue Aug 10, 2015 · 4 comments
Assignees

Comments

@nerdstein
Copy link
Contributor

Use Drupal console for the following:

  1. info file, dependency to encrypt
  2. module file stubbing out entity presave and load hooks
  3. src/Tests and a placeholder simpletest
  4. .travis.yml (can copy basics from another module)
  5. readme.md with basics stubbed out
@damontgomery
Copy link
Contributor

I have the basic version of this module working. You can assign fields to use encryption and basic fields can be encrypted and decrypted.

TODO:

  • Work with more complex fields
  • Refactor code to use a field encryption service rather than a hook
  • Batch process fields when the field storage setting is changed
  • Tests
  • Cleanup
  • Documentation
  • .travis.yml

I will continue to work on this tomorrow.

@nerdstein
Copy link
Contributor Author

awesome progress!

Feel free to submit a PR for code review

@nerdstein
Copy link
Contributor Author

Whoops, nevermind. Just saw you pushed it up.

@damontgomery
Copy link
Contributor

Split the remaining tasks into their own issues.

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

No branches or pull requests

3 participants