Skip to content
 
 

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid_SW_team

Course project for Rapid Prototyping of Computer System for Team Personal Devices - SW first attempt

Team Member Email
@Zitan Chen zitanchen@cmu.edu
@Zhuoran Cheng zcheng3@andrew.cmu.edu
[@Xinyue Xie] xinyuex@andrew.cmu.edu
[@Alexandra Poltorak] apoltora@andrew.cmu.edu
[@Yifan Wu]

Project Introduction

Main Page:

Get Permission Home Page
alt text alt text

Bus Page:

Main page Bus Route
alt text alt text

Ride Page:

Main page Feedback page
alt text alt text

Park Page:

Main page Parking Time page
alt text alt text

How to contribute on Jira

git clone {REPO_URL}

# Create a new branch
git checkout -b RPP-10-<branch-name>
# e.g.
# git checkout -b RPP-10-udpate-README'

# Addition Steps to connect to the remote repository:
# Push local branch to remote
git push origin new-branch-name
# Connect the branch to remote branch
git branch --set-upstream-to=origin/new-branch-name
# Check if the branch push succeeded
git branch -a

# Coding

# Commit changes to branch
git commit -m "JIRA_NO <Summary of commit>"
# e.g.
# git checkout -b "RPP-10 Add README.md"

# Push to the branch with your name
git push


# Pull request(PR)
# Title: [JIRA_NO] description
# e.g. title: [RPP-10] Add Zitan Chen to team members in README.md
# Content Format:
# Description: Summary what you've done in the PR
# Changelog: List the part you edit or change
# Fixes: List the bugs(if have) you change

# Wait for CI/CD. 
# Request for review after your code passes all the tests

# Resolve conflicts
# Modify your code if requested by reviewer
# Pull request again if all issues resolved

# Pull request is approved
# Merge your code to main branch
# Delete your branch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages