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

Activity flow api changes. #2476

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bf1e783
Base classes for the activity flow api
aditya-07 Mar 14, 2024
63c2af7
Merge branch 'master' into ak/activityflow
aditya-07 Mar 15, 2024
38991cb
Updated the api
aditya-07 Mar 26, 2024
ed5c823
Merge branch 'master' into ak/activityflow
aditya-07 Mar 26, 2024
6d9194f
spotless
aditya-07 Mar 26, 2024
de9bbdc
Added fluent api
aditya-07 Mar 27, 2024
a0c1117
Cleanded test
aditya-07 Mar 27, 2024
a12834e
Merge branch 'master' into ak/activityflow
aditya-07 Apr 2, 2024
43eba78
Merge branch 'master' into ak/activityflow
aditya-07 Jun 13, 2024
e12a324
Added more activities
aditya-07 Jun 18, 2024
d322972
Merge branch 'master' into ak/activityflow
aditya-07 Jun 18, 2024
7d0d467
Merge branch 'master' into ak/activityflow
aditya-07 Jun 26, 2024
7e09af2
Updated to a new flow style
aditya-07 Jul 4, 2024
e1eaafc
Merge branch 'master' into ak/activityflow
aditya-07 Jul 4, 2024
e32aaf3
Updated the flow and added CPG structures
aditya-07 Jul 8, 2024
7dd6101
Merge branch 'master' into ak/activityflow
aditya-07 Jul 8, 2024
74c7e1c
Added request and event classes. Updated the flow for event type when…
aditya-07 Jul 15, 2024
9bdf062
Merge branch 'master' into ak/activityflow
aditya-07 Jul 15, 2024
9f056d7
Merge branch 'master' into ak/activityflow
aditya-07 Jul 16, 2024
23f4fd0
Cleanup of activity flow files
aditya-07 Jul 17, 2024
af3c1d6
Merge branch 'master' into ak/activityflow
aditya-07 Jul 19, 2024
0d20d3e
Merge branch 'master' into ak/activityflow
aditya-07 Jul 24, 2024
6a62a6b
Added docs, updated tests
aditya-07 Jul 25, 2024
8567f18
Merge branch 'master' into ak/activityflow
aditya-07 Jul 25, 2024
85c797c
Merge branch 'master' into ak/activityflow
aditya-07 Jul 29, 2024
9e2ad9c
Updated docs
aditya-07 Aug 1, 2024
f3733de
Refactored code , defined new api and separated the phase and resourc…
aditya-07 Sep 12, 2024
9e0626f
Merge branch 'master' into ak/activityflow
aditya-07 Sep 12, 2024
e8013ce
spotless
aditya-07 Sep 12, 2024
e5b7341
Updated kdocs, checks and error messages
aditya-07 Sep 12, 2024
6c9c735
Review comments + kdoc
aditya-07 Sep 12, 2024
031525f
Added tests
aditya-07 Sep 12, 2024
905bc37
Updated some code logic and kdocs
aditya-07 Sep 16, 2024
e582b1b
Refactored code
aditya-07 Sep 16, 2024
0e8bcc7
Review comments: Renamed api, removed classes not related to current…
aditya-07 Sep 17, 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
1 change: 1 addition & 0 deletions workflow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dependencies {
testImplementation(libs.truth)
testImplementation(project(mapOf("path" to ":knowledge")))
testImplementation(project(":workflow-testing"))
testImplementation(libs.kotlin.test.junit)
aditya-07 marked this conversation as resolved.
Show resolved Hide resolved

constraints {
Dependencies.hapiFhirConstraints().forEach { (libName, constraints) ->
Expand Down
Loading
Loading