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

[WIP] Add App Store app to system apps #537

Draft
wants to merge 4 commits into
base: v2.x/staging
Choose a base branch
from

Conversation

sidmohanty11
Copy link
Member

@sidmohanty11 sidmohanty11 commented Jul 19, 2023

Proposed changes

This PR adds the App Store app as a system app.

This PR depends upon the following PRs:

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Change in a documentation
  • Refactor the code
  • Chore, repository cleanup, updates the dependencies.
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

PR Checklist

Please delete options that are not relevant.

  • If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
  • My code follows the style guidelines of this project (see: Contributing guideline)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • video or image is included if visual changes are made
  • Relevant update to CHANGELOG.md
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works, or describe a test method below

Testing

Screenshots/Videos

image

Screenshot 2023-07-19 at 11 04 50 PM

Signed-off-by: Sidharth Mohanty <[email protected]>
Copy link
Member

@DivergentEuropeans DivergentEuropeans left a comment

Choose a reason for hiding this comment

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

This is a great start 👍 and a lovely front-end shell w/ a carousel and other cool neat things

Now this needs to communicate with a ZSS dataservice. A next step I'd like to see is, if impossible to communicate with Priyansh's ZSS dataservice right now, can you explore how the Sample React App communicates with a ZSS dataservice and begin creating some rough code from there?

https://github.com/zowe/sample-react-app/blob/v2.x/staging/webClient/src/App.tsx#L215

icon: ASSETS_URL + "1.png",
description:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque magna a pulvinar venenatis. Aenean dictum pretium sem, eget fermentum risus lobortis dapibus. Nunc fermentum, urna suscipit malesuada sollicitudin, eros libero volutpat elit, quis venenatis ipsum nibh aliquet purus. Cras in metus consectetur, rutrum nisi eget, porttitor odio. Fusce quis egestas ligula, sed tempor odio. Aliquam erat volutpat. Sed eget pharetra massa. Morbi et convallis diam, id imperdiet justo. Maecenas id commodo felis, vel molestie mi. Nulla facilisi.",
},
Copy link
Member

Choose a reason for hiding this comment

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

Will need to remove later

@DivergentEuropeans DivergentEuropeans changed the title [LFX-2023: App Store] Add App Store App [WIP] Add App Store app to system apps Aug 29, 2023
Copy link
Member

@DivergentEuropeans DivergentEuropeans left a comment

Choose a reason for hiding this comment

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

As discussed
Installed plugins in UI should be populated by /plugins call
Install button in UI needs to point to ZSS dataservice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants