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

Merge Develop To Staging v24.52.0 #9483

Merged
merged 33 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b6df9a1
Scribe Enhancements support PR (#9265)
shivankacker Dec 11, 2024
27b7228
Bug-Fix: Patient's Age parsing discrepancy during XLS export in Sampl…
pooranjoyb Dec 11, 2024
981a281
Facility bed capacity verification test (#9145)
Jacobjeevan Dec 11, 2024
05d89f4
Changes on Assigning/Reassigning/Unassigning Volunteer to Patient (#9…
rajku-dev Dec 11, 2024
1fb976b
Replace custom useQuery util with TanStack useQuery (#9360)
amjithtitus09 Dec 12, 2024
8a3a59f
Sample Test Details: Fix Padding and enclose status and result with i…
rithviknishad Dec 12, 2024
ae8ac6f
fix: fixed enter key issue (#9396)
noufalrahim Dec 12, 2024
ed48ece
Fix: Added location for linked facility (#9383)
AdityaJ2305 Dec 12, 2024
ead041b
Fix: Allergy count to Updated to has allergies text (#9399)
AdityaJ2305 Dec 12, 2024
2611a32
User Creation Form Bug Fix (#9404)
Jacobjeevan Dec 13, 2024
05e8f4c
Util function for cleaner usage of TanStack useQuery (#9395)
amjithtitus09 Dec 13, 2024
c8963ad
Fixed the date format in the user details page (#9409)
nihal467 Dec 14, 2024
f82dfa8
Remove Sample management system (#9425)
bodhish Dec 14, 2024
b147027
Cleanup capacity related fields from facility (#9436)
bodhish Dec 15, 2024
f84c7df
Fix alignment issue in timestamp in Created and Last Modified for Pat…
ashwinpraveengo Dec 16, 2024
7ba5185
Fix phone number field overflow in search component on firefox (#9378)
sainak Dec 16, 2024
5d9885b
Fix: Inconsistency in Title during creation of Resouce Request #9440…
srijantrpth Dec 16, 2024
89cefea
Bump i18next-browser-languagedetector from 8.0.0 to 8.0.2 (#9370)
dependabot[bot] Dec 16, 2024
96bc802
Fixed Redirection of Critical care updation (#9453)
nihal467 Dec 16, 2024
f7b8283
Added Custom Headers Logic to Query (#9458)
srijantrpth Dec 17, 2024
69527b8
Fix: Duplicate network requests in Patient Details page (#9297)
Mahendar0701 Dec 17, 2024
ba80ea9
Adds `useMutation` compatible utility function and other abstractions…
rithviknishad Dec 17, 2024
927c399
Search UI for discharge patients (#9320)
Mahendar0701 Dec 17, 2024
9ac5225
Fixes UI Bug Issue in Symptom Editor (#9270)
JavidSumra Dec 17, 2024
2e82999
Occupancy bed tooltip fully visible in mobile view (#9235)
Rishith25 Dec 17, 2024
10bfd6c
Disallowing out of date range (#9201)
Rishith25 Dec 17, 2024
f56e6f5
Bump @sentry/browser from 8.42.0 to 8.45.1 (#9473)
dependabot[bot] Dec 17, 2024
3618853
Fix: UI changes in shifting and resources pages (#9437)
SathishAdithiyaaSV Dec 18, 2024
a01321b
Create 'copyToClipboard' utility function (#9449)
rajku-dev Dec 18, 2024
3979b53
Cypress tests replace cy.wait with cy.intercept or dynamic waits (#8963)
Rishith25 Dec 18, 2024
4a560f4
FIXED: The APPROVAL LETTER is not wrapped with the <PrintPreview> com…
modamaan Dec 18, 2024
1d50f53
Fix avatar upload stuck state and update header after changing avatar…
shauryag2002 Dec 18, 2024
d113b56
Fixed Flaky Test in cypress develop branch (#9492)
nihal467 Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ UI and Styling

General Guidelines

- Care uses a custom useQuery hook to fetch data from the API. (Docs @ /Utils/request/useQuery)
- Care uses TanStack Query for data fetching from the API along with query and mutate utilities for the queryFn and mutationFn. (Docs @ /Utils/request/README.md)
- APIs are defined in the api.tsx file.
1 change: 0 additions & 1 deletion cypress/e2e/assets_spec/AssetHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ rolesToTest.forEach((role) => {
it("Export the list of assets in CSV & Json", () => {
if (role === "districtAdmin") {
assetHome.selectAssetImportButton("click");
cy.wait(2000);
assetHome.selectJsonExportButton();
assetHome.selectAssetImportButton("click");
assetHome.selectCsvExportButton();
Expand Down
Loading
Loading