Code Monkey home page Code Monkey logo

user-story-generator's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

user-story-generator's Issues

Randomized results

Provide an option to print stories from random selections. This could be useful for statistical based testing or just for fun

Eliminate warning on duplicate classes

When building the shaded jar, observe this warning:

SparseBitSet-1.2.jar, commons-cli-1.4.jar, commons-codec-1.13.jar, commons-collections4-4.4.jar, commons-compress-1.19.jar, commons-math3-3.6.1.jar, curvesapi-1.06.jar, hamcrest-core-1.3.jar, junit-4.13.jar, poi-4.1.2.jar, poi-ooxml-4.1.2.jar, poi-ooxml-schemas-4.1.2.jar, user-story-generator-1.0.0.jar, xmlbeans-3.1.0.jar define 1 overlapping resources:

  • META-INF/MANIFEST.MF
    commons-cli-1.4.jar, commons-codec-1.13.jar, commons-collections4-4.4.jar, commons-compress-1.19.jar, commons-math3-3.6.1.jar define 2 overlapping resources:
  • META-INF/LICENSE.txt
  • META-INF/NOTICE.txt
    hamcrest-core-1.3.jar, xmlbeans-3.1.0.jar define 1 overlapping resources:
  • LICENSE.txt
    poi-4.1.2.jar, poi-ooxml-4.1.2.jar, poi-ooxml-schemas-4.1.2.jar define 2 overlapping resources:
  • META-INF/LICENSE
  • META-INF/NOTICE
    maven-shade-plugin has detected that some class files are
    present in two or more JARs. When this happens, only one
    single version of the class is copied to the uber jar.
    Usually this is not harmful and you can skip these warnings,
    otherwise try to manually exclude artifacts based on
    mvn dependency:tree -Ddetail=true and the above output.
    See http://maven.apache.org/plugins/maven-shade-plugin/

Try to eliminate it.

Fix location of jar in README example

java -jar user-story-generator-1.0.0.jar -d "./resource/example/user-story-denormalized-data.xlsx" -o "./user-story-generated-denormalized.txt"
-->
java -jar "./resource/jar/user-story-generator-1.0.0.jar" -d "./resource/example/user-story-denormalized-data.xlsx" -o "./user-story-generated-denormalized.txt"

java -jar user-story-generator-1.0.0.jar -d "./resource/example/user-story-normalized-data.xlsx" -o "./user-story-generated-normalized.txt -s "./resource/example/user-story-normalized-data.csv"
-->
java -jar "./resource/jar/user-story-generator-1.0.0.jar" -d "./resource/example/user-story-normalized-data.xlsx" -o "./user-story-generated-normalized.txt" -s "./resource/example/user-story-normalized-data.csv"

If acceptance criteria are not specified, don’t bother to print the header

The project does not force the specification of acceptance criteria. Many (most?) user stories won’t have acceptance criteria specified in detail at the early stages. That detail will be added later when the story is being discussed with the team, and sized. But the project does still print the header. It’s just clutter to even bother to print “Acceptance Criteria: \n None Specified” so suppress it when there is no acceptance criteria specified.

Maybe these issues should be written as user stories ;-)

Fix warnings in javadoc

2 warnings
[WARNING] Javadoc Warnings
[WARNING] /Users/melahn/IdeaProjects/user-story-generator/src/main/java/com/melahn/util/agile/StorySheetsHandler.java:65: warning: no description for @param
[WARNING] * @param selectionsFilename
[WARNING] ^
[WARNING] /Users/melahn/IdeaProjects/user-story-generator/src/main/java/com/melahn/util/agile/StoryPrinter.java:131: warning: no description for @throws
[WARNING] * @throws Exception
[WARNING] ^

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.