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

277 create all endpoints for assingment #302

Merged
merged 5 commits into from
Sep 9, 2023

Conversation

hricha11
Copy link
Contributor

@hricha11 hricha11 commented Sep 1, 2023

Description

added endpoints for assingment

Fixes

#277

Checklist

  • Code follows project's style guidelines.
  • Changes are documented appropriately.

Notes

(PS → Make Sure Pull request title is meaningful.)

Copy link
Member

@TejasNair9977 TejasNair9977 left a comment

Choose a reason for hiding this comment

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

please add an entry to app.js for these routes

@TejasNair9977 TejasNair9977 linked an issue Sep 3, 2023 that may be closed by this pull request
Copy link
Member

@TejasNair9977 TejasNair9977 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@TejasNair9977 TejasNair9977 left a comment

Choose a reason for hiding this comment

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

please make above changes

@@ -0,0 +1,53 @@
import {
createAssignment, deleteAssignmentById, assignmentList, updateAssignmentById,
} from "#services/assignment ";
Copy link
Member

Choose a reason for hiding this comment

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

just one tiny change, this is causing test cases to fail, please remove this space. and use setup.js, otherwise random errors like this would happen.

Suggested change
} from "#services/assignment ";
} from "#services/assignment";

@TejasNair9977
Copy link
Member

nvm i fixed it

@TejasNair9977 TejasNair9977 merged commit 9758649 into development Sep 9, 2023
1 check passed
@TejasNair9977 TejasNair9977 deleted the 277-create-all-endpoints-for-assingment branch October 15, 2023 16:59
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.

[Feat] Create all endpoint for assignment
2 participants