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
This is a Tracking Issue, individual task issues linked:
working branch:issue-160-hangouts-endpoint
[ ] Create JSON spec for hangouts api endpoint: #161
[ ] Create sample data/mocked data fixture for hangouts api endpoint: #162
[ ] Create hangouts app, apps.py: #163
[ ] Create hangouts model & associated DB migration files: #164
[ ] Create hangouts views & queries: #165
[ ] Create hangouts serializer #166
[ ] Create hangouts admin view and register app with Django admin interface #167
[ ] Create hangouts URLs (api/v1/hangouts, and any others needed) #168
[ ] Ensure associated unittests and test data are created for all code changes
[ ] Document expected GET, POST, PATCH behavior and any other endpoint-specific docs
Acceptance Criteria:
All items checked off above, and all associated PRs reviewed, accepted, and merged.
Add a
Hangoutsapi endpoint.This is a Tracking Issue, individual task issues linked:
working branch:issue-160-hangouts-endpoint[ ] Create JSON spec for
hangoutsapi endpoint: #161[ ] Create sample data/mocked data fixture for
hangoutsapi endpoint: #162[ ] Create
hangoutsapp,apps.py: #163[ ] Create
hangoutsmodel & associated DB migration files: #164[ ] Create
hangoutsviews & queries: #165[ ] Create
hangoutsserializer #166[ ] Create
hangoutsadmin view and register app with Django admin interface #167[ ] Create
hangoutsURLs (api/v1/hangouts, and any others needed) #168[ ] Ensure associated unittests and test data are created for all code changes
[ ] Document expected GET, POST, PATCH behavior and any other endpoint-specific docs
Acceptance Criteria:
All items checked off above, and all associated PRs reviewed, accepted, and merged.