Skip to content

Release v1.19.0#316

Merged
helen-m-lin merged 4 commits into
mainfrom
release-v1.19.0
Sep 29, 2025
Merged

Release v1.19.0#316
helen-m-lin merged 4 commits into
mainfrom
release-v1.19.0

Conversation

@johendrickson

Copy link
Copy Markdown
Contributor

No description provided.

jtyoung84 and others added 4 commits September 22, 2025 16:14
…to v2 (#309)

* feat: removes getCurrentVersion function and hardcodes modal version to v2

- Replaced calls to getCurrentVersion() with a fixed 'v2' value.
- Simplifies modal logic for adding new parameters.
- Ensures new parameters are consistently marked as v2.

* feat: Use DEFAULT_VERSION constant from Jinja context instead of hardcoding v2

- Added DEFAULT_VERSION at top of job_params.html script.
- Replaced all hardcoded 'v2' references with DEFAULT_VERSION.
- Keeps modal version logic flexible for future version bumps (e.g., v3).
* fix: makes job platform optional

* docs: move platform info to Optional Fields

* feat: initial commit

In an unfinished state. Currently has two test columns for development purposes.

* feat: add JSON modal and update table structure

- Introduce dedicated `#json-modal` for viewing full job JSON
- Update `addTableRow` to include JSON column/button
- Adjust table headers to replace "modal" column with "json"
- Move logic from settings iframe to JSON `<pre>` display
- Simplify function signature (`modalitiesLength` instead of full array)

* feat: add JSON modal for viewing full job data

- Create dedicated Bootstrap modal for job JSON
- Wire button click to open modal and display validated job JSON
- Print job JSON to console for debugging

* refactor: clean up job table rendering and JSON modal

- Removed unused/commented code
- Simplified addTableRow logic and corrected modality JSON rowspan

* fix: resolve merge conflicts

* fix: code cleanup

* fix: code cleanup

Removes unneeded nesting and redundancy

* fix: changes indentation spaces for returned json

Updates returned json indentation from 2 to 3 spaces
@johendrickson johendrickson marked this pull request as ready for review September 29, 2025 23:01
@johendrickson johendrickson requested review from helen-m-lin, jtyoung84 and mekhlakapoor and removed request for jtyoung84 September 29, 2025 23:01
@helen-m-lin helen-m-lin merged commit a77240f into main Sep 29, 2025
4 checks passed
@helen-m-lin helen-m-lin deleted the release-v1.19.0 branch September 29, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants