Sprint 2 Retrospective Meeting Minutes - nighttourist/Batch-Management-System GitHub Wiki

SPRINT 2 EVALUATION IN RETROSPECT

Author

Sakul Mia

Date/Time/Meeting Platform

11 November 2024 10.00 pm CSE-201 No Room

Attendees

AS SM NR AS TL RH

Meeting Chair and Note Taker: Sakul Mia

Evaluation

  • What went well?
  • What went wrong?
  • How can we improve?
  • What have we learned?
Category Details
โœ… Well - ๐ŸŒŸ Login A Register Batch. - ๐Ÿ“ Search a Batch and show result it. - โœ๏ธ Add Course and update delete it. - ๐Ÿ“… Add Course Resource and update delete it. - ๐Ÿ‘ค Create Department Notice and send it. - ๐Ÿ“ข View Course Details. - ๐Ÿ“ข TDD for all of functions. - ๐Ÿ“ข Frontend for those. - ๐Ÿ“ข API Testing for all functions.
โŒ Wrong - ๐Ÿ“‹ Some forms did not store data correctly. - โ“ Faced challenges in creating and integrating test cases into the code.
๐Ÿ”ง Improve - ๐Ÿ—ƒ๏ธ Data Storage in Forms: Validate data entry and storage mechanisms in the forms, possibly adding client-side validation to prevent incomplete or incorrect submissions. - ๐Ÿงช Test Case Implementation: Research or seek guidance on creating and adding test cases. Use a testing framework (e.g., Jest, Mocha) to build basic tests, starting with simpler functionalities.

What we have learnt ?

  • CI/CD Tools Jenkins, github action basic of continues integration , continues deployment and how to work this and maintain this.
  • TDD How to write test cases properly.
  • Testing How write test code with mapping test cases.