Skip to content

Project Report_2

TianyuZhao6 edited this page Nov 1, 2020 · 6 revisions

Task Overview

  • Business method implementation
  • RESTful service implementation
  • Documentation for service endpoints
  • Software Quality Assurance Plan and Report
  • Unit testing of backend
  • Integration testing of backend services
  • Build System, CI and delivery
  • Project Management and Report

Total Hours Spent

Task Hours
Business method implementation
RESTful service implementation
Documentation for service endpoints
Software Quality Assurance Plan and Report
Unit testing of backend
Integration testing of backend services
Build System, CI and delivery
Project Management and Project Report

Meeting Minutes

Meeting 1

  • Date: Tue, Oct 20
  • Time: 1h
  • Attendees: all
  • Minutes:
    • Identified tasks required for deliverable 2
    • split tasks in terms of 2 classes/ person
  • Tasks to be solved before next meeting:
    • Implementation and testing of service classes
    • write controller codes for RESTful services

Meeting 2

  • Date: Tue, Oct 31
  • Time: 2h
  • Attendees: all
  • Minutes:
    • Test ControllerMethod on Postman
    • Modified Controller Method
  • Problem that needs to be solved:
    • The setting Dto cause some loop when testing the SetMethod
  • Tasks to be solved before next meeting:
    • Make All ControllerMethod to be passed on Postman
    • Fix the existing bugs in Controller Test and Service Method