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

feature: create, get and update board #50

Merged
merged 9 commits into from
Nov 18, 2021

Conversation

nunocaseiro
Copy link
Contributor

Relates to #47

Proposed Changes

  • Board controller with multiples endpoints such as create board, get boards, get board by id and update locked board
  • Board, column and card entities
  • Board, column and card dtos to also validate the incoming data

This pull request is intended to close #47

@nunocaseiro nunocaseiro self-assigned this Nov 16, 2021
@nunocaseiro nunocaseiro marked this pull request as ready for review November 16, 2021 10:49
@nunocaseiro nunocaseiro requested a review from a team November 16, 2021 10:49
@nunocaseiro nunocaseiro changed the title Feature create getall board be feature: create, get and update board Nov 16, 2021
backend/src/boards/boards.controller.spec.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.controller.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.controller.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.controller.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.service.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.service.ts Outdated Show resolved Hide resolved
backend/src/boards/entity/board.entity.ts Outdated Show resolved Hide resolved
backend/src/boards/entity/card.entity.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.service.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.service.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.controller.ts Outdated Show resolved Hide resolved
backend/src/boards/boards.service.ts Outdated Show resolved Hide resolved
@rpvsilva
Copy link
Member

Nice work here 🔥

@nunocaseiro nunocaseiro merged commit f5d6456 into xgeekshq:main Nov 18, 2021
@nunocaseiro nunocaseiro deleted the feature-create-getall-board-be branch February 8, 2022 20:15
nunocaseiro added a commit to nunocaseiro/split that referenced this pull request Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Create and get boards
3 participants