-
Notifications
You must be signed in to change notification settings - Fork 43
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(fiori-elements-writer): Adds new module fiori-elements-writer
#339
Conversation
Adds template details to manifest.json.
🦋 Changeset detectedLatest commit: 34fc72d The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
fiori-elements-writer
Can we start thinking of adding some logging and tracing? |
Co-authored-by: Ullas Holla <212316+ullasholla@users.noreply.github.com>
Sure, when we consolidate the shared code between |
…riter' into feature/72/adds_fiori_elements_writer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will continue later but already some things to change template wise
packages/fiori-elements-writer/test/__snapshots__/feop.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/fiori-elements-writer/test/__snapshots__/feop.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/fiori-elements-writer/test/__snapshots__/feop.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/fiori-elements-writer/test/__snapshots__/feop.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/fiori-elements-writer/test/__snapshots__/feop.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/fiori-elements-writer/test/__snapshots__/feop.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/fiori-elements-writer/templates/v4/feop/add/webapp/Component.js
Outdated
Show resolved
Hide resolved
Removes init from `Component.js` for FE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small comments @IainSAP
Generally look ok to me, the code is clear and readable, thanks 👍
packages/fiori-elements-writer/templates/common/add/webapp/test/flpSandbox.html
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IainSAP FE writer looks good. As you mentioned changes loaders are missing in the html.
Changes in ui5-app and ff-writer seem appropriate and non breaking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @IainSAP
Kudos, SonarCloud Quality Gate passed! |
Thanks everyone for the approvals. Based on the approvals I am going ahead with the merge. |
Adds fiori-elements-writer
Adds template details to manifest.json.
#72