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

BE/#291 더미 데이터 저장 기능 구현 #292

Merged
merged 2 commits into from
Nov 9, 2023
Merged

BE/#291 더미 데이터 저장 기능 구현 #292

merged 2 commits into from
Nov 9, 2023

Conversation

youKeon
Copy link
Collaborator

@youKeon youKeon commented Nov 9, 2023

🛠️ 변경사항

더미 데이터 목록

  • Member
    • ADMIN 계정 1
    • Github 닉네임 + @graphy.com 5
  • Project
    • 개수 : 100개
    • 조회수 : 30~900
    • 기술 스택 : 3~6개
    • 인기 프로젝트 10개


☝️ 유의사항



👀 참고자료



❗체크리스트

  • 하나의 메소드는 최소의 기능만 하도록 설정했나요?
  • 수정 가능하도록 유연하게 작성했나요?
  • 필요 없는 import문이나 setter 등을 삭제했나요?
  • 기존의 코드에 영향이 없는 것을 확인하였나요?

Copy link

github-actions bot commented Nov 9, 2023

Unit Test Results

85 tests  ±0   85 ✔️ ±0   6s ⏱️ -1s
17 suites ±0     0 💤 ±0 
17 files   ±0     0 ±0 

Results for commit 555a01b. ± Comparison against base commit 2327e10.

♻️ This comment has been updated with latest results.

Comment on lines 70 to 77
List<String> tag = Arrays.asList("JavaScript", "TypeScript", "React", "Vue",
"Svelte", "Nextjs", "Nodejs", "Java", "Spring", "Spring Boot", "Go",
"Nestjs", "Kotlin", "Express", "MySQL", "MongoDB", "Python", "Django",
"php", "GraphQL", "Firebase", "Flutter", "Swift", "ReactNative", "AWS",
"Unity", "Kubernetes", "Docker", "Android Studio", "FastAPI", "Flask",
"Github actions", "Jenkins", "C", "C++", "C#", "Rust", "Julia", "PyTorch",
"TensorFlow", "Apache Spark", "Apache Kafka", "Apache Cassandra", "Redis", "Redux");

Copy link
Contributor

Choose a reason for hiding this comment

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

여기 혹시 직접 작성한 이유가 있나요? 저희 폴더 내에 txt 파일이 있는 걸로 알고 있어서요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tag 값을 무작위로 넣어주려면 List가 필요해서요!!

@youKeon youKeon merged commit e652e2d into feature Nov 9, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants