Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Balu-Varanasi
Copy link
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

Copy link

vercel bot commented Mar 25, 2024

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

Name Status Preview Comments Updated (UTC)
llmstack ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2024 7:27pm

@Balu-Varanasi Balu-Varanasi changed the title Feature/adhoc job scheduling feature(jobs): Ability to create immagediate ('Run Now') jobs and minor ui fixes Mar 25, 2024
@Balu-Varanasi Balu-Varanasi changed the title feature(jobs): Ability to create immagediate ('Run Now') jobs and minor ui fixes feature(jobs): Ability to create immediate ('Run Now') jobs and minor ui fixes Mar 25, 2024
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.

None yet

1 participant