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

BUG: Database schema #226

Open
DaniellaZambrano opened this issue Sep 10, 2024 · 0 comments
Open

BUG: Database schema #226

DaniellaZambrano opened this issue Sep 10, 2024 · 0 comments
Labels
BE Backend feature BUG Something isn't working
Milestone

Comments

@DaniellaZambrano
Copy link
Collaborator

Describe your issue

  • The issue involves leftover database schema tables that were initially added to the codebase for future use but were later deemed unnecessary after discussions among the development team.

  • The team decided that the data should be stored differently, yet the unused schema tables remain in the code, even though they are not actively being used

  • While this is a minor bug and does not affect current functionality, it would be beneficial to clean up the schema to prevent confusion and maintain code clarity

Steps to reproduce

  1. Go to the file database-table-name.enum.ts that is inside the project in backend/src/common/database/enums/
  2. See the DatabaseTableName
  3. Some relationships are not being used

What was the actual result?

.

What was the expected result?

.

Put here any screenshots or videos (optional)

Image

What OS are you seeing the problem on?

Other (mention in the description)

What browsers are you seeing the problem on?

Other (mention in the description)

Severity

Trivial (S5)

@DaniellaZambrano DaniellaZambrano added BE Backend feature BUG Something isn't working labels Sep 10, 2024
@DaniellaZambrano DaniellaZambrano self-assigned this Sep 10, 2024
@DaniellaZambrano DaniellaZambrano added QA QA tasks and removed QA QA tasks labels Sep 10, 2024
@DaniellaZambrano DaniellaZambrano removed their assignment Sep 10, 2024
@sofiia-trokhymchuk sofiia-trokhymchuk added this to the Final DEMO milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE Backend feature BUG Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

3 participants