Results 6 issues of Boyan Vushkov

## Summary Added short description where db migrations should be placed and why.

2: Dev Review
Hacktoberfest
hacktoberfest-accepted

## 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...

2: Dev Review
3: QA Review
Hacktoberfest
hacktoberfest-accepted

#### 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...

2: Dev Review
Hacktoberfest
3: QA Review
hacktoberfest-accepted
release-note-none
Contributor

#### 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...

Hacktoberfest
3: QA Review
hacktoberfest-accepted
release-note-none
Contributor

# 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...