Closed humitos closed 10 months ago
I'm showing all the notifications attached to Project
and Organization
. However, the endpoint we are creating will only show these notifications to admins/owners. @agjohnson should I do the same here by returning a more specific queryset via the get_context()
in the view?
Render notifications attached to these objects. This is the first pass of this work and there are some things we need to make decisions and improve.
Note we are rendering these notifications in the template for now, but in the future they will be rendered using the APIv3: #259
Screenshots
User
Project
Organization
Closes #260