Boyan Vushkov
Boyan Vushkov
## Summary Added short description where db migrations should be placed and why.
## Summary Introduces a weekly digest, similar to the daily one. Extracted functions that decide whether a daily/weekly digest should be sent. Currently users would receive weekly digest if the...
#### Summary Removed redux from browser_store.ts. There were two (IMO) conflicting parts of this class * Redux convenience functions (action creators + selectors) * Class properties + functions that deal...
#### Summary Included `viewChannel` in `mapDispatchToProps` so that we don't have to call it with `state` and `dispatch` inside the component #### Ticket Link fixes https://github.com/mattermost/mattermost-server/issues/21248 #### Related Pull Requests...
# Summary Implements #368 Created CRUD endpoints for campaign reports. They are part of a separate module called `campaign-report`, but the controller is under the `campaign` base route. New entities:...
Backend of [[Feature] Add ability to view/upload reports to Campaigns](https://github.com/podkrepi-bg/frontend/issues/1093) - [ ] DB schema changes to create reports and associate them to campaigns - [ ] Endpoints and services...