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

feat(patient notes): add edit window validation and update endpoint #1221

Merged
merged 45 commits into from
Feb 12, 2024

Commits on Mar 18, 2023

  1. feat(patient notes): add edit window validation and update endpoint

    - Add edit window validation to restrict updates to notes after a certain time
    - Add PUT and PATCH endpoints to update notes
    Ashesh3 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e378637 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    0e5ef10 View commit details
    Browse the repository at this point in the history
  2. Use editable_until logic

    Ashesh3 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b68cdb4 View commit details
    Browse the repository at this point in the history
  3. dummy empty commit

    Ashesh3 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d6a3574 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    aa780a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf1ffa View commit details
    Browse the repository at this point in the history
  3. Merge migrations

    Ashesh3 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    18dc937 View commit details
    Browse the repository at this point in the history
  4. format files

    Ashesh3 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    11b91df View commit details
    Browse the repository at this point in the history
  5. Merge migrations

    Ashesh3 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3d85cc4 View commit details
    Browse the repository at this point in the history
  6. fix tests

    Ashesh3 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    85531fe View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. remove editable_until

    Ashesh3 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    aec33b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38b50b1 View commit details
    Browse the repository at this point in the history
  3. bug fixes

    Ashesh3 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    551d487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    548b11e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecfef45 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Ashesh3 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c415185 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    4dd8d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e61d90 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Ashesh3 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2e90292 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    44d32f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067d147 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix tests

    Ashesh3 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4eaab8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3587a87 View commit details
    Browse the repository at this point in the history
  3. optimize migration

    Signed-off-by: Aakash Singh <mail@singhaakash.dev>
    sainak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dc899d0 View commit details
    Browse the repository at this point in the history
  4. Update care/facility/models/mixins/permissions/patient.py

    Co-authored-by: Aakash Singh <mail@singhaakash.dev>
    Ashesh3 and sainak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7e44d7a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    5adcd17 View commit details
    Browse the repository at this point in the history
  2. Update migrations

    Ashesh3 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f291055 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    c42e923 View commit details
    Browse the repository at this point in the history
  2. update migrations

    Ashesh3 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0117da4 View commit details
    Browse the repository at this point in the history
  3. Update care/facility/api/serializers/patient.py

    Co-authored-by: Aakash Singh <mail@singhaakash.dev>
    Ashesh3 and sainak committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    2d9bf40 View commit details
    Browse the repository at this point in the history
  4. Update care/facility/models/patient.py

    Co-authored-by: Aakash Singh <mail@singhaakash.dev>
    Ashesh3 and sainak committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d8050c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e50d34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7d09ea View commit details
    Browse the repository at this point in the history
  7. edited_date

    Ashesh3 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c61d3e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef69e7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    559d50b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a54e2c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eaf8f68 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 9, 2024

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

Commits on Jan 17, 2024

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

Commits on Jan 18, 2024

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

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    6f9039c View commit details
    Browse the repository at this point in the history
  2. Update migrations

    Ashesh3 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    716368e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Fix tests

    Ashesh3 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3ecf5b6 View commit details
    Browse the repository at this point in the history