ohc.networkContributors

Personal Learning Dashboard (Beta)

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

Graduate Attributes

Learn More

Individual Skills

Graduate attribute

Creative thinking

Graduate attribute1x

Problem Solving

Graduate attribute

Practical/Professional Skills

Team Skills

Graduate attribute

Communication Skills

Graduate attribute1x

Collaboration

Graduate attribute

Community Engagement

Graduate attribute

Leadership

Graduate attribute

Learn How to Learn

Graduate attribute

Skills to apply digital & technology solutions

Graduate attribute

Critical Thinking

Advanced Skills

Graduate attribute

Autonomy And Responsibility

Graduate attribute

Empathy

Graduate attribute

Value inculcation

Graduate attribute

Multicultural Competence

Cultural Skills

Short Bio

Still waiting for this

Learning Activity

MonWedFriJulAugSepOctNovDecJanFebMarAprMayJun
3 contributions in the last year
LessMore

Highlights

Pull Request
5
Reviews
0
Feed
0

Contributions

  • Shared a comment on a pull request in coronasafe/teleicu_middleware on July 14, 2023 at 12:05:18 PM

    @sainak So, I updated the npm scripts and for dockers file should I change the workdir to /usr/dist/app

    https://github.com/coronasafe/teleicu_middleware/pull/74#issuecomment-1635767187

  • Shared a comment on a pull request in coronasafe/teleicu_middleware on July 7, 2023 at 1:32:18 PM

    yup , deleted yarn.lock

    https://github.com/coronasafe/teleicu_middleware/pull/74#issuecomment-1625422225

  • opened a pull request on coronasafe/teleicu_middleware
    Configured Typescript compiler (C4gt)July 5, 2023 at 10:32:36 AM
  • pr_collaborated
    Production Release; June Week 1
    June 2, 2023 at 4:49:15 PM
  • opened a pull request on coronasafe/teleicu_middleware
    add validation ruleMay 31, 2023 at 1:32:12 PM
  • Shared a comment on an issue in coronasafe/teleicu_middleware on May 30, 2023 at 1:47:21 PM

    So , I'm not that good in nodejs and I added this validation rules in the ./observationValidator.js ``` const getObservationsValidators = (path = "") => [ // other validation rules ... body(`wavevalue`) .optional() .isNumeric() .withMessage("value must be number.") .custom((value, { req }) => { const lowLimit = req.body[`${path}low-limit`]; const highLimit = req.body[`${path}high-limit`]; if (lowLimit && highLimit) { if (value < lowLimit || value > highLimit) { throw new Error(`value must be between ${lowLimit} and ${highLimit}.`); } } return true; }), ]; ```

    https://github.com/coronasafe/teleicu_middleware/issues/67#issuecomment-1568467566

  • Shared a comment on an issue in coronasafe/teleicu_middleware on May 30, 2023 at 12:00:12 PM

    can I work on this issue

    https://github.com/coronasafe/teleicu_middleware/issues/67#issuecomment-1568309649

  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5555
  • pr_collaborated
    fix cursor
    May 30, 2023 at 11:55:05 AM
  • merged a pull request on coronasafe/care_fe
    https://github.com/coronasafe/care_fe/pull/5556
  • pr_collaborated
    Delete reactmui components
    May 30, 2023 at 11:18:58 AM
  • Shared a comment on a pull request in coronasafe/care_fe on May 29, 2023 at 5:43:02 AM

    yes, changed it

    https://github.com/coronasafe/care_fe/pull/5555#issuecomment-1566582249

  • opened a pull request on coronasafe/care_fe
    Delete reactmui componentsMay 28, 2023 at 7:11:14 PM
  • opened a pull request on coronasafe/care_fe
    fix cursorMay 28, 2023 at 7:07:17 PM
  • Shared a comment on a pull request in coronasafe/care_fe on May 28, 2023 at 6:40:44 PM

    I kinda messed up a bit , I'll open a fresh pr

    https://github.com/coronasafe/care_fe/pull/5554#issuecomment-1566225579

  • Shared a comment on an issue in coronasafe/care_fe on May 28, 2023 at 5:32:28 PM

    can I take this issue

    https://github.com/coronasafe/care_fe/issues/4213#issuecomment-1566208083

  • opened a pull request on coronasafe/care_fe
    Removed reactmui-componentsMay 28, 2023 at 1:56:43 PM
  • Shared a comment on an issue in coronasafe/care_fe on May 28, 2023 at 12:39:04 PM

    where can i find the consultation card component in the website

    https://github.com/coronasafe/care_fe/issues/4947#issuecomment-1566124492

  • Shared a comment on an issue in coronasafe/care_fe on May 28, 2023 at 12:22:15 PM

    Can I take this issue

    https://github.com/coronasafe/care_fe/issues/4947#issuecomment-1566119668

More to come in the coming days...!