jbampton commented on issue #353: URL: https://github.com/apache/tooling-trusted-releases/issues/353#issuecomment-3592038032
On the existing committees page the search box is not dynamic and does not use "AJAX" etc to filter the results. https://release-test.apache.org/committees Modern AJAX refers to the use of asynchronous JavaScript to exchange data with a server without a full page reload, but with updated techniques like the Fetch API replacing the older XMLHttpRequest (XHR) object. This allows web pages to update parts of their content dynamically, leading to a smoother, more interactive user experience, often using formats like JSON instead of the originally named XML. This would be a minor enhancement that most modern sites have for the new version of these pages. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
