Michael J Feher

Results 18 issues of Michael J Feher

## 🚀 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

## 🚀 Feature Proposal Shared Interfaces between all modules using the open closed principle. ## Motivation All core features should be contained into one central repository to be consumed in...

enhancement

## 🚀 Feature Proposal Add OpenAPI Plugins to Fastify ## Issues: HospitalRun/hospitalrun#15 HospitalRun/hospitalrun#13

core-team

## 🚀 Feature Proposal Build Triggers and Package Release ## Motivation The new [mono repository](https://github.com/HospitalRun/hospitalrun) is responsible for triggering the publishing of new packages via merging upcoming `next` features into...

devops
ci/cd
v2.x

Adding basic Dockerfile with quasar-cli as yarn link. This can be used as a base image for other apps to build on top of. Uses Alpine Linux for small footprint...

# Overview Node 16 and all major browsers now support esm modules. This proposes refactoring the module in a non-breaking way in order to better leverage modern bundlers. This could...