-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Backend API] Implement endpoint for list of events #330
[Backend API] Implement endpoint for list of events #330
Conversation
Related to: 180
Related to: aliencube#180
Related to: aliencube#180
Related to: aliencube#180
Related to: aliencube#180
Related to: aliencube#180
Related to: aliencube#180
맞습니다. 현재는 사용자 로그인 기능 자체가 없어서 불가능해요. 그래서 현재로서는 그냥 모든 이벤트를 다 들고 오는게 최선이예요. 이부분은 차후에 리팩토링을 거쳐야 합니다. |
말씀하신 것처럼 모든 이벤트 가져오는 방향으로 작업하겠습니다. 그리고 테스트 코드들도 추가했습니다. |
This reverts commit f307930.
test/AzureOpenAIProxy.ApiApp.Tests/Repositories/EventRepositoryTests.cs
Outdated
Show resolved
Hide resolved
Related to: aliencube#180
This reverts commit a093fee.
Related to: aliencube#180
QueryAsync does not throw RequestFailedException with status code 404. Related to: aliencube#180
Related to: aliencube#180
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! LGTM
Resolves: #180
Description
PlaygroundService.cs
추가GetEvents()
메소드 구현EventRepositorycs
추가GetEvents()
메소드 구현PlaygroundService
와EventRepsitory
에 대한 의존성 추가PlaygroundService
와EventRepsitory
에 대한 테스트 코드 추가Discussions
AdminDetails
와 유사하게EventDetails
를 상속하는UserDetails
와 같은 모델을 만들고, 해당 이벤트에 엑세스 가능한 유저 정보를 추가