sergeant
sergeant copied to clipboard
Hotfix CS: Sergeant | Implement Poerty Extras
Description
Implement Poerty Extras
Types of changes
Check all that apply:
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Breaking change (causes existing functionality to change)
- [ ] Deployment (non applicative changes)
Checklist
All of the following points are mandatory:
Tests
- [x] I ran on local environment successfully
- [x] I ran integration Tests successfully
- [x] I maintained a >90% Test Coverage on my changes
- [x] [BUG-ONLY] I have added unit tests to check that the bug no longer exists (and integration tests, if needed)
Logs and Monitoring
- [x] I have added the required logs and monitoring alerts to make it possible to maintain my changes
- [x] The added 'extra' log fields has no conflicts with the existing fields
Data Validation
- [x] I have performed required data validation and approved new behavior or intelligence presented to customers.
Migration
- [ ] Data migration required
- [ ] I have added a data migration script and it works locally
- [ ] data migration script tested in dev environment