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

Generate web application #8

Closed
kkazmierczyk opened this issue Oct 24, 2024 · 2 comments · Fixed by #23
Closed

Generate web application #8

kkazmierczyk opened this issue Oct 24, 2024 · 2 comments · Fixed by #23
Assignees
Labels

Comments

@kkazmierczyk
Copy link
Collaborator

In order to improve user experience I am thinking about adding web interface so that you do not need to run the tool from CMD.

@kkazmierczyk kkazmierczyk added the enhancement New feature or request label Oct 24, 2024
@kkazmierczyk kkazmierczyk self-assigned this Oct 24, 2024
@kkazmierczyk
Copy link
Collaborator Author

kkazmierczyk commented Oct 24, 2024

My idea is the following:

  1. Generate API for out tool, something like that:
    JavacoreAnalyzer.generate_javacores(input_dir, output_dir)
    Probably we need an additional Issue to track it.
  2. Create a Flask application with 2 views:
  • Upload data
  • List the report ran with option to open each report.
    The reports can be stored in one directory (one subdirectory for each report) and you can set the name of subdirectory to distinguish a reports. So to get the list of the reports you need to run ls from report storage directory.

@kkazmierczyk
Copy link
Collaborator Author

@PiotrAniola82 @tjanasiewicz any comments on this?

@kkazmierczyk kkazmierczyk changed the title Generate we b application Generate web application Oct 24, 2024
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
@kkazmierczyk kkazmierczyk linked a pull request Oct 31, 2024 that will close this issue
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
…emp directory

Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 31, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Nov 2, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Nov 9, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Nov 9, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Nov 9, 2024
kkazmierczyk added a commit that referenced this issue Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant