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

#93 | Implementation of 'Assignment Listing' API Endpoint #160

Merged
merged 48 commits into from
Sep 8, 2023

Conversation

AhmetAksunger
Copy link
Contributor

@AhmetAksunger AhmetAksunger commented Sep 1, 2023

PULL REQUEST TEMPLATE

Description

Implemented the process of listing assignments by institution id and the specified filters.

Related Issue

#93

Proposed Changes

Please provide a brief and descriptive title for your pull request, summarizing the changes or features introduced. It
should be in English and clearly indicate the purpose of the pull request. Optionally, you can provide a more detailed
description of what you have done.

  • Branches should follow the below Naming Conventions of Branchs header in README.md File

Additional Information

Important

An issue should be created for the validation of the fields: statuses & phoneNumber.

Checklist

Please check the following before submitting your pull request:

  • I have tested my changes locally and they are working as expected.
  • The code is formatted according to the project's coding guidelines and style.
  • Necessary documentation has been added or existing documentation has been updated.
  • Relevant unit tests have been written and included.
  • Relevant integration tests have been written and included.
  • The code has been reviewed to ensure its quality.
  • The code does not contain any issues flagged by SonarLint.
  • Default reviewers have been assigned to this pull request.
  • Assignees have been added if necessary.
  • Labels have been applied if necessary.
  • If an issue is opened and this pull request is related to that issue, it should not be associated with any project
    board or milestone. However, if there is no issue, the pull request should be associated with the appropriate project
    board (BE Board, In Review column) and milestone to track the progress.

Reviewers

The default project maintainers and team members will be automatically assigned as reviewers for this pull request.

…urnAysPageAssignmentResponse & givenAssignmentListRequest_whenAssignmentStatusAndPhoneNumberAvailable_thenReturnAysPageAssignmentResponse
@agitrubard agitrubard removed feature New feature or request in review This issue in review labels Sep 4, 2023
…ments

# Conflicts:
#	src/main/java/com/ays/assignment/controller/AssignmentController.java
#	src/main/java/com/ays/assignment/model/mapper/AssignmentToAssignmentResponseMapper.java
#	src/test/java/com/ays/assignment/controller/AssignmentControllerTest.java
#	src/test/java/com/ays/assignment/controller/AssignmentSystemTest.java
@AhmetAksunger
Copy link
Contributor Author

  • Dönen cevaba assignment status eklenmeli
  • AysPhoneNumber objesi yerine bir inner class yazılıp @Digit anotasyonuyla valide edilmeli

agitrubard
agitrubard previously approved these changes Sep 7, 2023
…ments

# Conflicts:
#	src/main/java/com/ays/assignment/model/mapper/AssignmentToAssignmentResponseMapper.java
#	src/main/java/com/ays/assignment/service/impl/AssignmentServiceImpl.java
#	src/test/java/com/ays/assignment/service/impl/AssignmentServiceImplTest.java
Copy link
Contributor

@Rapter1990 Rapter1990 left a comment

Choose a reason for hiding this comment

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

LGTM!

@Rapter1990 Rapter1990 merged commit 5aecf16 into main Sep 8, 2023
1 check passed
@Rapter1990 Rapter1990 deleted the feature/93/get-assignments branch September 8, 2023 21:07
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.

Atama Listeleme Servisinin Hazırlanması
4 participants