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

chore(#9471): ui nav work image replacement - contact and user management #9505

Merged
merged 80 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
f73c4d7
show contact list, search, profiles, contact summary, sort
Oct 2, 2024
9f6a61e
add condition cards and care guides
Oct 4, 2024
631c6e5
factor update settings
Oct 4, 2024
f347429
move contact summary to config folder
Oct 4, 2024
82bfaa8
add inmunization condition card screenshot
Oct 5, 2024
8438c12
fix eslint
Oct 5, 2024
713ca8f
fix eslint in contact summary config
Oct 6, 2024
21c3593
revert pregnancy lmp change
Oct 7, 2024
6d64f55
change lmp for the delivey form to appear in care guides
Oct 7, 2024
aa566b4
create facility, area and supervisor
Oct 8, 2024
80ee2d4
add create chw user
Oct 10, 2024
d1116f8
adjust sizes for Message tab name to fit
Oct 11, 2024
b890dcd
organize test in suites
Oct 11, 2024
33344cd
fix eslint
Oct 11, 2024
e819884
remove updateRolePermissions and integrate its logic into updatePermi…
Oct 21, 2024
128f717
replace colons (:) with dashes and remove "local" for clarity
lorerod Oct 21, 2024
4743ba3
use single quotes instead of template quotes for non-concatenated str…
lorerod Oct 21, 2024
0bb5aae
move sort functionality to the contact page object
Oct 21, 2024
75d93aa
add waitForClickable before clicking sortIcon
Oct 21, 2024
d2b6d67
do a search by text instead of a loop
Oct 21, 2024
d17ee20
renamed the function to scrollToQuestion to better reflect its specif…
Oct 22, 2024
8986211
rename constants for better clarity
Oct 22, 2024
ac3b74b
replace moment.js with native Date objects for date manipulation
Oct 22, 2024
592579d
add conditional report generation for pregnancy based on gender/age a…
Oct 22, 2024
50acade
fix pregnancy creation
Oct 22, 2024
b83fbe2
fix mobile tests
Oct 23, 2024
0e7ab80
fix merge conflicts
Nov 28, 2024
2a6ac3c
fix eslint
Oct 25, 2024
cdb4039
add lastName property to clinic object to avoid name splitting
Oct 25, 2024
87d754a
move code closer to data definition for improved readability and data…
Oct 25, 2024
e84662b
remove empty fields to streamline data structure
Oct 25, 2024
8d04dcb
remove commented lines
Oct 25, 2024
40480d6
first round of feedback
Oct 31, 2024
51309b5
improve formatting
lorerod Oct 30, 2024
6c69e14
improve test description
lorerod Oct 30, 2024
5e96b41
simplify usage of faker number generator
Oct 31, 2024
677f275
adding space to separate functions
lorerod Oct 31, 2024
99e9c3f
merge functions into one
lorerod Oct 31, 2024
00eb6f2
simplify sort selection by using partial text match selector
Nov 8, 2024
b8cb072
remove redundant specs line in wdio config
Nov 8, 2024
79e0f70
add check for absence of contact tab in e2e test
Nov 8, 2024
8e97824
replace fixed pause with dynamic wait for contact search result display
Nov 8, 2024
43df254
reduce wait time to 150ms to improve stability without excessive delay
Nov 8, 2024
b17b9b0
create function to calculate lmp
lorerod Nov 8, 2024
7d27006
move lmp inside function
lorerod Nov 8, 2024
eb52fbf
use camelCase
lorerod Nov 8, 2024
47719a0
avoid splitting the string
lorerod Nov 8, 2024
0833898
fix sonar
Nov 8, 2024
4b358c1
fix eslint
Nov 11, 2024
f1292df
refactor data generation to evenly distribute kids and adults
Nov 11, 2024
a68b80a
fix eslint
Nov 11, 2024
099015a
create menu toggle and screenshot function and make contactsButton se…
Nov 19, 2024
a489874
explain the pause with a comment
lorerod Nov 15, 2024
a181ba7
explain the pause with a comment
lorerod Nov 15, 2024
b9925c8
explain the pause with a comment
lorerod Nov 15, 2024
3416379
add missing space
lorerod Nov 15, 2024
3fcfbc4
calculate name in the return
lorerod Nov 15, 2024
2c419dd
remove unnecessary constant definition
lorerod Nov 15, 2024
c651dbf
remove unnecessary constant definitions
lorerod Nov 15, 2024
5d534a3
fix variable name typo
Nov 19, 2024
2192e6b
fix eslint
Nov 19, 2024
60e5946
use ageType instead of passing extra variables
lorerod Nov 19, 2024
9be7bff
use ageType instead of additional variables
lorerod Nov 19, 2024
ef0d285
use ageType instead of additional variables
lorerod Nov 19, 2024
f53b13a
remove duplication of data in the return
lorerod Nov 19, 2024
7d55c2c
remove duplication of data in the return
lorerod Nov 19, 2024
339fb7e
improve code style
lorerod Nov 19, 2024
66a5390
do not use ageType to simplify code
Nov 19, 2024
0a62975
remove cards that where not used from contact summary templated
Nov 25, 2024
7b0ef9e
fix eslint
Nov 28, 2024
3634704
improve openMoreOptionsMenu to handle already opened menu
Nov 28, 2024
bdfc6c1
first refactor of contact summary extras code
Nov 28, 2024
de86578
first round of refactoring of contact summary templated
Nov 28, 2024
4c6c644
fix eslint
Nov 28, 2024
6e91d79
restore openMoreOptionsMenu to original
Nov 29, 2024
b5d1502
use options object in updatePermissions call
Dec 2, 2024
96b1b50
fix lint
Dec 2, 2024
81e83a2
add flag not to open more option menu in case it is already open
Dec 2, 2024
1e55742
fix lint
Dec 2, 2024
de47264
improve name variable
Dec 2, 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"unit-haproxy-healthcheck": "cd haproxy-healthcheck && make test",
"unit-cht-deploy": "cd scripts/deploy && npm test",
"wdio-default-mobile-local": "export VERSION=$(node ./scripts/build/get-version.js) && ./scripts/build/build-service-images.sh && wdio run ./tests/e2e/default-mobile/wdio.conf.js --suite=all",
"wdio-visual-local": "export VERSION=$(node ./scripts/build/get-version.js) && ./scripts/build/build-service-images.sh && wdio run ./tests/e2e/visual/wdio.conf.js --suite=all",
"wdio-visual-desktop": "export VERSION=$(node ./scripts/build/get-version.js) && ./scripts/build/build-service-images.sh && wdio run ./tests/e2e/visual/wdio.conf.js --suite=desktopTests",
"wdio-visual-mobile": "export VERSION=$(node ./scripts/build/get-version.js) && ./scripts/build/build-service-images.sh && wdio run ./tests/e2e/visual/wdio.conf.js --suite=mobileTests",
"wdio-local": "export VERSION=$(node ./scripts/build/get-version.js) && ./scripts/build/build-service-images.sh && wdio run ./tests/e2e/default/wdio.conf.js",
"apdex-test": "wdio run ./tests/performance/apdex-score/wdio.conf.js",
"-- CI SCRIPTS ": "-----------------------------------------------------------------------------------------------",
Expand Down
Loading
Loading