Skip to content
New issue

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

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

Already on GitHub? # to your account

#5395 patient sorted by created date #5421

Merged
merged 6 commits into from
Jan 11, 2024

Conversation

sah-arjun
Copy link
Contributor

@sah-arjun sah-arjun commented Jan 8, 2024

Fixes #5395

Change summary

Added CREATED_DATE column to the patient list

Testing

Steps to reproduce or otherwise test the changes of this PR:

  • Test with Sierra Leone and Kiribati data
  • Setup mobile with dispensary store
  • Go to Dispensing
  • There should be Created date column visible to the patient list
  • The patient listbox is sorted by default by createdDate column
  • If you create a patient then the created date will be added as current date
  • Sorting > if your list is sorted by created date then the addition of new patient will be visible at top of list.
  • Similarly, if list is sorted by firstName or lastName or any other column then the the new patient be visible as per sorted column.
  • Snapshot for reference
Screen Shot 2024-01-08 at 16 29 27

Related areas to think about

If there are any general areas of the codebase your changes might have side affects on, mention them here

@sanjeevsussol sanjeevsussol linked an issue Jan 9, 2024 that may be closed by this pull request
@AnushaUp
Copy link

AnushaUp commented Jan 10, 2024

Testing

Tested in mSupply server V7-11-02 mobile V8.6.8-rc-3 on both datafiles
Steps to reproduce or otherwise test the changes of this PR:

  • Test with Sierra Leone and Kiribati data
  • Setup mobile with dispensary store
  • Go to Dispensing
  • There should be Created date column visible to the patient list
  • If you create a patient then the created date will be added as current date
  • Sorting > if your list is sorted by created date then the addition of new patient will be visible at top of list.
  • Similarly, if list is sorted by firstName or lastName or any other column then the the new patient be visible as per sorted column.
  • Snapshot for reference -- PASSED
Screen Shot 2024-01-08 at 16 29 27

@sah-arjun sah-arjun merged commit 903442a into develop Jan 11, 2024
@sah-arjun sah-arjun deleted the #5395-patient-sorted-by-created-date branch January 11, 2024 11:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Patient search results sorted by created date
2 participants