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

20240313 dashboard #292

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Conversation

seungkyua
Copy link
Contributor

dashboard management

  • dashboard 는 (조직 + 개인)에 unique 하게 생성됩니다.
  • dashboard id 는 있으나 이는 내부 관리용입니다. 사용자로 로그인하면 조직 + 사용자의 조건으로 대시보드 유무를 판단합니다.
  • db에는 json 그대로 저장하지만 unmarshal 을 수행하여 json 의 정상 여부를 체크합니다. (request, response 모두 동일)

@seungkyua seungkyua self-assigned this Mar 20, 2024
@ktkfree
Copy link
Contributor

ktkfree commented Mar 20, 2024

lint 확인 부탁 드립니다.

@seungkyua
Copy link
Contributor Author

seungkyua commented Mar 20, 2024

lint 확인 부탁 드립니다.

@ktkfree @cho4036
수정했습니다.
그런데 이전 코드인 default.go 에서 lint 에러가 나네요. 이 부분은 따로 체크해야 할 듯 합니다.
로컬에서 돌릴 때는 lint 에러가 안났는데 이상하네요.

에러메세지

Warning: : # github.com/openinfradev/tks-api/internal/middleware/auth/role
Error: internal/middleware/auth/role/default.go:61:15: undefined: internalApi.Admin_UpdateOrganization (typecheck)
Error: Process completed with exit code 2.

@ktkfree ktkfree merged commit 3394d3d into openinfradev:develop Mar 21, 2024
3 of 4 checks passed
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 this pull request may close these issues.

2 participants