Sankalp
Sankalp
## Description As a developer, I need validators to be fast, so that API response time will be less. ## Mocks https://github.com/anitab-org/bridge-in-tech-backend/blob/68d8ff9a8640cef1d3e53b2b0dd9b80e3d750fd7/app/utils/validation_utils.py#L157-L164 The two for loops can be implemented efficiently...
## Description As a developer, I need code to be consistent and error-free. ## Mocks https://github.com/anitab-org/bridge-in-tech-backend/blob/68d8ff9a8640cef1d3e53b2b0dd9b80e3d750fd7/app/api/validations/organization.py#L32-L34 For example this can be replaced by the get method i.e. data.get("KEY", "DEFAULT_VALUE") to...
### Is your feature request related to a problem? Please describe. It will be better to have the docs on the github-pages. ### Describe the solution you'd like Deploy the...
## Description As a developer, I need all dependencies to be updated, so that there are no security issues and no problems related to setup ## Acceptance Criteria ### Update...
### Is your feature request related to a problem? Please describe. Add test code for the views in token_auth to test all the views in the token_auth app. ### Describe...
### Description Added GitHub Oauth which uses JWT REST API for authenticating users. Make `SECRET_KEY` with default value. Fixes #101 ### Type of Change: - Code - Quality Assurance -...
### Is your feature request related to a problem? Please describe. The final phase of any project is the successful deployment so that users can interact with it in production....
## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [x] I have written new...