[us-commits] [ehb54/us3lims_dbinst] 4c1be7: Support GET requests for experiment selection in r...

ehb54 noreply at github.com
Thu Apr 17 09:22:03 MDT 2025


  Branch: refs/heads/master
  Home:   https://github.com/ehb54/us3lims_dbinst
  Commit: 4c1be709acc29a722e41139ad1be8babf1e5f4ad
      https://github.com/ehb54/us3lims_dbinst/commit/4c1be709acc29a722e41139ad1be8babf1e5f4ad
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

  Changed paths:
    M runID_info.php

  Log Message:
  -----------
  Support GET requests for experiment selection in runID_info

Added logic to handle experimentID via GET parameters, allowing better flexibility alongside POST. Adjusted the form method to use GET to align with the new GET-based workflow.


  Commit: 700ab6a11a537ecc9623629104acb11d9b012949
      https://github.com/ehb54/us3lims_dbinst/commit/700ab6a11a537ecc9623629104acb11d9b012949
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-04-14 (Mon, 14 Apr 2025)

  Changed paths:
    M js/reports.js

  Log Message:
  -----------
  Update URL parameters dynamically based on user selections

Ensure `personID` and `reportID` are updated in the URL to reflect current selections or retrieved from the query string if not provided. This improves navigation consistency and allows state preservation when reloading or sharing URLs.


  Commit: 397f9ee3158515ed384cf045ae22726cc4030e78
      https://github.com/ehb54/us3lims_dbinst/commit/397f9ee3158515ed384cf045ae22726cc4030e78
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-04-14 (Mon, 14 Apr 2025)

  Changed paths:
    M view_reports.php

  Log Message:
  -----------
  Update report logic to handle dynamic person and report IDs

Modified `view_reports.php` to dynamically use `personID` and `reportID` from query parameters, defaulting to fallback values when absent. Added logic to fetch and display triple lists and combo info when a valid report ID is provided. This enhances the flexibility and functionality of the report generation.


  Commit: 30b1f3b047e8870d3210917acc4a162aae3a637f
      https://github.com/ehb54/us3lims_dbinst/commit/30b1f3b047e8870d3210917acc4a162aae3a637f
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-04-14 (Mon, 14 Apr 2025)

  Changed paths:
    M js/reports.js

  Log Message:
  -----------
  Refactor variable declarations and improve readability

Replaced `var` with `let` and `const` for better scoping. Added improvements to variable naming for clarity and updated comments for consistency with the code changes.


  Commit: 62b7f9a193026bd8fe37b3e58d47c3cc0dc68b10
      https://github.com/ehb54/us3lims_dbinst/commit/62b7f9a193026bd8fe37b3e58d47c3cc0dc68b10
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-04-14 (Mon, 14 Apr 2025)

  Changed paths:
    M view_reports.php

  Log Message:
  -----------
  Set $link as a global variable in view_reports.php

Added the `global $link;` declaration to ensure the database connection variable is accessible within the scope of the file. This change prevents potential undefined variable errors when interacting with `$link`.


  Commit: 82c80d71517c7e1bbcb4544a3909e3249190c0fc
      https://github.com/ehb54/us3lims_dbinst/commit/82c80d71517c7e1bbcb4544a3909e3249190c0fc
  Author: ehb54 <ehb54 at users.noreply.github.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M js/reports.js
    M runID_info.php
    M view_reports.php

  Log Message:
  -----------
  Merge pull request #41 from ehb54/lukas/runID_info-form

Support GET requests for experiment selection in runID_info


Compare: https://github.com/ehb54/us3lims_dbinst/compare/648950c74d75...82c80d71517c

To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/us3lims_dbinst/settings/notifications


More information about the us-commits mailing list