Skip to content

feature(jobs): Ability to create immediate ('Run Now') jobs and minor ui fixes - #201

Open
Balu-Varanasi wants to merge 3 commits into
trypromptly:mainfrom
Balu-Varanasi:feature/adhoc-job-scheduling
Open

feature(jobs): Ability to create immediate ('Run Now') jobs and minor ui fixes#201
Balu-Varanasi wants to merge 3 commits into
trypromptly:mainfrom
Balu-Varanasi:feature/adhoc-job-scheduling

Conversation

@Balu-Varanasi

Copy link
Copy Markdown
Contributor

Goals

  1. UI Fix: Ensure manual job data entry is saved upon focus out.
  2. UI Fix: Prevent job input entries from being removed when data or other fields are updated.
  3. Ad-hoc job scheduling.

Changes

  1. Modified handleRowEditStop in InputDataTable.jsx to automatically save manual data entries upon losing focus.
  2. Updated appRunData state in AddAppRunScheduleModal only if the selected application column fields match.
  3. Implemented changes to support immediate job execution (Run Now) in both the frontend and backend.

Testing

  • Tested end-to-end using various scenarios

Reviewers

@ajhai and @vegito22

@vercel

vercelBot commented Mar 25, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

NameStatusPreviewCommentsUpdated (UTC)
llmstack✅ Ready (Inspect)Visit Preview💬 Add feedbackMar 25, 2024 7:27pm

@Balu-VaranasiBalu-Varanasi changed the title Feature/adhoc job schedulingfeature(jobs): Ability to create immagediate ('Run Now') jobs and minor ui fixesMar 25, 2024
@Balu-VaranasiBalu-Varanasi changed the title feature(jobs): Ability to create immagediate ('Run Now') jobs and minor ui fixesfeature(jobs): Ability to create immediate ('Run Now') jobs and minor ui fixesMar 25, 2024
Sign up for freeto 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.

1 participant

@Balu-Varanasi