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

Refactor/voted api #83

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Refactor/voted api #83

wants to merge 2 commits into from

Conversation

Ariaspect
Copy link
Contributor

Resolves #49

이슈에 나온대로 살짝 바꿔봤습니당.

agenda.voted = {
  id: number,
  voted: number,
}

admin.agenda.voted = {
  id: number,
  voted: number,
  user: User
}

@Ariaspect Ariaspect self-assigned this Sep 19, 2023
@Ariaspect Ariaspect added enhancement New feature or request refactor Improve code quality BE Tasks for the back-end part Agenda labels Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agenda BE Tasks for the back-end part enhancement New feature or request refactor Improve code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

agenda.voted, admin.agenda.voted api 수정 논의
1 participant