StoicNeutron / AttorneyRequestDesktopApp

Group Project of CS321 Software Engineering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 321 By Dr.Michael Reep

Software Engineering

Application Demo video can be find by clicking on the link below:

YouTube

Team Work Information

We are using the issue approach. Meaning there will be an issue assigned to each member. History can be find in the issue tab within this repo. Below are the way we work together and contribute to this project:

  1. Clone this repo using git clone repo_https_link (Only if this haven't done once before)
  2. Create a new branch in the local: git branch branch_name_of_the_issue_linked
  3. Checkout that new branch and start the work: git checkout branch_name_of_the_issue_linked
  4. After done making change: git commit -m"the commit message" make sure that to stage the file which related to the issue assigned git add the_file_to_commit
  5. Push it back to the Repo: git push or git push --set-upstream origin your_branch_name for the first time to do the push.
  6. Pull request: In the github website, go to the repo and the branch, click create a pull request.

Note! The above steps aren't the only way for working with git and github! However, by utilizing the above steps, we have a consistency and manageable team_workflow.

Team Members
  • Nash Leaptrot
  • Thierry Manapsal
  • Samnang Thorn

This is a repository for classroom use only. This repository has been granted the permission by the instructor to set and made availiable as public. Anyone except the name listed above: Using any code from this repository can potentially end up with Honor Code and Academic Integrity violations.

About

Group Project of CS321 Software Engineering.


Languages

Language:Java 100.0%