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

[M1_TR-204] Backend for M1_TR-16 #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

nicoleamber
Copy link
Contributor

@nicoleamber nicoleamber commented Aug 30, 2023

Related Issue

Context

  • Setup Meilisearch docker service
  • Implemented search job API to work with filters
  • Created unit test for job service and controller, and search service

Commands

  • Rebuild docker
    • RUN docker compose down -v
    • RUN docker compose build
    • RUN docker compose up -d
  • Run migration and seeders
    • RUN docker compose exec server sh
    • RUN yarn run prisma generate
    • RUN yarn run prisma migrate dev
    • RUN yarn seed
    • yarn test to run unit tests

Test Executed

  • Unit Test
  • Functional Test

Screenshot

Screencast 2023-09-19 16-25-38.webm
image
image

Nature of task

  • New Implementation
  • Bug
  • Refactoring

Risks

  • Affecting other functions

Note

  • Transferred filter implementation (previously on Prisma) to Meilisearch service for them to work together
  • Will rebase once prior commits have been merged.

@nicoleamber nicoleamber changed the title setup swagger, seeder and GET endpoint [M1_TR-204] Backend for M1_TR-16 Aug 31, 2023
@nicoleamber nicoleamber self-assigned this Aug 31, 2023
@nicoleamber nicoleamber marked this pull request as ready for review August 31, 2023 08:15
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.

1 participant