ohc.networkContributors

Personal Learning Dashboard (Beta)

Graduate attribute
1x
Graduate attribute
1x
Graduate attribute
Graduate attribute
1x
Graduate attribute
2x
Graduate attribute
1x
Graduate attribute
1x
Graduate attribute
1x
Graduate attribute
1x
Graduate attribute
Graduate attribute
1x
Graduate attribute
Graduate attribute
Graduate attribute

Graduate Attributes

Learn More

Individual Skills

Graduate attribute1x

Creative thinking

Graduate attribute1x

Problem Solving

Graduate attribute

Practical/Professional Skills

Team Skills

Graduate attribute1x

Communication Skills

Graduate attribute2x

Collaboration

Graduate attribute1x

Community Engagement

Graduate attribute1x

Leadership

Graduate attribute1x

Learn How to Learn

Graduate attribute1x

Skills to apply digital & technology solutions

Graduate attribute

Critical Thinking

Advanced Skills

Graduate attribute1x

Autonomy And Responsibility

Graduate attribute

Empathy

Graduate attribute

Value inculcation

Graduate attribute

Multicultural Competence

Cultural Skills

Short Bio

Still waiting for this

Learning Activity

Highlights

Pull Request
18

0 in last 7 days

Reviews
1

0 in last 7 days

Feed
0

0 in last 7 days

Avg. PR Turnaround Time

N/A

Yet to make contributions!

