Maksim Sinik

Results 10 issues of Maksim Sinik

## 💥 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 Integrate a DICOMweb server. As a reference we can use https://github.com/dcmjs-org/dicomweb-server that is almost 1:1 spec compliant implementation in Fastify and CouchDB. We need to make...

needs requirements
core-team
feature-proposal

## 🚀 Feature Proposal Add API to create new tenant and user. ## Motivation When a user starts HospitalRun (auto-hosted instance) or goes to `app.hospitalrun.io` for the first time, it...

in progress

## 🚀 Feature Proposal Plugin based storage module that abstracts the underlying storage type. ## Motivation We need a custom module that can allow us to switch between local storage(fs),...

data
v2.x
core-team
feature-proposal

Here are listed must-have components. The list will be expanded and improved over time. If a component depends on a 3rd party component, it must be wrapped it in a...

question
in progress

## 🚀 Feature Proposal We need an advanced viewer component. ## Motivation Our users need to make all of they work inside HospitalRun. One of the most important task is...

enhancement
help wanted

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

## 🚀 Feature Proposal We need TS interfaces, alongside JSONSchemas, for better developer experience. The interfaces will be derived directly from Schemas. ## Motivation Please outline the motivation for the...

core-team

## 🚀 Feature Proposal We need to test all TS interfaces. Add TAP, that is already used by the server package, to this repository. Reference: https://node-tap.org/ - [ ] add...