-
Notifications
You must be signed in to change notification settings - Fork 487
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
Improves the Table API engine #4130
Comments
Hey @matuzalemsteles, unfortunately I don't have access to the Figma document you linked Additionally, if |
@julien, just sent you an invite to view the figma file. Please, confirm |
@brunofernandezg worked like a charm - thanks again from here. |
Sorry @julien, I ended up limiting who had access to the invite to keep only those who have access to the Liferay workspace, but I couldn't do it 😞. Thanks @brunofernandezg |
@matuzalemsteles no problem at all. I was able to see it and the new design looks great - good job |
Currently, our Table API creation engine is based on
react-docgen
but we have many limitations, when we extend from otherinterfaces
or when types areenum
,type
orinterface
, they are difficult to be listed, we should improve the experience of consuming information from the API Table, like providing more context, adding links to the interfaces, adding more information about the interface that we extend, if it's a native interface, we send it to mdn.Issue related #3612
The text was updated successfully, but these errors were encountered: