Skip to content

Conversation

@Artuomka
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings January 16, 2026 16:05
@Artuomka Artuomka enabled auto-merge January 16, 2026 16:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds the ordering_field property from personal table settings to the response objects in multiple table use cases. The change ensures that the client receives information about which field is used for ordering results in user-specific table settings.

Changes:

  • Added ordering_field to the TableSettingsInRowsDS data structure
  • Updated four table use cases to include ordering_field in their table_settings response object
  • Applied consistent code formatting (spaces to tabs) across three use case files

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
backend/src/entities/table/application/data-structures/found-table-rows.ds.ts Added ordering_field property to TableSettingsInRowsDS class with API documentation
backend/src/entities/table/use-cases/get-table-rows.use.case.ts Added ordering_field to the table_settings object in the response
backend/src/entities/table/use-cases/update-row-in-table.use.case.ts Added ordering_field to the table_settings response and applied code formatting changes
backend/src/entities/table/use-cases/get-row-by-primary-key.use.case.ts Added ordering_field to the table_settings response and applied code formatting changes
backend/src/entities/table/use-cases/add-row-in-table.use.case.ts Added ordering_field to the table_settings response and applied code formatting changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Artuomka Artuomka merged commit cca5edb into main Jan 16, 2026
24 of 25 checks passed
@Artuomka Artuomka deleted the backend_table_settings_fixes branch January 16, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants