platform icon indicating copy to clipboard operation
platform copied to clipboard

TSK-1682: Introduced Schema module

Open anotherpit opened this issue 10 months ago • 1 comments

For upcoming implementation of Recruit Script feature we need a way to:

  • let one group of users compose and configure forms of typed fields
  • let other groups of users fill those forms with their data

Think of something like Google Forms or Typeform. And also think of JSON schema as a comprehensive and standard language to describe forms.

So here I introduce Schema module which provides a set of context-agnostic building blocks to let any other Huly module incorporate forms built by one users and filled by others. The first module to utilize Schema will be Recruit, but this will happen in the next PR.

Huly®: UBERF-6413

anotherpit avatar Apr 08 '24 07:04 anotherpit

Just curious: why do not use platform's model for that? Is there any limitations and it can not cover some cases?

aplatoff avatar Apr 08 '24 07:04 aplatoff