Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Enketo cleanup #1113

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Dec 4, 2023

  1. rename reset function to reduce confusion

    Abby Wheelis committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1ddd342 View commit details
    Browse the repository at this point in the history
  2. restore line

    Abby Wheelis committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d083d3e View commit details
    Browse the repository at this point in the history
  3. start tz and end tz don't have to match

    ensure that we account for mismatched timestamps
    Abby Wheelis committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    175ccb3 View commit details
    Browse the repository at this point in the history
  4. prettier

    Abby Wheelis committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    afc341a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. increase testing coverage

    one of my main issues was that I needed to await where I was checking for what something resolves to, ".resolves.to..." was not enough
    
    I then fixed some errors that popped up once I was testing properly, and added a few more cases to some of the tests to cover the gaps
    Abby Wheelis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    46763f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    c3c9a60 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    43fe1e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f2dde22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db09347 View commit details
    Browse the repository at this point in the history
  3. comments - prepare to increase testing

    Abby Wheelis committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d53e064 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. increase testing on enketoHelper

    Abby Wheelis committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    19d6578 View commit details
    Browse the repository at this point in the history
  2. formatting -- prettier

    Abby Wheelis committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1ce72cf View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. increase testing in enketoHelper

    several of the tests are buggy, and so are commented out here
    Abby Wheelis committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7699b26 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'enketo-helper-cleanup' into enketo-cleanup

    Abby Wheelis committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b63cdab View commit details
    Browse the repository at this point in the history
  3. formatting

    Abby Wheelis committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    874bd74 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fix the bad merge conflict

    Abby Wheelis committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    39f50a5 View commit details
    Browse the repository at this point in the history
  2. comment out a broken test

    Abby Wheelis committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    19a46ed View commit details
    Browse the repository at this point in the history
  3. debugging, one more test working

    Abby Wheelis committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f0a55f5 View commit details
    Browse the repository at this point in the history