-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Type: Feature ✨신규 기능신규 기능
Description
❓ 설명
dashboards 도메인 API 함수 구현에 관한 이슈입니다.
파일 구조는 팀 노션의 프로젝트 규칙을 참조하시면 됩니다.
해당 이슈에서 구현할 API 들은 다음과 같습니다.
대시보드 생성, 목록 조회, 상세 조회, 수정, 삭제, 초대하기, 초대 불러오기, 초대 취소
✅ 작업할 내용
- POST (/dashboards) : 대시보드 생성
- GET (/dashboards) : 대시보드 목록 조회
- GET (/dashboards/{dashboardsId}) : 대시보드 상세 조회
- PUT (/dashboards/{dashboardsId}) : 대시보드 수정
- DELETE (/dashboards/{dashboardsId}) : 대시보드 삭제
- POST (/dashboards/{dashboardsId}/invitations) : 대시보드 초대하기
- GET (/dashboards/{dashboardsId}/invitations) : 대시보드 초대 불러오기
- DELETE (/dashboards/{dashboardsId}/invitations/{invitationsId}) : 대시보드 초대 취소
📄 참고 자료
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: Feature ✨신규 기능신규 기능
Projects
Status
Done