Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Model Schema Builder #51

Open
SaiHaritha-Kancherla opened this issue Jun 5, 2024 · 4 comments
Open

feature: Model Schema Builder #51

SaiHaritha-Kancherla opened this issue Jun 5, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@SaiHaritha-Kancherla
Copy link

SaiHaritha-Kancherla commented Jun 5, 2024

Create a Model Schema Builder for ModelSchemas.

  1. Create a Dynamic Form for creating Model Schema JSON.
  2. Create a component as Model Schema Builder.
  3. Add it to Component Registry of app builder module.
  4. Code ModelSchemaBuilder similar to BusinessEntityComponent.
@SaiHaritha-Kancherla SaiHaritha-Kancherla self-assigned this Jun 5, 2024
@SaiHaritha-Kancherla SaiHaritha-Kancherla added the enhancement New feature or request label Jun 5, 2024
@techoneel
Copy link
Member

  1. Create a Form for Model Schemas.

Please make sure your form schema must have a field schema with the following structure.

{
     "id": "schema",
     "name": "schema",
     "type": "ModelSchemaBuilder",
     "gridSize": 12
}

@techoneel techoneel changed the title feature:modelSchemasBuilder feature: Model Schema Builder Jul 16, 2024
@techoneel
Copy link
Member

@SaiHaritha-Kancherla any update on this?

@SaiHaritha-Kancherla
Copy link
Author

SaiHaritha-Kancherla commented Aug 12, 2024 via email

@samhere17
Copy link
Member

@SaiHaritha-Kancherla Are you still on this? Anything to come in from your side?

@techoneel Please have a discussion and update status accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants