Question: Bug Tracker Application Using Node.js And MongoDB 1) Create a user form to add bug, it should contain following field: Title Description Time (should auto
Bug Tracker Application Using Node.js And MongoDB 1) Create a user form to add bug, it should contain following field: Title Description Time (should auto fill with system date &time) Date (should auto fill with system date &time) Assignee 2) All Data created should be saved in mongoDB 3) The data should be entered in table use jQuery (data table) 4) Build a programming logic for SLA that every bug should be resolve in 3 days, after third day the unresolved bug should be highlighted 5) Add one more field to show the leftover days to fix the bug (Total time is 3 days from the day bug is assigned) Bug Tracker Application Using Node.js And MongoDB 1) Create a user form to add bug, it should contain following field: Title Description Time (should auto fill with system date &time) Date (should auto fill with system date &time) Assignee 2) All Data created should be saved in mongoDB 3) The data should be entered in table use jQuery (data table) 4) Build a programming logic for SLA that every bug should be resolve in 3 days, after third day the unresolved bug should be highlighted 5) Add one more field to show the leftover days to fix the bug (Total time is 3 days from the day bug is assigned)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
