Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thalia
  • concrexitconcrexit
  • Merge requests
  • !665

Merged
Created Jan 17, 2018 by Luko van der Maas@lukomaasOwner

Resolve "Add filtering to push notifications"

  • Overview 12
  • Commits 2
  • Changes 6

feature

Closes #538 (closed)

Short description

  • Gave the device an option to choose which categories will be send to that device.
  • Added a category field to the message.
  • Added an API to change device settings for categories and listing them.

Steps to use this feature

  1. Get the list of categories from the API: /api/v1/device/categories
  2. Change the categories alowed of a device via the API: /api/v1/device/<pk>
  3. Add a message via the admin and set the category
  4. Click on send. Now only the device that have the category of the message set should get the message.
Edited Feb 21, 2018 by Luko van der Maas
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 538-add-filtering-to-push-notifications