Open codecakes opened 3 months ago
Hi! Important Details - These following details are helpful for contributors to effectively identify and contribute to tickets.
Please update the ticket
@codecakes could you please assign me this issue, I would like to solve it.
@codecakes could you please assign me this issue, I would like to solve it. @Ris-code
Sure. This task is non-trivial with a high complexity and carries multiple rounds of PRs. Before you attempt it, consider the following checklist to make your work easy:
Hello @Ris-code Do you need any assistance in the contribution. Pls let us know. Thanks.
@codecakes could you please assign me this issue, I would like to solve it. @Ris-code
Sure. This task is non-trivial with a high complexity and carries multiple rounds of PRs. Before you attempt it, consider the following checklist to make your work easy:
- [ ] If this is your first time in the project, which it is indeed, How does the current complexity of the project look to you?
- [ ] Have you understood the pattern we are following?
- [ ] What parts the project are going to be affected, including breaking changes?
- [ ] Since and end to end solution cannot be had in a single PR, how do you intend to start approaching the problem? Share your thoughts in the comments.
- [ ] Which modules are you going to approach?
- [ ] What is your test plan? What kind of test runs will you be setting up? Unit tests, smoke test, regression and automated tests?
- [ ] Can you share a sketch, a uml or some first principle generalist design that you can later translate to implementation? Having a plan on board works wonders for everyone contributing to feature engineering.
@Ris-code feel free to raise any doubts so we can clear them.
Hello @codecakes, I would like work on this issue.
I think I understand the pattern the project is following, and the project doesn't seem too complex for me to understand. I've gone through the codebase once, and tested the currently implemented api endpoint.
Ticket Contents
Description
The
/geo
api returns a list of facilities. The following attributes should be included in the response that helps patients assess and choose the most suitable healthcare provider based on their individual needs and preferences:Goals
Goals
Expected Outcome
Calling
/geo
api should return the stated response.Acceptance Criteria
Calling
/geo
API should return the stated response.Implementation Details
Child issues will be opened to achieve following technical implementation:
Mockups/Wireframes
Product Name
project-healthcare
Organisation Name
XCoV19
Domain
Healthcare
Tech Skills Needed
CI/CD, cURL, Flask, Python, RESTful APIs, Swagger, Test
Mentor(s)
@codecakes
Complexity
High
Category
API, Backend, Database, Refactoring, Testing