-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add batch creation API #152
Comments
I would like to work on it. Could you please assign it? |
Hello @AnshulMalik! I have worked on an API that uses express.js and connects to a MongoDB database (that can be changed whenever required according to the database of Doc-Generator). For a demo, all the parts are in a single file. I will divide it into Model, Controller, and Router structures, once verified. Could you please review if the following is the required deliverable for this issue or if I have understood it wrong?
|
Hey @Swatishree-Mahapatra you're on right track , we need to do something similar. Some points:
Also, it's better if we have a PR, we can discuss there, as it's more suitable place for these discussions :) |
We need a
POST
/batches
API for creating batch jobs.Here is the spec for it: https://gist.github.com/AnshulMalik/513723d253ea5ef4ff37795da1dde4f1
The text was updated successfully, but these errors were encountered: