MetroCS / cs3250_practice

Practice repository for cs3250
1 stars 29 forks source link

[USER-STORY] Decision-Maker - How to access and start the product #71

Closed jody closed 3 weeks ago

jody commented 1 month ago

User Story

Story

As a decision-maker
I want to know how to run the product
so that I can get help with making decisions.

Acceptance Criteria

Choose either rules or scenarios and ensure they are verifiable from the perspective of the stakeholder

Rules

Supporting Information

[Relevant information, context, resources, references]

Dependencies

Depends On

[Links to other issues on which this story depends]

Dependents

[Links to other issues that depend on this story]

jody commented 1 month ago

It appears that this may depend on or determine a user story that addresses the existence of the product. Perhaps the vision statement itself is sufficient.

jody commented 1 month ago

Note that the current Ant build process creates a file build/jar/DecisionSupport.jar that can be run at the command line using a JRE: java -jar DecisionSupport.jar

Since that is currently just a build by-product in the local build/ directory, it appropriately does not propagate into the repository.

jody commented 3 weeks ago

Review #103 to determine if that is sufficient to close this issue.

Future Direction: House the current executable build as a release in the repository such that only that file needs to be downloaded.