feat(app): integrate API for objective drafting and publishing - #207
Merged
tonylam0 merged 17 commits intoJul 31, 2026
Merged
Conversation
Carter907
force-pushed
the
feat/api-integration-objective-creation
branch
from
July 26, 2026 22:14
0b5bb84 to
208fc74
Compare
Carter907
marked this pull request as ready for review
July 26, 2026 22:18
Carter907
force-pushed
the
feat/api-integration-objective-creation
branch
from
July 26, 2026 23:13
f19ee7c to
df83932
Compare
Replace static mock data with backend service calls - Implemented add and removal of objective targets to objective-revision.service.ts. - Fetch walkthrough edges dynamically from /:slug/walkthrough API. - Placeholder Preview page based on PR bluelearn-org#166 - Added 'Save Draft' button for drafting LOs. Signed-off-by: Carter <speers.carter@gmail.com>
Carter907
force-pushed
the
feat/api-integration-objective-creation
branch
from
July 26, 2026 23:16
df83932 to
c788f62
Compare
dealt with describing duration Signed-off-by: Carter <speers.carter@gmail.com>
Signed-off-by: Carter <speers.carter@gmail.com>
…objective-creation Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
Signed-off-by: Tonycs <lam.tony540@gmail.com>
tonylam0
approved these changes
Jul 31, 2026
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.
Summary
Replace static mock data with backend service calls for learning objective creation flow.
objective.tsfor fetching and creating objectives andobjectiveRevisions.tsfor working with LO revisions.getWalkthroughfunction toguides.tsfor displaying the walkthroughs of targets inOrderObjectiveGuides.tsxStepperActionHeaderfunctionality for integrating drafting in LO creation flow.closes #199
Type of change
Verification
pnpm -r typecheckpassespnpm -r buildpasses