Implement logic to mark projects as 'likely_class_project' based on parent remixes and create a script for bulk updates#449
Open
cycomachead wants to merge 1 commit into
Open
Conversation
- Update project controller to inherit `likely_class_work` status from parent projects during remix creation and manual remix marking. - Add `bin/mark-class-projects.lua` utility to bulk update projects by user or project ID, including recursive updates for all descendants. Co-authored-by: Claude Code <noreply@anthropic.com>
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.
Propagate
likely_class_workstatus to remixesImplements automatic inheritance of the
likely_class_workflag when projects are remixed, and adds a CLI utility for bulk-marking a user's or project's entire remix tree as class work.Changes
controllers/project.luamark_as_remix), if the parent project haslikely_class_work = true, the remixed project is updated to match.remixIDis present in the request body, the parent'slikely_class_workstatus is inherited by the new project at creation time.bin/mark-class-projects.lua(new)likely_class_work = truefor all projects belonging to a user (--user <username>) or a single project (--project <id>).DATABASE_HOST,DATABASE_PORT, etc.).Usage
Superconductor Ticket Implementation | App Preview | Guided Review