Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define additional verbs that should be added to the messaging endpoint #2067

Open
DavisRayM opened this issue Apr 30, 2021 · 3 comments · May be fixed by #2321
Open

Define additional verbs that should be added to the messaging endpoint #2067

DavisRayM opened this issue Apr 30, 2021 · 3 comments · May be fixed by #2321
Assignees

Comments

@DavisRayM
Copy link
Contributor

DavisRayM commented Apr 30, 2021

Suggested enhancement

Currently the messaging endpoint only supports a limited amount of verbs that do not cover all the actions we'd like to track on the API. This issue is a discussion thread for verbs that might be nice to have on the endpoint.

The currently supported verbs are:

  • message
  • submission_created
  • submission_edited
  • submission_deleted
  • submission_reviewed
  • form_updated

A few nice to have verbs IMO are:

  • export_created
  • export_deleted
  • form_created
  • form_deleted
  • project_created
  • project_edited
  • project_deleted
  • permission_granted
  • permission_revoked
@DavisRayM
Copy link
Contributor Author

@denniswambua
Copy link
Contributor

project_shared
user_added_to_org/project

@denniswambua denniswambua added this to the Week (5 - 6) milestone Jan 28, 2022
@DavisRayM DavisRayM assigned DavisRayM and unassigned DavisRayM Feb 4, 2022
@DavisRayM DavisRayM modified the milestones: Week (5 - 6), Week (7 - 8) Feb 11, 2022
@imkingrobi
Copy link

Normally these are grouped as targets with receiving actions CRUD type (Create, Read, Update, or Delete).
example are user.created, user.deleted, document.viewed, account.setting.updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants