Skip to content

History / Linelists

Revisions

  • Updated Linelists (markdown)

    @bencap bencap committed Jun 2, 2022
  • Update Linelists.md

    @truong97 truong97 committed Oct 18, 2021
  • Update command-line codes for linelist generation

    @truong97 truong97 committed Oct 11, 2021
  • Update & fix linelist docs

    Todd Seidelmann committed Jul 1, 2021
  • Linelists: Add reminder about setting up pyenv's initialization

    @tsibley tsibley committed Mar 23, 2021
  • Linelists: Embolden dependency update reminder

    @kairstenfay kairstenfay committed Feb 19, 2021
  • Linelists: Ephasize updating environment each run This step is easily overlooked with the way the documentation is currently written, and not syncing the development environment with the latest changes causes frequent bugs (and headaches) for our users. Duplicate the warning message about updating the python environment. I prefer this approach to duplicating the code itself, as there is a greater chance in the latter scenario that the duplicated instructions may diverge.

    @kairstenfay kairstenfay committed Feb 19, 2021
  • Linelists: Keep operations at top-level of repo The instructions were faulty because I was doing a mix of `cd`-ing into `~/backoffice/id3c-production` to update the python environment and also assuming the user was at the top-level of the `backoffice.git` checkout. Stick to just performing all operations at the top-level of the backoffice repo.

    @kairstenfay kairstenfay committed Feb 18, 2021
  • Linelists: Fix Pipfile path in `pipenv sync` Previously, the instructions would fail because `pipenv` could not locate the `Pipfile.lock` file.

    @kairstenfay kairstenfay committed Feb 18, 2021
  • Linelists: Add troubleshooting instructions Duplicate barcodes in one REDCap project will break the linelist generation. Describe how to exclude a problematic REDCap project from linelist generation.

    @kairstenfay kairstenfay committed Feb 17, 2021
  • Linelists: Update to reflect current env.d organization Kairsten's intent is for this workflow setup to use/match the production server's setup.

    @tsibley tsibley committed Jan 15, 2021
  • Linelists: Fix incorrect paths

    @tsibley tsibley committed Jan 15, 2021
  • Linelists: Clarify what to repeat the process over

    @tsibley tsibley committed Jan 15, 2021
  • Linelists: Update TOC and remove surplus H1 header

    @kairstenfay kairstenfay committed Jan 14, 2021
  • Document the Linelist pipeline workflow Create step-by-step instructions on how to run the new backoffice repo `wa-doh-linelists` pipeline. These instructions are meant to be extremely beginner friendly and therefore prescribe specific ways of doing things rather than leaving the choices more open-ended to the user.

    @kairstenfay kairstenfay committed Jan 11, 2021