KAIST-IS521 / 2018s-gitctf-team5

1 stars 0 forks source link

What are you developing? #2

Closed sangkilc closed 6 years ago

sangkilc commented 6 years ago

You should discuss before you proceed. I recommend you to pick an existing one though due to time limit.

sangkilc commented 6 years ago

Still waiting for your reply

k1rh4 commented 6 years ago

We will make a program that is save link, and comment for each user. User have to register their own ID and then they can save link service. We are on the way.

sangkilc commented 6 years ago

In which language? how many lines expected? Can you elaborate more on the specification of your program? You can use Hangul.

sangkilc commented 6 years ago

@k1rh4 This is very important. You should not proceed without discussing.

k1rh4 commented 6 years ago

C 언어로 작성중이며 현재 200~300 라인정도 작성되었고 남은 기능을 고려해봤을 때 전체적으로 500라인 안팍으로 도는 작은 바이너리라 예상됩니다. 어렵지 않게 구현하기 위해서 FILE 기반으로 데이터를 관리하는 작은 XINETD 서비스를 개발하고자합니다. @sangkilc

sangkilc commented 6 years ago

제가 문서에 분명히 명시한 것처럼 너무 작은 프로그램이면 문제가 있을 것 같습니다.

You will also have to discuss with instructors in order to develop your own, because we do not want you to develop a trivial service that does nothing.

학생들에게 골라준 목록에 있는 프로그램들도 모두 1,000-2,000라인 (코멘트제외) 정도 되는 프로그램이므로 그 정도는 맞춰 주어야 할 것으로 생각합니다. 다시 말씀드리지만, 목록에 있는 프로그램을 고르는 것을 추천하고 싶습니다. 그게 더 시간을 절약할 것이라고 믿습니다.

sangkilc commented 6 years ago

다시 한번 강조하지만, 파일 기반으로 도는 간단한 서비스 정도 구현하는 것은 본 activity의 성격에 맞지 않습니다. 새롭게 디자인을 하시던가 아니면 목록에 있는 프로그램에서 골라서 진행하길 부탁드립니다. 그리고 한글로 전달해야 정확히 이해할 거 같아서 한글로 전달하는 것 입니다.

sangkilc commented 6 years ago

새롭게 디자인 하라는 말씀은 정확한 스펙과 기능 설계를 상세히 여기에 나열하고 저와 합의가 있어야만 현재 방향으로 진행 가능합니다.

k1rh4 commented 6 years ago

네... 팀원들과 회의 후 말씀드리도록 하겠습니다.

k1rh4 commented 6 years ago

팀회의 결과 https://github.com/TimothyCH/FTP-Client-Server 오픈소스를 활용하기로 하였습니다. 감사합니다.

sangkilc commented 6 years ago

다행입니다. 지금이라도 결정 내려주어 고맙습니다. 우선 현재있는 커밋을 force push로 지우는데, 문서에 설명한 것처럼 선택한 리포를 그대로 클론한 뒤 현재 리포에 그대로 푸쉬해주세요. 거기서 부터 시작하시면 됩니다.