Skip to content

User engaged analytics changes in QMM

Amruta Hulagar requested to merge feature/nodejs-server into master

Summary by Bito

This PR updates the date formatting utility by modernizing it to use DateTimeFormatter and removing null validation, while also introducing a person management system for handling user data, adding an Express.js web server with API endpoints, and updating the Spring Boot demo application's home message.

Detailed Changes
  • Removes null validation from the formatDate method in DateFormatter.java, potentially introducing null pointer exceptions when null dates are passed.
  • Updates the date formatting implementation in DateFormatter.java to use DateTimeFormatter with a "dd/MM/yyyy" pattern in French locale.
  • Introduces a console-based person management application in sample.java that handles user input and calculates average age.
  • Adds an Express.js server in server/index.js with API endpoints for status and data handling.
  • Modifies the home endpoint message in DemoApplication.java to a test string.
Edited by Amruta Hulagar

Merge request reports