backend
backend copied to clipboard
CodeBuddies back-end
**`PARENT TRACKING ISSUE`**: #160 Create a Django app `hangouts` for the new **Hangouts** api endpoint, and a `apps.py` file to go with it. See [**Django startapp**](https://docs.djangoproject.com/en/3.0/ref/django-admin/#startapp) for some background details...
**`PARENT TRACKER ISSUE`**: #160 Context In preparation for the `/api/v1/hangouts` endpoint, we'll want a fixtures file for hangouts.json Acceptance criteria [ ] Create a hangouts.json fixtures file [ ] Include...
**`PARENT TRACKER ISSUE:`** https://github.com/codebuddies/backend/issues/160 This is a placeholder for the JSON Spec for the `Hangouts` api endpoint. Opening this as a separate issue from fixtures, as we need to discuss...
## Add a **`Hangouts`** api endpoint. ### This is a **Tracking Issue**, individual task issues linked: **`working branch`:** **`issue-160-hangouts-endpoint`** [ ] Create JSON spec for `hangouts` api endpoint: #161 [...
Set up TEMPLATE.md files to guide contributors creating new issues on the standard of the detail to include on their issues. Something more like [this](https://github.com/GatorIncubator/advisagator/blob/dfe5d2d5d348259b3560199e77e0c66def8e53dd/.github/ISSUE_TEMPLATE.md/feature_request.md)
Need to add specific model tests for Resources and Tagging, and provide framework going forward for those types of tests for other endpoints. - [x] CustomTag model - https://github.com/codebuddies/backend/pull/121 -...
The changes in PR #187 once merged will cause the tests under `users/tests/` to mostly fail (6 out of 9). Currently, these are marked **skip**, but need to be re-written...