Skip to content

fix: Fact-check of scheduling#624

Merged
Swiftaxe merged 3 commits into
mainfrom
fix/fact-check-scheduling
Jun 18, 2026
Merged

fix: Fact-check of scheduling#624
Swiftaxe merged 3 commits into
mainfrom
fix/fact-check-scheduling

Conversation

@Swiftaxe

Copy link
Copy Markdown
Collaborator

Summary

Fact-checked, removed noise, and added frontmatter to 5 scheduling pages.

All 5 files:

  • Added missing description frontmatter

01-setup:

  • Removed stray import 'package:serverpod_auth_idp_server/core.dart'; from the server.dart example (unrelated auth import)

02-recurring-task:

  • Fixed "continously" → "continuously"
  • Removed same stray auth import and stripped trailing spaces from the code block

03-inheritance:

  • "augment the superclass's one" → "overriding the superclass implementation"

04-configuration:

  • Removed redundant "Below is an example of how you can configure future calls in a YAML file:" lead-in
  • Removed 5× repeated "Example configuration:" labels
  • Fixed checkBrokenCalls and deleteBrokenCalls examples — they were shown at the top level but should be nested under futureCall: per the configuration reference (factual fix)

05-legacy:

  • Removed "is simple" filler
  • Trimmed verbose registration paragraph
  • "You are now able to register a future call to be invoked in the future by calling either..." → "With the future call registered, you can schedule it using either..."
  • DateTime(2025, 1, 1)DateTime(2030, 1, 1) (past date)
  • Fixed note text (lowercase start, unclear reference to "model folder")

Comment thread docs/06-concepts/14-scheduling/01-setup.md Outdated
Comment thread docs/06-concepts/14-scheduling/05-legacy.md Outdated
@developerjamiu developerjamiu added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 18, 2026
Co-authored-by: Jamiu Okanlawon <50176100+developerjamiu@users.noreply.github.com>
@Swiftaxe Swiftaxe requested a review from developerjamiu June 18, 2026 12:27
Co-authored-by: Jamiu Okanlawon <50176100+developerjamiu@users.noreply.github.com>
@Swiftaxe Swiftaxe force-pushed the fix/fact-check-scheduling branch from 14945e7 to c0a9fa6 Compare June 18, 2026 13:54
@Swiftaxe Swiftaxe enabled auto-merge (squash) June 18, 2026 13:56
@Swiftaxe Swiftaxe merged commit 29beb5a into main Jun 18, 2026
4 checks passed
@Swiftaxe Swiftaxe deleted the fix/fact-check-scheduling branch June 18, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants