-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add admin interface frontend #2478
base: v0.x.x
Are you sure you want to change the base?
Conversation
You can run a virtual server and run the admin interface app independently to explore the screens. If it is confirmed with that version, we will change it to a commit from which the virtual server has been removed. |
Draft the admin interface frontend
This commitment needs to be removed before merging
e654e0f
to
3221300
Compare
Codecov Report
@@ Coverage Diff @@
## v0.x.x #2478 +/- ##
==========================================
- Coverage 87.11% 86.82% -0.30%
==========================================
Files 153 153
Lines 14824 14880 +56
==========================================
+ Hits 12914 12919 +5
- Misses 1910 1961 +51
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Relates #3280
It's because we have already implemented the basic authentication and it's simpler than Admin 인터페이스에 대한 관련 코드와 요구사항 분석이 끝나고 나서 두가지 문의드릴 사항이 있는데 확인 부탁드립니다. 제가 자리에서 잠깐 설명 드리도록 하겠습니다. |
We, @Kang-Simon, and I decided to use the @Kang-Simon 님과 논의 결과, |
@Kang-Simon
모든 엔드포인트에 대해서 Basic Authentication가 적용되어 있어서, login만 따로 처리하기가 좀 어렵게 되어있는 점 양해부탁드립니다. |
@linked0 |
@Kang-Simon |
@Kang-Simon님, 원래 인터페이스 문서에 기술되어 있는대로, 아이디와 패스워드를 받아서 오류를 구별하여 리턴할 수 있는 방법을 찾아보도록 하겠습니다. |
Draft the admin interface frontend.
(This commit contains a test virtual server)