All Projects → coronasafe → care_fe

coronasafe / care_fe

Licence: MIT license
Care is an integrated tele-triage+bed allocation+patient shifting tool for implementing a decentralised Covid19 management strategy.

Programming Languages

typescript
32286 projects
ReScript
86 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to care fe

publicgoods-candidates
Registry for Digital Public Goods
Stars: ✭ 76 (-5%)
Mutual labels:  sustainable-development-goals, public-goods
Raspberry-Pi-E-Ink-Dashboard
Tri color e-ink dashboard written in Python 3.7, running on Raspberry Pi
Stars: ✭ 80 (+0%)
Mutual labels:  covid-19
CovidAndroid
Android app to track and record COVID status. Mainly for Ethiopia
Stars: ✭ 18 (-77.5%)
Mutual labels:  covid-19
Kaggle
Kaggle Kernels (Python, R, Jupyter Notebooks)
Stars: ✭ 26 (-67.5%)
Mutual labels:  covid-19
COVID19-Algeria-and-World-Dataset
A COVID-19 dataset with 90 World countries including Algeria.
Stars: ✭ 18 (-77.5%)
Mutual labels:  covid-19
coronabr
Pacote para fazer o download dos casos diários de coronavirus no Brasil desde diferentes fontes
Stars: ✭ 50 (-37.5%)
Mutual labels:  covid-19
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (-46.25%)
Mutual labels:  covid-19
covid-rt-estimates
National and subnational estimates of the time-varying reproduction number for Covid-19
Stars: ✭ 31 (-61.25%)
Mutual labels:  covid-19
red-cross
官方公示数据概览
Stars: ✭ 18 (-77.5%)
Mutual labels:  covid-19
SupplyInfo
Help your neighbourhood get supplies in the most efficient and safe way possible. Alert your locality on available essentials in the neighbourhood by using Neighbourhood Supply.
Stars: ✭ 17 (-78.75%)
Mutual labels:  covid-19
the-researcher-covid-tracker
ระบบติดตามและรายงานข้อมูลการระบาดและการฉีดวัคซีน COVID-19 ในประเทศไทย
Stars: ✭ 111 (+38.75%)
Mutual labels:  covid-19
COVID-19-historical-data-visualization-2019-nCoV-
使用BlankerL提供的数据仓库实现的新型冠状病毒疫情数据可视化
Stars: ✭ 47 (-41.25%)
Mutual labels:  covid-19
awesome-covid-19-resources
A curated list of awesome resources for COVID-19
Stars: ✭ 36 (-55%)
Mutual labels:  covid-19
vacme-zurich-parser
Helps to find available slots on zh.vacme.ch corona vaccination service
Stars: ✭ 12 (-85%)
Mutual labels:  covid-19
epidemic-simulator
A HTML/JavaScript simulator for an epidemc on a population
Stars: ✭ 23 (-71.25%)
Mutual labels:  covid-19
COVID-19-train-audio
COVID-19 Coughs files for training AI models
Stars: ✭ 39 (-51.25%)
Mutual labels:  covid-19
coronavirus-dresden
Collects official SARS-CoV-2 infection statistics published by the city of Dresden.
Stars: ✭ 19 (-76.25%)
Mutual labels:  covid-19
covid19
This API provides updated real-time data on coronavirus cases from the worldometers page, provided by the most reputable organizations and statistical offices in the world.
Stars: ✭ 77 (-3.75%)
Mutual labels:  covid-19
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-47.5%)
Mutual labels:  covid-19
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-86.25%)
Mutual labels:  covid-19

CARE Logo

Our goal is to continuously improve the quality and accessibility of public healthcare services using digital tools.

🚀 Staging Deploy

Auto deployed to care.coronasafe.in for develop branch. All pull requests have preview builds powered by Netlify.

Quality Gate Status Code scanning - action OSSAR Cypress Tests Staging Release Production Release Codacy Badge CircleCI Maintainability

Getting started

  • 💬 Comment on the issue if you are willing to take it up, and link the pull request with the issue.
  • 🏷️ Tag @coronasafe/code-reviewers for faster resolution.
  • 📸 Attach screenshots in the pull requests shwoing the changes made in the UI.

Install the required dependencies

npm install --legacy-peer-deps

🏃 Run the app in development mode

npm run start

Once the development server has started, open localhost:4000 in your browser. The page will be automatically reloaded when you make edits and save. You will also see any lint errors in the console.

🔑 Staging API Credentials

Authenticate to staging API with any of the following credentials

- username:  devdistrictadmin
  password:  Coronasafe@123
  role:      District Admin
  
- username:  devstaff
  password:  Coronasafe@123
  role:      Staff

🏷️ Make use labels to update the PR/issue status

  • Mark your PRs as work-in-progress if it's still being worked on.
  • Once you have solved the related issue, mark your PR with need testing and need review labels.
  • When you’re making a PR with lots of code changes that affects multiple functionalities, or is likely to break, make sure you tag it with Major Code Change label.

🧪 Run cypress tests

Ensure that the development server is running and then run the cypress tests in either of the ways described below.

$ npm run cypress:run        # To run all tests in headless mode.
$ npm run cypress:run:gui    # To run all tests in headed mode.
$ npm run cypress:open       # To debug and run tests individually.
  • Failed test screenshots are saved in cypress/screenshots
  • All test videos are saved in cypress/videos

📖 Documentations

🚀 Production

Build the app for production

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

Start a production http-server

npm run start:Dev

Starts a production http-server in local to run the project with Service worker. The build is minified and the filenames include the hashes.

🚀 Your app is ready to be deployed!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].