-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Issue 160 hangouts endpoint first pass #193
Issue 160 hangouts endpoint first pass #193
Conversation
…est-auth settings.
…rm emails and password reset.
…gin, logout, and user details. Reorganized.
…name." This reverts commit 2670780. This file rename breaks allauth and all auth test cases for some reason. It also causes a python failure due to an endless import recursion. Not sure why/how this came about, but the easiest thing is to leave it as-is, and revert the change.
… updating settings and tests.
…es, it will fail intermittently - not consistantly.
… to exclude extra space.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Keeping this open, as I hope to get to it soonish. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What type of PR is this? (check all applicable)
working branch:
issue-160-hangouts-endpoint
Note: Because this code has been branched from the work in
dj-rest-auth
, the commits for PR #187 can also be seen in this PR.Context
"Rough Draft" of Hangouts endpoint. Includes
app.py
,models.py
, andadmin.py
. See issue #160 for more detail and the inter-related issues for tracking. See FE discussions codebuddies/frontend#137 & codebuddies/frontend#139 for additional discussion.Other Related Tickets & Documents
#161, #163, #164, #167
Implementation Details
What was your thought process as you changed the code? What does someone need to consider in reviewing it?
I left notes and questions under the related issues. Model and JSON are far from finalized. Additionally, this build has a somewhat "broken" admin interface -- inlines are not working there yet.
Added a
hangouts
appAdded
hangout
,hangoutresponses
andhangoutsessions
tablesAdded a many-to-many for resources to
hangout
and tohangoutsessions
Added a many-to-many for users to
hangout
,hangoutsessions
, andhangoutresponses
Started to add the endpoint to the
admin
, but encountered some issues.New Libraries/Dependancies Introduced (Fill out as needed)
This requires a re-build and db migrations for the new tables.
Any new migration files added?
Did you add tests?
Code added or changed without test coverage or good reason for exemption won't be approved.
Did you add documentation?