NottingHack / NottingHack/hms2
member.ex audit
Open
@dpslwk is already working on this.
Since Jan 9, 2019.
2.1
Process
- Dominant language
- PHP
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
After 6 years we should remove ex member records
but to keep DB integrity we likely obfuscate the data
need to look carefully at what tables are have already that need cleaning and as we add more this audit will constantly need updating
going to be best to break this down in Entity base files in say app/HMS/Obfuscate/
so when adding a new entity we add a new EntityObfuscate.php file and the command runs uses auto discovery to find them all and call handle/run methods
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.