Eye-Remocon Tech Blog Home Edge Project

Modify DataSotrage md file

DataStorage 가이드 문서 수정

1️⃣ Modify DataStorage.md file based on the contents of docker-compose.yml

K-009

  • Description : This PR is the contents of modified DataStorage.md file based on the creation of docker-compose.yml file.
  • Related Issue : #296
  • PR
  • Type of change : Documentation update

2️⃣ 이슈 해결 위한 이해 과정

  • EdgeX의 version이 달라져서 Datastorage의 가이드 문서가 변경됨
  • 기존에 yml url로 가서 EdgeX 컨테이너를 build 했지만, deployments/datastorage 폴더에 docker파일로 edgeX의 컨테이너들 빌드 가능

3️⃣ 값진 코드 리뷰

  • 모든 사람들이 가이드 문서를 참조하기 때문에 or 이나 as 와 같은 접속사도 모두 다 옳바르게 표현해야함

Modify build.sh

Project Build.sh 수정

1️⃣ Modify build.sh and tools/create_fs.sh

K-008

  • Description : I modified the build.sh and tools/create_fs.sh files to create /var/edge-orchestration/user/orchestration_userID.txt.
  • Type of change : Code cleanup/refactoring
  • PR


2️⃣ 값진 코드 리뷰

  • $ git commit 하실 때 –sign-off 넣기
    • 오픈소스 컨트리뷰션에 커밋에 Signed-off-by: [이름] [이메일] 식으로 반영 필요
    • 참고 : 3e36d86
  • TDD 개발 방식에 맞춰 다른 사람이 쉽게 테스트 할 수 있도록 ‘How Has This Been Tested?’ 작성 필요
  • 코드 내 쓸데없는 빈줄, 빈칸 추가는 코드의 가독성을 낮출 수 있으므로 주의