Skip to content
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

Get Task API #155

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Conversation

akhil-maker
Copy link
Contributor

@akhil-maker akhil-maker commented Mar 14, 2021

Fixes #148

Description

Adding code for get task API so that the peoples present in volunteer group of their respective organisation will be able to see the tasks in their organisation. As a volunteer of the organisation, they will be able to see the tasks. Tests are also added for the same and swagger docs are also updated for it.

Type of Change: (Delete irrelevant options)

  • Code
  • Testing
  • Documentation

Code/Quality Assurance Only (Delete irrelevant options)

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Tested locally along with the tests added for this API which include testing with following:

  • unauthorized user
  • a non-member of organisation
  • invalid organisation
  • get a single task
  • getting a list of multiple tasks.

Checklist:

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged
  • Update Swagger documentation and the exported file at /docs folder
  • Update requirements.txt

Code/Quality Assurance

  • My changes generate no new warnings
  • My PR currently breaks something (fix or feature that would cause existing functionality to not work as expected)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been published in downstream modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Volunteer Tasks list
1 participant