hospitalrun icon indicating copy to clipboard operation
hospitalrun copied to clipboard

Monorepo that holds all of HospitalRun's v2 projects.

Results 34 hospitalrun issues
Sort by recently updated
recently updated
newest added

## 🚀 Feature Proposal As In India there are some hospitals that ask for a profile picture of the patient while registration just for security issues. While adding a new...

enhancement
patients

## 🐛 Bug Report There are some form input components that have inconsistent props or missing capabilities. For instance, `Checkbox` has no way to set the initial value. I tried...

## 🚀 Feature Proposal Skeleton Screens instead of loading spinners ## Motivation It increases the perceived speed and helps improve UX ## Example - https://codepen.io/pen/XdvWmd - https://uxdesign.cc/335a4e287a55

enhancement
frontend

## 💥 Regression Report We are affected by this yarn issue https://github.com/yarnpkg/yarn/issues/7734 since we are a monorepo and we use no-hoist on many build/dev packages. We will use this issue...

bug

## 💥 Regression Report When commiting husky isn't properly called anymore. The error is: ``` Can't find Husky, skipping pre-commit hook You can reinstall it using 'npm install husky --save-dev'...

bug
core-team

## 🚀 Feature Proposal Add a Command Line Interface to Hospital Run ## Motivation We should have a standard interface between the Core, Frontend and Backend developers. Any module that...

enhancement

## 🚀 Feature Proposal Introduce End To End and Integration testing to the Mono-Repo ## Motivation Separation of concern from the Frontend and Backend developers. Core developers can create test...

enhancement

## 🚀 Feature Proposal Lifecycle Management of the HospitalRun Mono Repo ## Motivation A way to communicate between developers for things they need such as repositories created, contributors added, new...

enhancement

## 🚀 Feature Proposal Introduce a Single Source of Truth between all modules via Swagger/OpenAPI and JSON Schema specification ## Motivation Open Closed and Substitution Principles. All packages must share...

enhancement