Tobias Queck
Tobias Queck
I am with @devinea, overwriting apps is a feature that is totally independent of the writer. I would prefer that the app writers fail if there is an exiting app...
the `ui5-application-writer` is only intended for app generation. For adding features, we have the specific writers like the `fe-fpm-writer` or the `odata-service-writer` or the `mockserver-config-writer`. How would you gracefully exit...
@cianmSAP @devinea I don't think that `Issue 2` is properly solvable the way you want to do it (or at all). The types will be in the root of the...
I am also not to sure about `Issue 3`. For the normal preview, we decided not to use a local preview script but added a script to the root project...
> Question : Is the [call to the odata service writer](https://github.com/SAP/open-ux-tools/blob/11bb8fa9148a4162bc7ac32e2fc24b7530fcea32/packages/fiori-elements-writer/src/index.ts#L70) required at all? Or we should just prevent the file being written [here](https://github.com/SAP/open-ux-tools/blob/11bb8fa9148a4162bc7ac32e2fc24b7530fcea32/packages/odata-service-writer/src/index.ts#L120) The line isn't executed if no...
Maybe also consider https://github.com/ui5-community/ui5-ecosystem-showcase/tree/main/packages/ui5-middleware-cap for the OPA tests.
> I'm not sure how adding a script to open the file would solve the issue? You are completely correct. I was wrongly assuming that the cds server comes with...
@IObert yes, `@sap-ux/ui5-application-writer` allows generating a plain UI5 TS project. The corresponding test cases using the required flag are https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-application-writer/test/options.test.ts#L86-L131
At https://github.com/SAP/open-ux-tools/blob/main/packages/system-access/src/base/connect.ts#L144 we need to handle the 401 with something like https://github.com/SAP/open-ux-tools/blob/main/packages/system-access/src/base/connect.ts#L106
@kjose90 if understand it correctly then this is for CAP, so I was wondering if it makes more sense to add an option of the annotation format instead of excluding...