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

Scripts graph view #283

Merged
merged 25 commits into from
Jan 11, 2021
Merged

Scripts graph view #283

merged 25 commits into from
Jan 11, 2021

Conversation

jankowskap
Copy link
Collaborator

No description provided.

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Contributor

Choose a reason for hiding this comment

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

You should change name of the file, and also provide file with script, because it's missing.

Copy link
Collaborator Author

@jankowskap jankowskap Nov 3, 2020

Choose a reason for hiding this comment

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

Yeah, it's been pushed by accident tbh. I was just checking how the graph looks like with more scripts and accidentally added to git apparently

context: BUILD_DIR,
clientLibRoot: CLIENTLIB_DIR,
libs: {
name: 'clientlib-react',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that this name is misleading. Of course this clientlib uses react, but it main purpose is to provide graph view of scripts. So it should be named 'graphView' or something similar.

libs: {
name: 'clientlib-react',
allowProxy: true,
categories: ['apm.react'],
Copy link
Contributor

Choose a reason for hiding this comment

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

Category also should be changed to more meaningful.

@@ -0,0 +1,16 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this file?

@@ -6,6 +6,7 @@ include(":app:aem:actions.checks")
include(":app:aem:actions.main")
include(":app:aem:ui.apps")
include(":app:aem:ui.content")
include(":app:aem:ui.react")
Copy link
Contributor

Choose a reason for hiding this comment

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

You should rename this module to ui.frontend as it is named in adobe's archetype.

@jankowskap jankowskap mentioned this pull request Jan 11, 2021
@jankowskap jankowskap merged commit 8488d27 into master Jan 11, 2021
@dprzybyl dprzybyl deleted the scripts-graph-view branch March 15, 2021 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants