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

Production Release; Aug Week 5 #1562

Merged
merged 12 commits into from
Aug 27, 2023
Merged

Production Release; Aug Week 5 #1562

merged 12 commits into from
Aug 27, 2023

Commits on Aug 24, 2023

  1. Rename prescribed_medication to treatment_plan (#1522)

    * Rename prescribed_medication to treatment_plan
    
    * update migrations
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    ---------
    
    Signed-off-by: Aakash Singh <[email protected]>
    Co-authored-by: Aakash Singh <[email protected]>
    Ashesh3 and sainak authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6e802ac View commit details
    Browse the repository at this point in the history
  2. feat: add dev only endpoint to preview discharge summary (#1545)

    * feat: add dev only endpoints to preview discharge summary
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    * Update error message
    
    Co-authored-by: Ashesh <[email protected]>
    
    ---------
    
    Signed-off-by: Aakash Singh <[email protected]>
    Co-authored-by: Ashesh <[email protected]>
    sainak and Ashesh3 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a05d818 View commit details
    Browse the repository at this point in the history
  3. remove redundant docs workflow (#1528)

    Signed-off-by: Aakash Singh <[email protected]>
    sainak authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4c98790 View commit details
    Browse the repository at this point in the history
  4. Migration to Rename Skill and Add New Skill (#1525)

    * Fix typo in user skill and add a new skill
    
    * Update care/users/migrations/0008_rename_skill_and_add_new_20230817_1937.py
    
    Co-authored-by: Aakash Singh <[email protected]>
    
    ---------
    
    Co-authored-by: Aakash Singh <[email protected]>
    Ashesh3 and sainak authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    20a575d View commit details
    Browse the repository at this point in the history
  5. feat: add list of uploaded files to discharge summary (#1544)

    Signed-off-by: Aakash Singh <[email protected]>
    sainak authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9519d70 View commit details
    Browse the repository at this point in the history
  6. Made doctor role as static attribute (#1507)

    * made doctor role as static attribute
    
    * renamed create_by_local_user field and added tests
    
    * added comments
    
    * update migrations
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    ---------
    
    Signed-off-by: Aakash Singh <[email protected]>
    Co-authored-by: Vignesh Hari <[email protected]>
    Co-authored-by: Aakash Singh <[email protected]>
    3 people authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cd124c7 View commit details
    Browse the repository at this point in the history
  7. fix: merge ip op numbers (#1546)

    * fix: merge ip op numbers
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    * update migrations
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    * update migrations
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    * update migrations
    
    Signed-off-by: Aakash Singh <[email protected]>
    
    ---------
    
    Signed-off-by: Aakash Singh <[email protected]>
    Co-authored-by: Vignesh Hari <[email protected]>
    sainak and vigneshhari authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    62e6283 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. feat: Add service request history for asset (#1277)

    * feat: Add service history to assets
    
    * Make merge migration
    
    * make requested changes
    
    * Run pre-commit
    
    * Squash migrations
    
    * fix syntax error in squashed migration file
    
    * Delete squashed migrations
    
    * merge migration
    
    * add missing migration
    
    * squash migrations
    
    * Update care/facility/models/asset.py
    
    * Update care/facility/api/serializers/asset.py
    
    Co-authored-by: Rithvik Nishad <[email protected]>
    
    * Rebase migrations
    
    * Add tests for service history
    
    * Add edit history
    
    * Update tests
    
    * Merge migrations
    
    * Nest router and fix tests
    
    * fix condition
    
    * rename endpoint
    
    * include nested route
    
    * Add kwarg filter to queryset
    
    * Fix tests
    
    * Update care/facility/api/serializers/asset.py
    
    Co-authored-by: Aakash Singh <[email protected]>
    
    * Update care/facility/api/serializers/asset.py
    
    Co-authored-by: Aakash Singh <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Aakash Singh <[email protected]>
    
    * Update migrations
    
    * fix linting
    
    * update migration
    
    * Update migration
    
    * Update migrations
    
    ---------
    
    Co-authored-by: Vignesh Hari <[email protected]>
    Co-authored-by: Rithvik Nishad <[email protected]>
    Co-authored-by: Aakash Singh <[email protected]>
    4 people authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    89a5a08 View commit details
    Browse the repository at this point in the history
  2. fix: assets in use by consultation filter (#1554)

    fix: assets in use bu consultation filter
    
    Signed-off-by: Aakash Singh <[email protected]>
    sainak authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bd4f015 View commit details
    Browse the repository at this point in the history
  3. Sorts medicine name exact matches first (#1557)

    * fixes #1556; sort medicine name exact matches first
    
    * update tests
    rithviknishad authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    df1244b View commit details
    Browse the repository at this point in the history
  4. Added support to map care facilities with abdm health facility (#1550)

    * added health facility in abdm
    
    * link health facility on create and update
    
    * get hip_id from health facility
    
    * added authorization
    
    * use external_id instead of id
    
    ---------
    
    Co-authored-by: Vignesh Hari <[email protected]>
    khavinshankar and vigneshhari authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1ece5cc View commit details
    Browse the repository at this point in the history
  5. Set edits as read_only, exclude asset from Service (#1561)

    * Set edits as read_only, exclude asset from Service
    
    * allow blank note
    Ashesh3 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    27be312 View commit details
    Browse the repository at this point in the history