MetroCS / redistricting

Experimentation with geopolitical redistricting
GNU Affero General Public License v3.0
5 stars 75 forks source link

[UserStory] Add official release link to website #171

Open jody opened 2 years ago

jody commented 2 years ago

User Story

Essential components

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

Supporting Information

Dependencies

Depends On

Leshy4 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Updated the API documentation to correspond to v1.0.1