halucinor / e-voting

0 stars 0 forks source link

Agenda 투표 현황 조회 Service, Controller - [merged] #22

Closed halucinor closed 1 year ago

halucinor commented 1 year ago

Merges feat/9-agenda -> dev

@mentor/mentor_2023.01

📝 Description

Agenda 투표 현황 조회 기능 구현

💽 Commits

  1. API 접근 권한 설정
  2. Agenda/{id}/status Controller, Service 구현
  3. 요청 권한("ADMIN", "USER")에 따른 로직 분리
halucinor commented 1 year ago

approved this merge request

halucinor commented 1 year ago

mentioned in commit 7bbd185f18388365d1e375a0b78169a0d24c073d

halucinor commented 1 year ago

In GitLab by @Luke on Jan 16, 2023, 09:02

Commented on src/main/java/com/gabia/evoting/web/AgendaController.java line 52

실제로 안건 생성시에 HTTP 201 상태를 리턴하나요?

halucinor commented 1 year ago

다른 브랜치에서 작업해서 머지할 201을 리턴하도록 수정했습니다!

halucinor commented 1 year ago

In GitLab by @Luke on Jan 16, 2023, 09:48

resolved all threads