Skip to content

Calendar docs and UI bug fix#2971

Merged
jmthomas merged 4 commits intomainfrom
calendar-docs-and-bug-fix
Mar 14, 2026
Merged

Calendar docs and UI bug fix#2971
jmthomas merged 4 commits intomainfrom
calendar-docs-and-bug-fix

Conversation

@EmilyRagan
Copy link
Copy Markdown
Contributor

@EmilyRagan EmilyRagan commented Mar 12, 2026

  • Add documentation for data and scope parameters into create_timeline_activity script function
  • Fix Calendar tool UI when editing existing script activity (was not loading the existing script selection on step 2 of edit modal)

(scope has been added since this screenshot was taken)
image

@EmilyRagan EmilyRagan self-assigned this Mar 12, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.52%. Comparing base (c2da961) to head (73969ca).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2971   +/-   ##
=======================================
  Coverage   78.51%   78.52%           
=======================================
  Files         673      673           
  Lines       55332    55332           
  Branches      728      728           
=======================================
+ Hits        43445    43449    +4     
+ Misses      11809    11805    -4     
  Partials       78       78           
Flag Coverage Δ
python 79.76% <ø> (ø)
ruby-api 81.02% <ø> (+0.08%) ⬆️
ruby-backend 82.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@EmilyRagan EmilyRagan marked this pull request as draft March 12, 2026 20:58
@EmilyRagan EmilyRagan force-pushed the calendar-docs-and-bug-fix branch 2 times, most recently from a6e50c7 to 01a9afc Compare March 13, 2026 17:24
@EmilyRagan EmilyRagan changed the title Calendar docs and bug fixes Calendar docs and UI bug fix Mar 13, 2026
@EmilyRagan EmilyRagan force-pushed the calendar-docs-and-bug-fix branch from 01a9afc to 861d01c Compare March 13, 2026 17:55
@EmilyRagan EmilyRagan marked this pull request as ready for review March 13, 2026 17:57
@EmilyRagan EmilyRagan requested review from jmthomas and removed request for mcosgriff March 13, 2026 17:57
@sonarqubecloud
Copy link
Copy Markdown

<div v-else-if="kind === 'SCRIPT'" class="ma-3">
<script-chooser @file="fileHandler" />
<script-chooser
:model-value="activityData"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ah nice. I've noticed this in the past too, thanks! I think it won't handle the case where a script is deleted and then we try to edit it, but if a script that was deleted won't run successfully on calendar so I think it's fine 👍

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Oh I hadn't considered that case -- we can open another issue to handle that particular workflow

@jmthomas jmthomas merged commit 45ea8c8 into main Mar 14, 2026
52 checks passed
@jmthomas jmthomas deleted the calendar-docs-and-bug-fix branch March 14, 2026 18:33
jmthomas added a commit that referenced this pull request Mar 21, 2026
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