Skip to content

Conversation

@peppermint-juli
Copy link
Contributor

@peppermint-juli peppermint-juli commented Sep 3, 2025

Description

Updated the Job Detail full screen to work differently, from receiving a Job object as a parameter to extracting the Job ID from the URL parameters to query the full job detail from GraphQL. This will allow the use of a jobs/[id] URL redirection for other uses, like Turbulence Cutout.

Testing

Changes can be seen here

@peppermint-juli peppermint-juli marked this pull request as ready for review September 3, 2025 20:51
Copy link
Contributor

@mtaghiza mtaghiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

Copy link
Contributor

@amitschang amitschang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay. Looks fine to me, just minor comment, but feel free to ignore

typeDefs,
resolvers,
plugins: process.env.NODE_ENV !== 'production' ?
schema: process.env.IDIES_ENV === 'test' ? addMocksToSchema(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems this is better called SCISERVER_ENV

@amitschang amitschang merged commit 84064d2 into main Sep 18, 2025
3 checks passed
@amitschang amitschang deleted the WEB/job-screen-update branch September 18, 2025 14:57
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.

4 participants