Contributions

  • Shared a comment on an issue in coronasafe/care_fe on November 6, 2023 at 7:26:37 AM

    > @print-Sathvik any updates on this? Any blockers? Yes, I am unable to add insurance details. /payors is giving 501 bad gateway error I am taking Khavin's help

    https://github.com/coronasafe/care_fe/issues/6381#issuecomment-1794220673

  • Shared a comment on an issue in coronasafe/care_fe on October 18, 2023 at 3:37:01 AM

    I had to take leave unexpectedly. I will continue from today.

    https://github.com/coronasafe/care_fe/issues/6381#issuecomment-1767575418

  • Shared a comment on a pull request in coronasafe/care_fe on October 3, 2023 at 1:11:40 PM

    I am closing this PR as the issue is fixed by this commit: b7fc53c670bb85e68631f8ce3b02defcda675ae7

    https://github.com/coronasafe/care_fe/pull/6345#issuecomment-1744951248

  • opened an issue on coronasafe/care_fe
    Replace useDispatch w. useQuery/request: HCX (src/Components/HCX/**)October 1, 2023 at 9:23:19 PM
  • opened an issue on coronasafe/care
    Assigning patient to multiple doctors/nurses in consultationSeptember 29, 2023 at 7:28:46 AM
  • Shared a comment on a pull request in coronasafe/care_fe on September 28, 2023 at 9:13:42 AM

    > At 8:50 AM if I administer a medicine and set the administration time as 4:30 AM then currently we can see columns upto 9-10 slot as latest_administered_on is 8:50 AM. @rithviknishad I fixed it as you suggested by modifying in useRangePagination hook but "last modified" part on the top of the table is shown as 4:30 AM as per the above example. But it should be shown as 8:50AM. There is another attribute `modified_date` in the response of the endpoint `/api/v1/consultation/{consultation_external_id}/prescriptions/` which I think should actually contain the last time the prescription is updated which is 8:50 AM as per above example but the `modified_date` contains the same value as `created_date`. I think this should also be fixed on the backend only. Previously before the above fix on backend we used `last_administered_on` for this part.

    https://github.com/coronasafe/care_fe/pull/6345#issuecomment-1738769865

  • Shared a comment on a pull request in coronasafe/care_fe on September 26, 2023 at 1:59:30 PM

    I will remove that N additional queries part now and also the additional state as we can use the last_administered_on due to above fix on backend

    https://github.com/coronasafe/care_fe/pull/6345#issuecomment-1735601737

  • Shared a comment on a pull request in coronasafe/care_fe on September 26, 2023 at 11:16:56 AM

    > You need not create additional state either to store last administered. The problem is within how the slots are generated by the useRangePagination hook alone. So the issue is to remove only 1 additional column that is ahead of the last_administered_on time. At 8:50 AM if I administer a medicine and set the administration time as 4:30 AM then currently we can see columns upto 9-10 slot as latest_administered_on is 8:50 AM. I changed this to show only upto slot 4-5 But what I need to do is to display slots upto 8-9 only right?

    https://github.com/coronasafe/care_fe/pull/6345#issuecomment-1735330628

  • Shared a comment on a pull request in coronasafe/care_fe on September 26, 2023 at 3:24:06 AM

    > The prescription record itself has last_administered_on field that will give u the latest date without fetching administrations. The last_administered_on is storing the time at which the administration was made by the user instead of storing the latest administered time given by the user. If a medicine is administered right now(current time: 8:50 AM) to a previous time, let's say to 4:30 AM then 5-8 slots will also be displayed even though latest administration was at. 4:30 AM

    https://github.com/coronasafe/care_fe/pull/6345#issuecomment-1734767194

  • Shared a comment on an issue in coronasafe/care_fe on September 25, 2023 at 5:59:28 PM

    > End date: 23/09/2023 Sorry for taking an extra day. Before assigning this issue to myself I got the solution and thought that I will be completing it in few minutes but I misunderstood the issue earlier before your explanation. After trying out a different approach I noticed that the 1st administration is not being displayed in the table when the 1st administration was sent into second page of paginated table. I thought it was because of my work and I was making changes to my work but that bug is already existing at care.ohc.network. I fixed that too.

    https://github.com/coronasafe/care_fe/issues/6323#issuecomment-1734220722

  • opened a pull request on coronasafe/care_fe
  • Shared a comment on an issue in coronasafe/care_fe on September 23, 2023 at 3:03:42 AM

    End date: 23/09/2023

    https://github.com/coronasafe/care_fe/issues/6323#issuecomment-1732192367

  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6334
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6222
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6222
  • Shared a comment on a pull request in coronasafe/care_fe on September 18, 2023 at 8:02:23 AM

    > Just a minor suggestion, you could've moved the phone number related utility methods to a seperate file under say: `src/Utils/PhoneNumberUtils.ts` > > Currently, the `utils.ts` file feels too big and we should consider splitting it based on relevance. I pulled, rebased and separated phone number utils in my local but that requires me to force push to current branch. Doing that will close this PR. So I will create a new PR for seperating phone number utils once this PR is merged.

    https://github.com/coronasafe/care_fe/pull/6222#issuecomment-1722923046

  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6295
  • Shared a comment on a pull request in coronasafe/care_fe on September 12, 2023 at 11:50:04 AM

    @rithviknishad New changes: - Phone number in excel file for importing asset does not have country code. So I adjusted that part by adding country code before validating. - After uploading the excel file location with value "Camera Locations" was being selected but there is no such location, so I changed it to "Camera Loc" as this is used in other tests.

    https://github.com/coronasafe/care_fe/pull/6222#issuecomment-1715575901

  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6255
  • opened a pull request on coronasafe/care_fe
    Remove libphonenumber jsSeptember 4, 2023 at 7:40:11 PM
  • Shared a comment on a pull request in coronasafe/care_fe on September 3, 2023 at 9:26:58 PM

    I am closing this PR as the diff shows others' work as part of this PR

    https://github.com/coronasafe/care_fe/pull/6205#issuecomment-1704408266

  • reviewed a pull request on coronasafe/care_fe
  • opened a pull request on coronasafe/care_fe
    Replaced libphonenumber-js with custom functionsSeptember 1, 2023 at 10:59:37 AM
  • Shared a comment on an issue in coronasafe/care_fe on August 30, 2023 at 10:17:25 PM

    Hey @mustafaazad03, sorry for creating PR on the same issue. The last time I checked this at night, there was no one assigned to this. So I started working and forgot to assign it to myself. Guess we started almost at the same time. I checked your latest PR, setting the limit to null removes it from the URL but that breaks the purpose of limit. There are 14 patients displayed per page instead of 12. Also the pagination component which is used to navigate to different set of patients is replaced by red colored text saying "Do not render Pagination component, when limit is <= 0" I changed my PR to a draft PR. So let me know if you can resolve this, I will close my PR.

    https://github.com/coronasafe/care_fe/issues/6101#issuecomment-1699925957

  • opened a pull request on coronasafe/care_fe
    Removed default empty phone filterAugust 30, 2023 at 9:28:31 PM
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6116
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6066
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6066
  • opened an issue on coronasafe/care_fe
    remove libphonenumber-jsAugust 14, 2023 at 9:31:19 PM
  • opened a pull request on coronasafe/care_fe
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/6007
  • Shared a comment on an issue in coronasafe/care_fe on August 2, 2023 at 12:42:14 PM

    @nihal467 There is some work going on on redesigning doctors notes by C4GT interns. So I stopped working on this issue's outcomes might clash with their design

    https://github.com/coronasafe/care_fe/issues/4705#issuecomment-1662141147

  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5905
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5905
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5966
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5917
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5917
  • opened a pull request on coronasafe/care_fe
    Asset filter not displaying VentilatorJuly 25, 2023 at 11:49:18 AM
  • opened an issue on coronasafe/care_fe
    Ventilator option is missing in asset class of asset filterJuly 25, 2023 at 10:13:57 AM
  • opened a pull request on coronasafe/care_fe
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5904
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5881
  • opened a pull request on coronasafe/care_fe
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5876
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5720
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5720
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5817
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5719
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5719
  • Shared a comment on a pull request in coronasafe/care_fe on June 30, 2023 at 9:41:42 AM

    Ok, will do that tonight

    https://github.com/coronasafe/care_fe/pull/5720#issuecomment-1614406077

  • Shared a comment on a pull request in coronasafe/care_fe on June 30, 2023 at 4:30:04 AM

    Can someone else take this up. When I fixed this some other issues starte. > @print-Sathvik @rithviknishad ![image](https://user-images.githubusercontent.com/57055998/249246390-b3791506-3925-4502-8e6d-c791b8fbb705.png) > > the map is not properly aligned, make it appear near the icon

    https://github.com/coronasafe/care_fe/pull/5719#issuecomment-1614102822

  • opened a pull request on coronasafe/care_fe
    Replace MaterialUI in FileUpload.tsxJune 18, 2023 at 9:34:56 PM
  • opened a pull request on coronasafe/care_fe
  • Shared a comment on an issue in coronasafe/care_fe on June 17, 2023 at 1:01:56 PM

    Replacing MateriaUI is completed but the GLocationPicker element is not working properly in mobile view and at lower screen width, even in the live deployment. When the location select button is clicked, the search bar and close button are occupying the entire popover element without displaying the map. @rithviknishad Should I create a PR for the completed part and create new issue for GLocationPicker?

    https://github.com/coronasafe/care_fe/issues/4952#issuecomment-1595744824

  • Shared a comment on an issue in coronasafe/care_fe on June 17, 2023 at 9:53:28 AM

    Will create a PR now in 30 mins

    https://github.com/coronasafe/care_fe/issues/4977#issuecomment-1595696247

  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5593
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5593
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5594
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5594
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5574
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5574
  • opened a pull request on coronasafe/care_fe
  • opened a pull request on coronasafe/care_fe
  • Shared a comment on an issue in coronasafe/care_fe on June 3, 2023 at 2:42:52 PM

    @sachdevavaibhav checkout the epic issue 5006. There you will find many such MatrialUI sub tasks

    https://github.com/coronasafe/care_fe/issues/4941#issuecomment-1574994619

  • Shared a comment on an issue in coronasafe/care_fe on June 3, 2023 at 12:24:21 PM

    Hey @sachdevavaibhav , I have completed it. I will be creating a PR evening.

    https://github.com/coronasafe/care_fe/issues/4941#issuecomment-1574909992

  • Shared a comment on an issue in coronasafe/care_fe on June 3, 2023 at 12:24:21 PM

    Hey @sachdevavaibhav , I am done with it. I will be creating a PR evening.

    https://github.com/coronasafe/care_fe/issues/4941#issuecomment-1574909991

  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5588
  • Shared a comment on a pull request in coronasafe/care_fe on May 31, 2023 at 4:02:31 PM

    Yes @rithviknishad , I changed the branch now. Also fixed the same issue with Location Filter and created a new PR(5574) as this cannot be reopened.

    https://github.com/coronasafe/care_fe/pull/5559#issuecomment-1570511292

  • opened a pull request on coronasafe/care_fe
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5563
  • collaborated on a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5563
  • Shared a comment on a pull request in coronasafe/care_fe on May 29, 2023 at 1:26:12 PM

    By mistake, I made some other changes on my current branch. So I added padding and created a new PR (5563). So I am closing this PR now. From next time I will continue committing to the same branch for additional changes

    https://github.com/coronasafe/care_fe/pull/5542#issuecomment-1567139814

  • opened a pull request on coronasafe/care_fe
  • opened a pull request on coronasafe/care_fe
    Sathvik5470May 29, 2023 at 7:46:21 AM
  • opened a pull request on coronasafe/care_fe
  • opened a pull request on coronasafe/care_fe
  • opened a pull request on coronasafe/care_fe
More to come in the coming days...!