-
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Issue size: 5Work that doesn't have reference and may take a whileWork that doesn't have reference and may take a whilePriority: MediumSomething slightly urgent to work onSomething slightly urgent to work onServiceAdd a service into the service folderAdd a service into the service folderTestingMake testcasesMake testcasesURLMake a URL in the routerMake a URL in the routerdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
1. Create CRUD for activity
Create CURD in models/activity.js for this model, with reference to other models. Make sure your attributes are correct.
2. Create all endpoints for all operations,
Create endpoints for all operations, use Postman for testing if they work. There will need to be a file in /routes, /controller, /services. Create endpoints for /activity/add /activity/update /activity/delete/:id /activity/list.
3. Create APIdocs for specified endpoint in _apidoc.js
Make an entry for it in _apidoc.js
4. Create testcases for your endpoint
Make a test case for every route that you created inside /test/routes/activity.test.js. Take reference from other models while making this.
Metadata
Metadata
Assignees
Labels
Issue size: 5Work that doesn't have reference and may take a whileWork that doesn't have reference and may take a whilePriority: MediumSomething slightly urgent to work onSomething slightly urgent to work onServiceAdd a service into the service folderAdd a service into the service folderTestingMake testcasesMake testcasesURLMake a URL in the routerMake a URL in the routerdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done