Skip to content

Project Report_2

Zhekai Jiang 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 25
RESTful service implementation 20
Documentation for service endpoints 10
Software Quality Assurance Plan and Report 7
Unit testing of backend 20
Integration testing of backend services 20
Build System, CI and delivery 5
Project Management and Project Report 5

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 per person
  • Tasks to be solved before next meeting:
    • Implementation and testing of service classes
    • Write controller codes for RESTful services

Meeting 2

  • Date: Sat, Oct 31
  • Time: 2.5h
  • Attendees: all
  • Minutes:
    • Test controller methods on Postman
    • Modified controller methods
  • Problem that needs to be solved:
    • Some references in DTOs cause infinite circular references
  • Tasks to be solved before next meeting:
    • Make all tests for controller methods pass on Postman
    • Fix existing bugs in controller and service methods