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-214] Backend for M1_TR-211 #15

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

Conversation

nicoleamber
Copy link
Contributor

@nicoleamber nicoleamber commented Sep 7, 2023

Related Issue

Context

  • Created schema, models and migrations
  • Setup Swagger API (http://localhost:4000/api)
  • Implemented fetch all function for Jobs
  • Created unit tests for Jobs service and controller

Commands:

  • Startup Docker
    docker-compose up -d

  • Run migration and seeders

docker exec -it server-nest sh

yarn prisma generate
yarn prisma migrate dev
yarn seed

Test Executed

  • Unit Test
  • Functional Test

Screenshot

Screencast.2023-09-08.15-49-40.webm

image

Nature of task

  • New Implementation
  • Bug
  • Refactoring

Risks

  • Affecting other functions

Notes

  • Included total count of all records in the return value for pagination

@nicoleamber nicoleamber self-assigned this Sep 8, 2023
@nicoleamber nicoleamber marked this pull request as ready for review September 8, 2023 08:01
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