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

Add Board Group Model #395

Merged
merged 5 commits into from
Jul 24, 2023
Merged

Add Board Group Model #395

merged 5 commits into from
Jul 24, 2023

Conversation

injoonH
Copy link
Member

@injoonH injoonH commented Jul 23, 2023

  • Add BoardGroup model.

  • Add endpoint: GET /board_groups/

    [
      {
        "id": number,
        "slug": string,
        "ko_name": string,
        "en_name": string,
        "boards": [
          {
            "id": number,
            "slug": string,
            "ko_name": string,
            "en_name": string
          }
        ]
      }
    ]
    

@injoonH injoonH self-assigned this Jul 23, 2023
@injoonH injoonH linked an issue Jul 23, 2023 that may be closed by this pull request
@injoonH injoonH changed the title Add Board Group Add Board Group Model Jul 23, 2023
@injoonH injoonH marked this pull request as ready for review July 24, 2023 18:17
@injoonH injoonH merged commit 285132f into develop Jul 24, 2023
1 check passed
@injoonH injoonH deleted the feat/board-group branch July 24, 2023 18:33
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.

Add Board Group
1 participant