-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: Added org info API #127
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done @sahil9001 🚀 ... I have commented on some parts of code.. Please check them.
modified: org/urls.py modified: org/views.py new file: tests/org/tests_org_info.py
This commit adds the functionality to fetch the information about any organisation by an authorised user, so that users can check the details before joining them. Fixes ECellNitrr#120
3f6d0dd
to
ef67b89
Compare
@naveennvrgup Can we merge this now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Nice test cases 🔥
- Please fix conflicts
Co-authored-by: Naveen Sundar <[email protected]>
Co-authored-by: Naveen Sundar <[email protected]>
Co-authored-by: Naveen Sundar <[email protected]>
modified: org/urls.py modified: org/views.py new file: tests/org/tests_org_info.py
This commit adds the functionality to fetch the information about any organisation by an authorised user, so that users can check the details before joining them. Fixes ECellNitrr#120
…o-backend into 120_org_info_api
modified: org/views.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Great job @sahil9001
- tested locally works as expected
Fixes #120
Description
Include a summary of the change and relevant motivation/context. List any dependencies that are required for this change.
This commit adds the functionality to fetch the information about any
organisation by an authorised user, so that users can check the details
before joining them.
Type of Change: (Delete irrelevant options)
Code/Quality Assurance Only (Delete irrelevant options)
How Has This Been Tested?
Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.
Checklist:
Code/Quality Assurance