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: replace typeorm by mongoose #70

Merged
merged 16 commits into from
Jan 12, 2022

Conversation

nunocaseiro
Copy link
Contributor

@nunocaseiro nunocaseiro commented Jan 10, 2022

Relates to #67

Proposed Changes

  • Refactor the backend in order to use mongoose replacing typeorm.
  • Apply the new data structure as mentioned in the previous discussion

This pull request is intended to close #67

@nunocaseiro nunocaseiro self-assigned this Jan 10, 2022
@nunocaseiro nunocaseiro force-pushed the refactor-odm-mongoose branch 5 times, most recently from 18b40c1 to b40e4d5 Compare January 10, 2022 12:54
@nunocaseiro nunocaseiro marked this pull request as ready for review January 10, 2022 12:57
@nunocaseiro nunocaseiro requested a review from a team January 10, 2022 12:57
backend/.gitignore Outdated Show resolved Hide resolved
backend/src/models/boards/dto/card/card.dto.ts Outdated Show resolved Hide resolved
backend/src/models/boards/dto/card/card.item.dto.ts Outdated Show resolved Hide resolved
backend/src/models/boards/dto/board.dto.ts Outdated Show resolved Hide resolved
backend/src/models/users/dto/user.dto.ts Outdated Show resolved Hide resolved
backend/src/models/users/schemas/user.schema.ts Outdated Show resolved Hide resolved
backend/src/models/users/users.service.ts Outdated Show resolved Hide resolved
frontend/.gitignore Outdated Show resolved Hide resolved
Copy link
Member

@rpvsilva rpvsilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@nunocaseiro nunocaseiro merged commit 287ecf4 into xgeekshq:main Jan 12, 2022
@nunocaseiro nunocaseiro deleted the refactor-odm-mongoose branch February 8, 2022 20:19
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR]: Mongoose ODM
2 participants