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
Sakul Mia
Meeting Chair and Note Taker: 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.