Git Product home page Git Product logo

aem-epic-tool's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aem-epic-tool's Issues

Offline mode

I would like the ability to download packages from an environment and analyze them offline later when I might night have access to the target environment.

Create master comparison report

The user should be able to trigger this report from the main package view via the hamburger menu:

  • Run report for all packages in list
  • Run report for all packages selected (multi-select should be enabled for this to work); This option should be disabled if fewer than 2 packages are selected.

The report should contain:

  • Report summary tab including a KEY mapping each package to a letter indicated in the other tabs, should also have all other report information available in the list view such as version number, unpack date, etc
  • Root folder summary including all packages and number of files in each location (roll-up report)
  • Type summary including all packages and number of files by type (roll-up report)
  • Tab indicating all common files (unchanged) between 2 or more packages. Each package having the same file contents should indicate an X that it has that file or blank if it doesn't.
  • Tab indicating all overlapping files (changed) between 2 or more packages; columns for each package having that file should indicate revision number which is assigned such that 1 is the earliest revision encountered, etc.

It is generally assumed that most packages will have mostly unique contents so unlike the comparison report between versions, there will be no listing of unique files per package.

Format exported reports

It would be more user-friendly if reports were pre-formatted as follows:

  1. freeze header row (and also leftmost column for some reports)
  2. Alternate colors every other column
  3. Enable gridlines by default
  4. Adjust column width to reasonable defaults where possible

Cross-environment reporting

As an ops person I would like to connect to multiple environments and compare packages across the environments to see if they're the same. I would also like to compare version installation order to see if everything matches.

Re-try failed downloads

When a file is not downloaded correctly, the application should offer to retry and not require restarting to recover from it.

Weird characters used as keys in master report

If there are more than 26 packages in the master report, it starts using characters like [ and ] instead of letters. It might be a good idea to follow an excel-like convention, e.g. AA, AB, AC, etc...

Add cancel buttons to download panes

In comparison and package analysis views, all download views should offer a cancel action as well. Download logic should accept an atomic boolean property for cancellation and check it regularly as needed.

Create master comparison view (UI)

Provide a UI which allows viewing a comparison report. This would include:

  • Download status for packages
  • View of same information shown in report tabs, using accordion for each section of report and table view for each set of information
  • Hamburger menu for providing additional actions such as export to Excel

Un-Successful Build due to missing dependency

When i am trying to build from Master i get the below compilation error :

#########################
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project aem-epic: Compilation failure
[ERROR] /C:/AEM/ACS/aem-epic/aem-epic-tool/src/main/java/com/adobe/acs/epic/util/ReportUtil.java:[84,28] cannot access org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor
[ERROR] class file for org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor not found
########################

This is due to incorrect/missing dependency in parent POM.

Add this one and Build finishes successfully :

<dependency> <groupId>org.apache.poi</groupId> <artifactId>ooxml-schemas</artifactId> <version>1.3</version> </dependency>

Let me know if i missed anything here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.