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

improve error handling and data existence checks #1793

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kumarrohitdev
Copy link

PR Fixes:

  • 1
  • 2

Resolves #[Issue Number if there]

Checklist before requesting a review

  • [yes ] I have performed a self-review of my code
  • [yes ] I assure there is no similar/duplicate pull request regarding same issue

@kumarrohitdev
Copy link
Author

@hkirat @devsargam @siinghd
Changes made to improve database seeding process:

  1. Added data existence checks:

    • Now checks for existing users, courses, content, and events before seeding
    • Provides detailed count of existing records in each table
    • Prevents accidental overwriting of existing data
  2. Improved error handling:

    • Added specific error messages for each seeding operation
    • Added visual indicators (emojis) for better error visibility
    • Included helpful suggestions when data already exists
  3. Enhanced logging:

    • Added progress indicators for each seeding step
    • Clear success/failure messages for each operation
    • Better error messages with specific details about what failed

This change helps prevent data loss and provides better feedback during the seeding process.

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.

1 participant