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

[UserStory] Add official release link to website #171

Open
5 tasks done
jody opened this issue Dec 21, 2021 · 3 comments
Open
5 tasks done

[UserStory] Add official release link to website #171

jody opened this issue Dec 21, 2021 · 3 comments
Labels
E: 2 Effort: 2 Story-Points S: Significant Severity: Significant - in the mainline plan user story User Story

Comments

@jody
Copy link
Contributor

jody commented Dec 21, 2021

User Story

Essential components

  • Title describes the story
  • Stakeholder type is identified
  • Outcome is described
  • Rationale is explicit
  • Acceptance criteria are verifiable and from the perspective of the stakeholder

Story

As a user or educator
I want a prebuilt jar file with a corresponding download link corresponding on the website
so that I can use the product jar without having to download sources and build it locally.

Acceptance Criteria

  • The project website provides a self-describing link to the current release of the product as a jar file.
  • The published API and linked jar file correspond to the same version (release)

Supporting Information

Dependencies

Depends On

Dependents

(Issues dependent on this story)

@jody jody added the user story User Story label Dec 21, 2021
@jody jody changed the title [UserStory] brief identification of the user story [UserStory] Add official release link to website Dec 21, 2021
@jody jody added E: 2 Effort: 2 Story-Points S: Significant Severity: Significant - in the mainline plan labels Dec 23, 2021
@Leshy4
Copy link

Leshy4 commented Apr 27, 2022

Progress Report:
Our team added to the "build.xml" file and added a "build.properties" file.

**In the build.xml file, we added a variable, the property file "build.properties", added capabilities to build it with the ant build tool through "ant info" in bash, & prints out some pertinent information (Ant version, Website name, release version, & name of release) to the screen after the "ant info" command is run.

**The build.properties file we added variables for "sitename" to link it to the repository, "releaseversion" to keep track of the release version, & "nameofrelease" which has a link to the Redistricting.jar.

@jody
Copy link
Contributor Author

jody commented Jun 26, 2022

Added a release to the project (https://github.com/MetroCS/redistricting/releases/tag/v1.0.1)[https://github.com/MetroCS/redistricting/releases/tag/v1.0.1]

Need to check the API documentation and update it if necessary.

@jody
Copy link
Contributor Author

jody commented Jun 26, 2022

Updated the API documentation to correspond to v1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E: 2 Effort: 2 Story-Points S: Significant Severity: Significant - in the mainline plan user story User Story
Projects
Development

Successfully merging a pull request may close this issue.

2 participants