Skip to content

Commit

Permalink
🌍 Update JSON - 28 Nov 2023 | 07:20 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 28, 2023
1 parent 7f42213 commit ef5071a
Show file tree
Hide file tree
Showing 13 changed files with 1,004 additions and 153 deletions.
19 changes: 13 additions & 6 deletions data/github/Ashesh3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"last_updated": 1700840733.0,
"last_updated": 1701065617.0,
"activity": [
{
"type": "comment_created",
"title": "coronasafe/care_fe#6715",
"time": 1701065617.0,
"link": "https://github.com/coronasafe/care_fe/issues/6715#issuecomment-1827183063",
"text": "Considerations while working on this issue:\r\n\r\n- Modify the login page to include a second step for 2FA. This could be a field for entering a verification code after successful verification of username and password combination.\r\n\r\n- 2FA method would be TOTP ( @bodhish can you confirm this? )\r\n\r\n- Integrate 2FA Library: For TOTP, integrate a library that supports it, such as PyOTP in Python at the backend.\r\n\r\n- At the time of account creation or through account settings, allow users to enroll in 2FA. This will involve generating a secret key for the user, which they can add to their authentication app. They should be able to add/remove 2FA at any time through their profile settings.\r\n\r\n- Offer fallback options like backup codes in case the user loses access to their 2FA device.\r\n\r\n- Store the secret key for TOTP securely in the database.\r\n\r\n- Consider rate limiting 2FA attempts to prevent brute force attacks.\r\n\r\n- Provide clear instructions and support for users to understand how to set up and use 2FA."
},
{
"type": "pr_merged",
"title": "coronasafe/care_fe#6711",
Expand Down Expand Up @@ -14163,21 +14170,21 @@
{
"link": "https://github.com/coronasafe/care/pull/1665",
"title": "Ensure Deterministic Ordering of Local Self Government and Ward Data",
"stale_for": 17,
"stale_for": 20,
"labels": []
},
{
"link": "https://github.com/coronasafe/care/pull/1657",
"title": "POC: AI discharge summary",
"stale_for": 50,
"stale_for": 53,
"labels": [
"POC"
]
},
{
"link": "https://github.com/coronasafe/care_fe/pull/5147",
"title": "[WIP] Integrate LiveKit for doctor connect",
"stale_for": 234,
"stale_for": 237,
"labels": [
"work-in-progress",
"merge conflict"
Expand All @@ -14186,13 +14193,13 @@
{
"link": "https://github.com/coronasafe/care/pull/1227",
"title": "[WIP] Integrate LiveKit for doctor connect",
"stale_for": 247,
"stale_for": 250,
"labels": []
},
{
"link": "https://github.com/coronasafe/care/pull/1221",
"title": "feat(patient notes): add edit window validation and update endpoint",
"stale_for": 57,
"stale_for": 60,
"labels": [
"blocked"
]
Expand Down
21 changes: 10 additions & 11 deletions data/github/aeswibon.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"last_updated": 1700225585.0,
"last_updated": 1701090229.0,
"activity": [
{
"type": "pr_reviewed",
"time": 1701090229.0,
"title": "coronasafe/care#1689",
"link": "https://github.com/coronasafe/care/pull/1689#pullrequestreview-1750380374",
"text": "fix(asset_location): added duty_staff endpoint"
},
{
"type": "pr_reviewed",
"time": 1700225585.0,
Expand Down Expand Up @@ -29,7 +36,7 @@
{
"link": "https://github.com/coronasafe/care/pull/1589",
"title": "Adds Nurse user type and promote existing staffs to nurse",
"stale_for": 1,
"stale_for": 0,
"labels": [
"waiting-for-review",
"done"
Expand All @@ -38,16 +45,8 @@
{
"link": "https://github.com/coronasafe/care/pull/1575",
"title": "fix: tests for ambulance APIs",
"stale_for": 0,
"stale_for": 10,
"labels": []
},
{
"link": "https://github.com/coronasafe/care/pull/1063",
"title": "Fixed: Added depth in consultation model for symptoms",
"stale_for": 135,
"labels": [
"waiting-for-review"
]
}
],
"authored_issue_and_pr": [
Expand Down
44 changes: 43 additions & 1 deletion data/github/aparnacoronasafe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
{
"last_updated": 1700650192.0,
"last_updated": 1701084241.0,
"activity": [
{
"type": "comment_created",
"title": "coronasafe/care_fe#6517",
"time": 1701084241.0,
"link": "https://github.com/coronasafe/care_fe/issues/6517#issuecomment-1827644345",
"text": "@nihal467 why does the implementation look nothing like the images above? @konavivekramakrishna "
},
{
"type": "issue_opened",
"title": "coronasafe/care_fe#6720",
"time": 1701073996.0,
"link": "https://github.com/coronasafe/care_fe/issues/6720",
"text": "Review after: Log Update"
},
{
"type": "issue_opened",
"title": "coronasafe/care_fe#6718",
"time": 1701073789.0,
"link": "https://github.com/coronasafe/care_fe/issues/6718",
"text": "Respiratory rate- non-mandatory"
},
{
"type": "comment_created",
"title": "coronasafe/care_fe#6716",
"time": 1701073348.0,
"link": "https://github.com/coronasafe/care_fe/issues/6716#issuecomment-1827346340",
"text": "Agreed.\r\n\r\nLet us give it to the district admin as well. NOT the Readonly or lab admin"
},
{
"type": "comment_created",
"title": "coronasafe/care_fe#6276",
"time": 1701073278.0,
"link": "https://github.com/coronasafe/care_fe/issues/6276#issuecomment-1827344795",
"text": "> * [ ] We can only assign one user to a patient; having multiple users assigned to a patient is not currently feasible. @aparnacoronasafe\r\n> \r\n> _Discussion note on 27/11/2023 - Engineering Call_\r\n\r\nIs it 1 nurse & 1 doctor? Or just 1 nurse/doctor"
},
{
"type": "comment_created",
"title": "coronasafe/care_fe#6676",
"time": 1701072558.0,
"link": "https://github.com/coronasafe/care_fe/issues/6676#issuecomment-1827329752",
"text": "@xakep8 If you go to log update, Round Type, currently we have two options.\r\n**Normal**- When they select normal log update, they only fill out the one form that appears with vitals and a few other fields.\r\n**Critical Care**- When this is selected, the log update form leads to another more lengthy critical care forms.\r\n\r\nIn this new type \"Telemedicine\" round type, we will go with the same form as in \"Normal\" round type.\r\n\r\nIs it clear?\r\n"
},
{
"type": "issue_opened",
"title": "coronasafe/care_fe#6690",
Expand Down
11 changes: 9 additions & 2 deletions data/github/gigincg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"last_updated": 1700819831.0,
"last_updated": 1701062348.0,
"activity": [
{
"type": "issue_closed",
"title": "coronasafe/care_fe#6700",
"time": 1701062348.0,
"link": "https://github.com/coronasafe/care_fe/issues/6700",
"text": "Keep doctor notes popup opened when initially clicked"
},
{
"type": "pr_reviewed",
"time": 1700819831.0,
Expand Down Expand Up @@ -6480,7 +6487,7 @@
{
"link": "https://github.com/coronasafe/care_fe/pull/6670",
"title": "Add Medispeak for Preview on Care",
"stale_for": 4,
"stale_for": 1,
"labels": []
}
],
Expand Down
75 changes: 65 additions & 10 deletions data/github/khavinshankar.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
{
"last_updated": 1700840721.0,
"last_updated": 1701096886.0,
"activity": [
{
"type": "comment_created",
"title": "coronasafe/care_fe#6725",
"time": 1701096886.0,
"link": "https://github.com/coronasafe/care_fe/pull/6725#issuecomment-1827992492",
"text": "Will merge it on Dec 15th (when the feature is no longer supported)\r\n\r\ncc: @rithviknishad @nihal467 "
},
{
"type": "pr_reviewed",
"time": 1701096785.0,
"title": "coronasafe/care_fe#6725",
"link": "https://github.com/coronasafe/care_fe/pull/6725#pullrequestreview-1750628285",
"text": "Remove Copilot for PR tags"
},
{
"type": "pr_reviewed",
"time": 1701096736.0,
"title": "coronasafe/care_fe#6733",
"link": "https://github.com/coronasafe/care_fe/pull/6733#pullrequestreview-1750626439",
"text": "New Cypress Test | Search for a facility | Facility Tab"
},
{
"type": "pr_reviewed",
"time": 1701089093.0,
"title": "coronasafe/care_fe#6729",
"link": "https://github.com/coronasafe/care_fe/pull/6729#pullrequestreview-1750347402",
"text": "Show \"ICU Admission Date\" only for Internal Transfer"
},
{
"type": "pr_reviewed",
"time": 1701088223.0,
"title": "coronasafe/care_fe#6730",
"link": "https://github.com/coronasafe/care_fe/pull/6730#pullrequestreview-1750323333",
"text": "New Cypress Test | Verify Facility CSV Export | Facility Tab"
},
{
"type": "pr_reviewed",
"time": 1701083184.0,
"title": "coronasafe/care_fe#6728",
"link": "https://github.com/coronasafe/care_fe/pull/6728#pullrequestreview-1750184191",
"text": "Fix cypress test in doctor notes"
},
{
"type": "pr_opened",
"title": "coronasafe/teleicu_middleware#115",
"time": 1701060581.0,
"link": "https://github.com/coronasafe/teleicu_middleware/pull/115",
"text": "dump observation data into s3 every hour + monitor it in sentry"
},
{
"type": "pr_reviewed",
"time": 1700840721.0,
Expand Down Expand Up @@ -25319,10 +25368,16 @@
}
],
"open_prs": [
{
"link": "https://github.com/coronasafe/teleicu_middleware/pull/115",
"title": "dump observation data into s3 every hour + monitor it in sentry",
"stale_for": 0,
"labels": []
},
{
"link": "https://github.com/coronasafe/care_fe/pull/6695",
"title": "add support to cache filter options",
"stale_for": 0,
"stale_for": 1,
"labels": [
"needs testing",
"need Review",
Expand All @@ -25332,53 +25387,53 @@
{
"link": "https://github.com/coronasafe/care/pull/1229",
"title": "Hcx Refactors",
"stale_for": 57,
"stale_for": 60,
"labels": [
"waiting-for-review"
]
},
{
"link": "https://github.com/coronasafe/care_fe_hcx/pull/3",
"title": "Hcx/eligibility check workflow",
"stale_for": 279,
"stale_for": 1,
"labels": []
},
{
"link": "https://github.com/coronasafe/teleicu_middleware/pull/62",
"title": "Added an endpoint to get the time of the last request in observation",
"stale_for": 350,
"stale_for": 353,
"labels": []
},
{
"link": "https://github.com/coronasafe/care/pull/1093",
"title": "Added is_occupied field in Bed",
"stale_for": 107,
"stale_for": 110,
"labels": [
"changes required"
]
},
{
"link": "https://github.com/coronasafe/arike/pull/143",
"title": "added browser confirmation for uncheduling in Agenda",
"stale_for": 707,
"stale_for": 710,
"labels": []
},
{
"link": "https://github.com/coronasafe/arike/pull/141",
"title": "Added search bar in Patients",
"stale_for": 713,
"stale_for": 716,
"labels": []
},
{
"link": "https://github.com/coronasafe/arike/pull/140",
"title": "Refactored Patients from ruby-html to rescript-react",
"stale_for": 714,
"stale_for": 717,
"labels": []
},
{
"link": "https://github.com/coronasafe/life/pull/306",
"title": "filtered duplicate tweets",
"stale_for": 909,
"stale_for": 912,
"labels": []
}
],
Expand Down
Loading

0 comments on commit ef5071a

Please sign in to comment.