Jainam Shah — mobile share-sheet app + sales battlecard generator - #121
Open
naxer-12 wants to merge 1 commit into
Open
Jainam Shah — mobile share-sheet app + sales battlecard generator#121naxer-12 wants to merge 1 commit into
naxer-12 wants to merge 1 commit into
Conversation
…d generator extensions/naxer-12/superdocs-share-sheet-app/ -- assigned build 1, a Flutter share-sheet app. Android built and verified end to end on a real device against a live account (upload, edit, review, approve, export, background completion surviving a force-close). iOS not built -- needs a full Xcode install and an Apple ID this environment doesn't have, logged honestly rather than left unmentioned. use-cases/naxer-12/battlecard-generator/ -- assigned build 2, a CLI that turns a fictional competitor's name and a few structured inputs into a one-page sales battlecard, exported as a real docx through the live SuperDocs API. Verified live with two unrelated fictional competitors producing genuinely different, fully-filled documents from the same template. Both include full READMEs, tests, and the real bugs found and fixed while verifying each against the live API. Co-Authored-By: Claude Sonnet 5 <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.
Name: Jainam Shah
Two builds for the SuperDocs engineering round's Task 2:
extensions/naxer-12/superdocs-share-sheet-app/— a Flutter mobile share-sheet app. Receive a document from another app, send an edit instruction, review and approve, export and share back out. Android built and verified end to end on a real device against a live account, including background completion surviving the app being force-closed. iOS not built (needs a full Xcode install and an Apple ID this environment doesn't have).use-cases/naxer-12/battlecard-generator/— a CLI that turns a fictional competitor's name and a few structured inputs into a one-page sales battlecard, exported as a real.docxthrough the live API. Verified live with two unrelated fictional competitors producing genuinely different, fully-filled documents from the same template.Each folder has its own README with setup, what SuperDocs features it uses, and the real bugs found and fixed while verifying against the live API.