Spring2017 Software Engineering Project Repo
Members: Jonathan Selling, Swaroop Akkineni, Aadu Pirn, Andrew Zundel, Ray Huang, Joe Roesinger
Train Traffic Controller and Model Application
- Train Model - Swaroop Akkineni
- Track Model - Andrew Zundel
- Train Controller - Aadu Pirn
- Track Controller - Jonathan Selling
- CTC Office - Ray Huang
- Model Block Overlay - Joe Roesinger
- TrainSystem.MBO.UI Frame
- Power Point Explanation of TrainSystem.MBO.UI
- System Requirement Specification Document (SRS)
- Coding Standard Document
- Work Schedule
- Defect Tracking and Workflow Document
- TrainSystem.MBO.UI Model
- TrainSystem.MBO.UI Design
- Risk Assessment
- Work Schedule
- System Design Document
- Testing Plan Document
- Working System?
- Working Subsystem?
- Working System? (Presentation)
- Work Schedule
- Defect Reports
- Configuration Management
- Test Plan Results
- Code Base
- Installation Manual Document
- Working Subsystem?
git checkout master
git pull origin master
git checkout YOURBRANCH
git merge master
git push origin YOURBRANCH
- submit a pull request from YOURBRANCH to master on github
- git rm --cached -r
- git add .
- git fetch origin
- git reset --hard origin/master