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

[Feature]: 테스트 환경 및 오류 로그 수집 #86

Open
kangju2000 opened this issue Jul 31, 2024 · 0 comments · Fixed by #87
Open

[Feature]: 테스트 환경 및 오류 로그 수집 #86

kangju2000 opened this issue Jul 31, 2024 · 0 comments · Fixed by #87

Comments

@kangju2000
Copy link
Owner

Description

가천대학교 사이버캠퍼스(LMS)에 의존하고 있는 서비스이므로, LMS에서 변경 사항이 있을 때 빠른 대처가 힘듭니다. 그리고 서비스 내부적으로 유저의 정보를 가지고 있지 않기 때문에, 오류가 생겼을 때 유저의 환경에 맞게 테스트하기 어려운 문제가 있습니다.

그래서 이를 보완하기 위한 두 가지 방법을 제안합니다.

  • 테스트 환경 구축
  • 오류 발생 시 로그 수집

테스트 환경 구축

최대한 할 수 있는 범위 내에서 테스트를 진행하여 오류가 발생하지 않도록 합니다.

테스트 커버리지가 높을 수록 더욱 안전하고 정확하게 과제 데이터를 제공할 수 있습니다.

오류 발생 시 로그 수집

언제든지 예상치 못한 오류가 발생할 수 있습니다.
이때 유저가 어떤 행동에 의해 발생했는지, 유저의 환경 등 디버깅해볼 수 있는 데이터를 수집할 수 있도록 합니다.

@kangju2000 kangju2000 changed the title [Feature]: [Feature]: 테스트 환경 및 오류 로그 수집 Jul 31, 2024
@kangju2000 kangju2000 mentioned this issue Sep 14, 2024
1 task
@kangju2000 kangju2000 reopened this Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant