CorrelAid / CorrelAid/formtransform
[survey2ddi 6/6] Docs: pull commands, the LimeSurvey data path, and survey2ddi's new scope
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Step 6 of 6 for the survey2ddi retirement. Plan: HANDOVER_SURVEY2DDI.md. Do this last — after the CLI, both pull adapters, and the parity work have landed.
What to update
README.md— the Quick Start CLI block lists four conversion commands; add the Kobo and LimeSurvey pull/transform commands. The ecosystem table's "Consumed by" column should reflect that direct CLI use now covers the pull paths too.src/pipelines/README.md— the "The DDI data file" section documents the XLSForm response path and the column-order contract. Add the LimeSurvey response path (bracket subkeys, the_normexport quirk) once that port lands, and say which module owns which platform's keying.ARCHITECTURE.md— the pull adapters are a new layer: node-only, network-touching, deliberately outside the browser entry. Record that boundary where the existingcli.ts/fileChoices.tsexclusions are described.- Anywhere survey2ddi is named — its scope becomes the DDI read side (
read_variable_labels,read_value_maps,apply_value_labelsfor labelling a dataframe). It is no longer a converter. Do not describe it as deprecated wholesale; the reader is staying.
Acceptance criteria
-
npm run validategreen (markdownlint + prettier are part of it) - Every documented command exists and its
--helpmatches the docs - No doc still presents survey2ddi as a conversion tool
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read HANDOVER_SURVEY2DDI.md first, then inspect README.md, src/pipelines/README.md, and ARCHITECTURE.md alongside the completed CLI, pull adapters, and parity work. Update the named sections and every survey2ddi reference, then run npm run validate and verify that each documented command exists, its --help matches, and no documentation presents survey2ddi as a conversion tool.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100