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

Show an informational warning before performing hierarchy operations #233

Merged
merged 37 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f3457b7
fix: address feedback and fix noticed issued on move contact
paulpascal Nov 12, 2024
5e634e6
Initial Generalizing
kennsippell Nov 26, 2024
ce6be5f
Generalize MoveContact to Cht-Conf
kennsippell Nov 26, 2024
767bbe4
Some frontend work
kennsippell Nov 26, 2024
4bd29ef
Ready to test
kennsippell Nov 26, 2024
84aa2b0
Eslint
kennsippell Nov 26, 2024
b18b61a
Slightly simpler getSourceAndDestination
kennsippell Nov 26, 2024
0789858
Self code reviewing
kennsippell Nov 26, 2024
48f67ad
cht-conf is ready
kennsippell Dec 9, 2024
fc738e5
Merge branch 'main' into 162-merge-contacts
kennsippell Dec 9, 2024
5b21425
Build and pass tests
kennsippell Dec 9, 2024
c6fd56a
Add tests for cht-conf-worker
kennsippell Dec 10, 2024
bfa15c9
Fix lint
kennsippell Dec 10, 2024
a00a2f9
End-to-end testing
kennsippell Dec 10, 2024
39c0d1a
Paul code review feedback
kennsippell Dec 13, 2024
40b821b
Merge branch 'main' into 162-merge-contacts
kennsippell Dec 13, 2024
8a4443a
Test fixes after merge
kennsippell Dec 14, 2024
56330e0
1.6.0
kennsippell Dec 14, 2024
9830318
Update to latest commit
kennsippell Dec 19, 2024
46f874e
Interface change for delete-contacts
kennsippell Dec 19, 2024
aeabd0b
Test update
kennsippell Dec 19, 2024
7f9e574
Wireframe
kennsippell Dec 19, 2024
145a8f8
Dew the dew
kennsippell Dec 20, 2024
a0d14bc
Search is broken
kennsippell Dec 20, 2024
a0c5042
Merge branch '162-merge-contacts' into 232-delete-warning
kennsippell Dec 20, 2024
7823306
Fix lint
kennsippell Dec 20, 2024
a195626
Fix tets
kennsippell Dec 20, 2024
0ccd7c8
Simplified success messaging
kennsippell Dec 20, 2024
c45a3d1
Lint again
kennsippell Dec 20, 2024
ff2b93b
Update src/lib/manage-hierarchy.ts
kennsippell Dec 23, 2024
d3bd3b7
Merge branch 'main' into 232-delete-warning
kennsippell Dec 23, 2024
330e68f
Only run lastSyncAtPlace() when admin
kennsippell Dec 23, 2024
a54fc9a
Exception text cleanup
kennsippell Dec 23, 2024
0b87437
Tests for manage-hierarchy
kennsippell Dec 23, 2024
3fb8f2c
Restyle warning dialog with tags
kennsippell Dec 24, 2024
f5e9f9e
Avoid redundant toasts
kennsippell Dec 24, 2024
ed65d75
1.6.1
kennsippell Dec 24, 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Variable | Description | Sample
`WORKER_PRIVATE_KEY` | A string used to two-way encryption sensitive data passed to workers. Recommend to be different from `COOKIE_PRIVATE_KEY`. Production values need to be a secret. Suggest `uuidgen` to generate | `2b57pd5e-f272-og90-8u97-89a7589a7f23`
`INTERFACE` | Interface to bind to. Leave as '0.0.0.0' for prod, suggest '127.0.0.1' for development | `127.0.0.1`
`CHT_DEV_URL_PORT` | CHT instance when in `NODE_ENV===dev`. Needs URL and port | `192-168-1-26.local-ip.medicmobile.org:10463`
`CHT_DEV_HTTP` | 'false' for http 'true' for https | `false`
`CHT_DEV_HTTP` | 'true' for http 'false' for https | `false`
`REDIS_HOST` | Redis server hostname use 'redis' for docker | `redis`
`REDIS_PORT` | Redis server port | `6379`
`CHT_USER_MANAGEMENT_IMAGE` | docker image for cht-user-management service (local development), leave empty to use published one | `cht-user-management:local `
Expand Down
Loading
Loading