chore: husky hooks, strict TypeScript, structured logging, audit registry - #567
Open
Nimatstar wants to merge 1 commit into
Open
chore: husky hooks, strict TypeScript, structured logging, audit registry#567Nimatstar wants to merge 1 commit into
Nimatstar wants to merge 1 commit into
Conversation
…ction registry - Add husky pre-commit running lint-staged (eslint + prettier) (closes Dfunder#559) - Enable TypeScript strict mode with typing guidelines doc (closes Dfunder#557) - Add structured AppLoggerService with levels + correlation ids and docs (closes Dfunder#556) - Add AuditAction registry for sensitive operations and audit-logging docs (closes Dfunder#550)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four small, focused quality improvements.
pre-commithook runninglint-staged(eslint --fix + prettier) via a.lintstagedrc.json, plus thepreparescript. Closes Add Pre-commit Hooks #559strict: trueintsconfig.json(keeping the NestJS-friendlystrictPropertyInitialization: false) and adddocs/typing-guidelines.md. Closes Add TypeScript Strict Mode #557AppLoggerServicewith log levels and correlation-id support, plusdocs/logging-strategy.md. Closes Create Comprehensive Logging Strategy #556AuditActionregistry of sensitive operations anddocs/audit-logging.mdcovering immutability and the admin viewer. Closes Implement Audit Logging for Sensitive Actions #550Closes #559
Closes #557
Closes #556
Closes #550