HealthSamurai / xmas-hackathon-2020

0 stars 0 forks source link

TypeScript annotation generator for aidbox resources #12

Open ruscoder opened 3 years ago

ruscoder commented 3 years ago

The problem: frontend developers who use TS always have some issues when something changes in Aidbox resources (new first-class extensions, new resources, new custom fields). Non actual state of type definitions leads to problems.

Solution: Implement a typescript annotation generator that will create Typescript definitions for all Aidbox resources with their profiles using meta-information from Aidbox.

It will help developers to avoid bugs on the compile-time always having actual typescript definitions.