You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file is starting to get very large. We added a todo note in #2717 to refactor this, this issue tracks that.
Deliverables
Refactor engine/apps/mobile_app/tasks.py into a folder engine/apps/mobile_app/tasks/ which contains one file per push notification that we are sending out. Some methods can possibly be extracted out into a common "utils" file.
Product Area
Other
Anything else to add?
No response
The text was updated successfully, but these errors were encountered:
The current version of Grafana OnCall, at the time this issue was opened, is v1.3.21. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you 😄!
# What this PR does
Closes#2722
## Checklist
- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
What would you like to see!
The file is starting to get very large. We added a todo note in #2717 to refactor this, this issue tracks that.
Deliverables
engine/apps/mobile_app/tasks.py
into a folderengine/apps/mobile_app/tasks/
which contains one file per push notification that we are sending out. Some methods can possibly be extracted out into a common "utils" file.Product Area
Other
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: