Skip to content

109 filter sort#116

Open
Ryaken-Nakamoto wants to merge 3 commits intomainfrom
109-filter-sort
Open

109 filter sort#116
Ryaken-Nakamoto wants to merge 3 commits intomainfrom
109-filter-sort

Conversation

@Ryaken-Nakamoto
Copy link

@Ryaken-Nakamoto Ryaken-Nakamoto commented Mar 10, 2026

ℹ️ Issue

Closes #109

📝 Description

Did a bit of bug bashing to run the backend. Not sure if it was running on your end, but after pulling from main I made the following changes:

  1. Added Relation<> to prevent circular dependencies
  2. Changed migrations to *.js from *.ts to enable node to target compiled output
  3. added missing dependencies to various .module files

There was also a preexisting linting error for importing to the backend from the frontend. I disabled it for now with a // eslint* comment, unsure how you want to handle this.

Created 3 sorting and 4 filtering endpoints, along with tests for service/controller layers.

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.

Backend filter and sort routes

1 participant