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

FEATURE - Support finding artifact type component #2624

Open
3 tasks
johannes-kolbe opened this issue Nov 26, 2024 · 0 comments
Open
3 tasks

FEATURE - Support finding artifact type component #2624

johannes-kolbe opened this issue Nov 26, 2024 · 0 comments
Labels
project-access Tickets related to @sap-ux/project-access

Comments

@johannes-kolbe
Copy link
Contributor

As a developer,
I want to be able to find artifacts of type component
so that I can use Fiori tools to work with them

Description

We want to enable developers to work with applications of type component and enable tools support for those.
For this the first step is to enable finding them for further processing.

Technical Design

  • Detection part is type: component in the manifest.json
  • consumption follows via findFioriArtifacts and FioriArtifactTypes: component

Acceptance Criteria

GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)

Given I have a component artifact
when I execute findFioriArtifacts with set flag
then I will find the component artifact

Notes

Tasks

  • Unit Tests added
  • Test Cases defined
@johannes-kolbe johannes-kolbe added the project-access Tickets related to @sap-ux/project-access label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project-access Tickets related to @sap-ux/project-access
Projects
None yet
Development

No branches or pull requests

1 participant