-
Notifications
You must be signed in to change notification settings - Fork 94
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
recent assignment deliveries #403
base: dev
Are you sure you want to change the base?
recent assignment deliveries #403
Conversation
Refer to the MongoDB container in the migrate to v1.5.0 docs
All these tests are passing because on checking the coverage report I analyzed that there is no test exists for the I will increase the coverage for this by writing tests for this in different scenarios, I am improving coverage at #402 |
Hi @NikhilM98 @ricknjacky , Now you can review this PR. I am open to new suggestions and will work on them to improve this PR |
Hi @NikhilM98 @ricknjacky ,
I am glad to work on this issue, I would like to mention what I have completed till now
/api/v1/assignments/deliveries/:assignmentId
to/api/v1/assignments/deliveries
to request recent deliveriesassignmentId
from params to query and also changed this thing in respective pagesdashboard.ejs
Now will fix the tests which got affected by the changes in the endpoints , so for now github test may get failed
I would like to hear any suggestions from you on this PR and I will work upon it