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

[#157] Add tags & postTags to database #173

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

f-fromont
Copy link
Collaborator

Description:

Used sequelize to add the concept of tags and also postTags to the database
Added in tests and removed an dependency that was no longer needed and throwing warnings

Fixes #157

All Submissions:

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My code follows the code style of this project
  • My code has been commented
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@f-fromont f-fromont added feature New feature back-end related to back-end code labels Mar 25, 2022
@f-fromont f-fromont added this to In progress in Backend-A2 via automation Mar 25, 2022
@f-fromont f-fromont self-assigned this Mar 25, 2022
Copy link
Collaborator

@yuliapechorina yuliapechorina left a comment

Choose a reason for hiding this comment

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

LGTM!

Backend-A2 automation moved this from In progress to Reviewer approved Mar 26, 2022
Copy link
Collaborator

@DanilLinkov DanilLinkov left a comment

Choose a reason for hiding this comment

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

LGMT

@f-fromont f-fromont merged commit e5bb857 into SE701Team2:main Mar 26, 2022
Backend-A2 automation moved this from Reviewer approved to Done Mar 26, 2022
@f-fromont f-fromont deleted the create-tag-model branch March 26, 2022 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end related to back-end code feature New feature
Projects
Development

Successfully merging this pull request may close these issues.

Implement tags in the database
4 participants