You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Go to the file database-table-name.enum.ts that is inside the project in backend/src/common/database/enums/
See the DatabaseTableName
Some relationships are not being used
What was the actual result?
.
What was the expected result?
.
Put here any screenshots or videos (optional)
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)
The text was updated successfully, but these errors were encountered:
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
database-table-name.enum.ts
that is inside the project inbackend/src/common/database/enums/
What was the actual result?
.
What was the expected result?
.
Put here any screenshots or videos (optional)
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)
The text was updated successfully, but these errors were encountered: