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

Blui 5309 rewrite jsdocs #375

Merged
merged 7 commits into from
Mar 5, 2024
Merged

Conversation

ektaghag-eaton
Copy link
Contributor

@ektaghag-eaton ektaghag-eaton commented Feb 29, 2024

Fixes # .

Changes proposed in this Pull Request:

Fixed following issues:

  • WorkflowCard and related types are not exported from the main index file…these need to be exported so they can be consumed by users who want to use variables to hold some of their configuration properties.

  • Incorrect use of @param

  • Missing annotations for top-level type definitions

  • Misplaced annotations. E.g., here the annotation for the BasicDialog component is not next to the BasicDialog component definition:

  • Missing annotations on various components, e.g., PasswordRequirements:

  • Missing annotations on various screens, e.g., CreatePasswordScreenBase

  • Missing annotations on ContextProvider components that will be used by adopters directly, e.g., RegistrationWorkflowContextProvider

  • Incorrect Component annotation format / duplicated comments/definitions, e.g., AccountDetailsScreenBase, SuccessScreenBase:

Screenshots / Screen Recording (if applicable)

To Test:

Any specific feedback you are looking for?

@ektaghag-eaton ektaghag-eaton marked this pull request as draft February 29, 2024 18:05
@github-actions github-actions bot added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Feb 29, 2024
@ektaghag-eaton ektaghag-eaton marked this pull request as ready for review March 1, 2024 09:18
Copy link
Collaborator

@joebochill joebochill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These look great — very nice job with the cleanup

Copy link
Contributor

@surajeaton surajeaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Copy link
Collaborator

@JeffGreiner-eaton JeffGreiner-eaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@ektaghag-eaton ektaghag-eaton merged commit b46c1b5 into release/R31 Mar 5, 2024
3 checks passed
@ektaghag-eaton ektaghag-eaton deleted the blui-5309-rewrite-jsdocs branch March 5, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering
Development

Successfully merging this pull request may close these issues.

5 participants