Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs : 깃헙 리드미 수정 #41

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Docs : 깃헙 리드미 수정 #41

merged 3 commits into from
Oct 31, 2023

Conversation

myeongseoklee
Copy link
Contributor

PR 체크리스트

아래 항목을 확인해 주세요:

  • 커밋 메시지가 우리의 가이드라인을 따르고 있는지 확인하세요
  • 변경 사항에 대한 테스트가 추가되었는지 확인하세요 (버그 수정 / 기능 추가)
  • 문서가 추가되거나 업데이트되었는지 확인하세요 (버그 수정 / 기능 추가)

PR 유형

이 PR은 어떤 종류의 변경을 가져오나요?

  • 버그 수정
  • 새로운 기능 추가
  • 코드 스타일 업데이트 (서식, 로컬 변수)
  • 리팩터링 (기능 변경 없음, API 변경 없음)
  • 빌드 관련 변경
  • CI 관련 변경
  • 문서 내용 변경
  • 애플리케이션 / 인프라 변경
  • 기타... 설명:

현재 동작은 무엇인가요?

이슈 번호: #40

새로운 동작은 무엇인가요?

팀원들의 리드미 작성을 위해 내용과 디자인 틀 수정

이 PR은 호환성 변경을 도입하나요?

  • 아니요

기타 정보

### 📁 폴더 구조:
<br>

## 🚀 프로젝트 소개
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

프로젝트 소개 부분은 수정, 보완할 부분이 있다면 코멘트 남겨주세요

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

핵심만 깔끔하게 요약해서 작성해주셨네요. 잘 작성해주셔서 감사해요~!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유저 계정 해시태그 이외에 세부 검색 기능도 제공한다고 추가적으로 써도 좋을 것 같아요.

Copy link
Contributor Author

@myeongseoklee myeongseoklee Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유저 계정 해시태그 이외에 세부 검색 기능도 제공한다고 추가적으로 써도 좋을 것 같아요.

수정했습니다!

본 레포지토리는 유저 계정의 해시태그(”#user) 를 기반으로 `인스타그램`, `스레드`, `페이스북`, `트위터` 등 복수의 SNS에 게시된 게시물 중 유저의 해시태그가 포함된 게시물들을 하나의 서비스에서 확인할 수 있는 통합 Feed 어플리케이션의 Backend API 저장소입니다.

이를 통해 본 서비스의 고객(Client)은 유저계정(”#user”), 또는 브랜드(”#apple)등의 해시태그 검색으로 4개의 SNS에서 노출되고 있는 게시물과 통계를 한 번에 확인할 수 있습니다.


## 🛠️ Document 구조

### 1️⃣ 게시글(Article)
Copy link
Contributor Author

@myeongseoklee myeongseoklee Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

document 구조는 표로 합니다.
article을 예시로 넣어 두었으니 본인 도메인에서 쓴 필드를 입력해주세요.
각 필드에 대해 추가 설명이 필요하다면 표 하단에 '-'를 넣어 리스트로 넣어주세요.

ex) - contentId는 unique key


<br>

## 🌟 팀원 및 역할 소개
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일단 간략하게 역할을 제가 넣었습니다. 자신의 역할을 추가하거나 팀원이 이런 역할도 했다고 추가하고 싶으면 추가해주세요!


### 🎉 채용 공고 관리
## 📝 API 엔드포인트 상세
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기서는 각자 자신이 개발한 엔드포인트에 대해 최대한 자세하게 작성하는 것이 좋습니다.

어떤 기능(whta)을 어떻게 구현했고(how) 왜(why) 그렇게 구현했는지 response 하단에 '-' 로 리스트로 기재해주세요!

**Endpoint:** `GET /`
**Method:** `GET`
**Description:** Fetch a user using their email.
**Request Body:** `email` - The user's email.
**Response:** The email of the fetched user as a string.

---

## 🏁 마무리와 배운 점
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 부분 어떻게 좀 깔끔하게 정리할지 의견받습니다.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

프로젝트를 진행하면서 느꼈던 감정도 좋지만, 다음 사항도 들어가면 좋을 것 같습니다!

  1. 마주쳤던 문제나 고민
  2. (문제를 해결했다면) 해결 or (문제를 해결하지 못했다면) 해결 방안

@myeongseoklee myeongseoklee added the help wanted Extra attention is needed label Oct 31, 2023
@Sangun-Lee-6
Copy link
Contributor

틀을 잡아주시니까 너무 좋네요!! 감사합니다

Copy link
Member

@Zamoca42 Zamoca42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@myeongseoklee myeongseoklee merged commit 7390270 into main Oct 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants