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

Edit Contentlet: Research dynamic forms (component loader by template) #26082

Closed
Tracked by #25445
fmontes opened this issue Sep 13, 2023 · 0 comments
Closed
Tracked by #25445

Edit Contentlet: Research dynamic forms (component loader by template) #26082

fmontes opened this issue Sep 13, 2023 · 0 comments

Comments

@fmontes
Copy link
Member

fmontes commented Sep 13, 2023

Parent Issue

#25445

Task

We need to understand how we can render angular forms from a JSON object response.

  1. Here is the JSON example response
  2. We need to generate 2 columns and two fields
  3. The fields have in common:
    • label
    • required
    • hint
  4. The text field has a validation regex in the property regexCheck
  5. The host field, is a dropdown that will get it options from an HTTP request mock the response like:
[
    {
        "identiter": "1",
        "name": "demo.dotcms.com"
    },
    {
      "identiter": "2",
      "name": "some.other.site.com"
  }
]
  1. We need or want to use Angular native reactive form approach as much as possible
  2. For the component use primeng textfield and dropdown

Proposed Objective

Core Features

Proposed Priority

Priority 3 - Average

Acceptance Criteria

No response

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@fmontes fmontes changed the title Edit Contentlet: Research dynamic forms (component loader) Edit Contentlet: Research dynamic forms (component loader by templare) Sep 13, 2023
@fmontes fmontes changed the title Edit Contentlet: Research dynamic forms (component loader by templare) Edit Contentlet: Research dynamic forms (component loader by template) Sep 13, 2023
@fmontes fmontes moved this from New to In Progress in dotCMS - Product Planning Sep 13, 2023
@fmontes fmontes moved this from In Progress to In Review in dotCMS - Product Planning Sep 19, 2023
@fmontes fmontes moved this from In Review to Done in dotCMS - Product Planning Sep 29, 2023
@fmontes fmontes closed this as completed Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants