Complete platform hardening and learning workflows - #4
Open
jayranawork wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Complete payment, course creation, media, and learning workflows
Description:
Summary
This PR adds the latest Skillnest platform improvements, excluding Notes Marketplace and Focus Playlists.
Included Changes
Added Lemon Squeezy payment status handling, webhook replay, refunds, disputes, reconciliation, retry jobs, audit history, metrics, notifications, duplicate-payment protection, and limited-seat protection.
Improved instructor course creation with drafts, autosave, preview mode, curriculum editing, drag-and-drop ordering, duplication, archive/restore, SEO fields, version records, and publish validation.
Added S3 multipart uploads, resumable uploads, local Multer fallback, file validation, upload cleanup, video duration detection, and thumbnail generation.
Added student progress saving, resume playback, bookmarks, lesson notes, quizzes, assignments, and certificate APIs.
Added payment result states for successful, failed, canceled, refunded, disputed, and delayed webhook scenarios.
Added maintenance jobs, health checks, metrics, email notification foundations, and Lemon Squeezy configuration verification.