nidhiii128 opened a new pull request, #14: URL: https://github.com/apache/fineract-chat-archive/pull/14
## Description This PR addresses [FINERACT-2514](https://www.google.com/search?q=https://issues.apache.org/jira/browse/FINERACT-2514) by restructuring the chat archive directory hierarchy from a flat date string to a nested YYYY/MM/DD format. This improvement organizes the archives more logically by year and month. ## Changes Made Core Logic (ChatArchiveApp.java): Updated the path resolution to create nested directories for Year, Month, and Day. UI/Rendering (HtmlRenderer.java): Updated the CSS stylesheet path to reach the root from the new 5-level deep structure (../../../../../). Updated the breadcrumb navigation and daily page links to support nested folder traversal. Metadata (SiteMetadataRenderer.java): Updated the sitemap generator to produce URLs matching the new directory structure. Testing: Updated HtmlRendererTest.java and SiteMetadataRendererTest.java to validate the new nested folder logic and ensure CSS paths are correctly resolved. Verification Results Successfully ran ./gradlew clean build using Java 25. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
