IFCD0021-1-25 Sprint Backlog

ifcd0021
backlog

Sprint Backlog

Sprint Backlog

Sprint#03 rentingCar (2) (September 2025)

Backlog course September 2025 table
# Day Date Topics Details Topics
09 29/09/2025 Class postponed
03 09 30/09/2025 - Project: rentingCar:
(1) UML, booking object
(2) UI: cli interaction
(3) Class Manager: CarManager
(4) Main Loop: scanner
(5) UML: model, data store, view, business logic

++ How to team: A + B is A or B, almost never C; think and then code: develop, code and then think: sandbox; do not digress, be concrete
- Repo rentingCar: 3144476
10 25/09/2025 - Project: rentingCar:
(1) UML, booking object & myDataStore object
(2) UI: cli interaction
(3) Class Manager: Car, Client and Booking
(4) Main Loop: scanner, now Disptacher
(5) Fake Data DB populator Client
(6) Implement CreateBooking, draft Login
(7) add field loggedClient, type Client to datastore

- Time data in Java: object, string or long epoch

- What does it mean to be a programmer and not a coder?
(1) Ask yourself every line: is t his core? do I know how to code it quickly? does it involves a lot of decision-making?
(2) Do not overcomplicate the process

- DDD: domain-driven design & coupling; keywords for rentingCar domains
- Repo rentingCar: b7aa3539
- DDD and coupling


by Sonia
11 26/09/2029 - Project: rentingCar:
(1) UML, booking object & myDataStore object
(2) UI: cli interaction
(3) Class Manager: Car, Client and Booking
(4) Main Loop: scanner, now Disptacher
(5) Fake Data DB populator Client
(6) Implement CreateBooking
(7) add field loggedClient, type Client to datastore
(8) Impplement Login decoupled: LoginView, LoginValidate

- SPA vs. Multi-page
- Git: fork and sync

- Retrospective
- Repo rentingCar


Note
  • - topic planned or done
  • ---- topic pending to future
  • ++ new topic not planned
Back to top