-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from IDEMSInternational/content/1.1.9
content: 1.1.9
- Loading branch information
Showing
10 changed files
with
328 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
Lottie Simple License (FL 9.13.21) | ||
Copyright © 2021 Design Barn Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of the public animation files available for download at the LottieFiles site (“Files”) to download, reproduce, modify, publish, distribute, publicly display, and publicly digitally perform such Files, including for commercial purposes, provided that any display, publication, performance, or distribution of Files must contain (and be subject to) the same terms and conditions of this license. Modifications to Files are deemed derivative works and must also be expressly distributed under the same terms and conditions of this license. You may not purport to impose any additional or different terms or conditions on, or apply any technical measures that restrict exercise of, the rights granted under this license. This license does not include the right to collect or compile Files from LottieFiles to replicate or develop a similar or competing service. | ||
|
||
|
||
|
||
Use of Files without attributing the creator(s) of the Files is permitted under this license, though attribution is strongly encouraged. If attributions are included, such attributions should be visible to the end user. | ||
|
||
|
||
|
||
FILES ARE PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL THE CREATOR(S) OF FILES OR DESIGN BARN, INC. BE LIABLE ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF SUCH FILES. | ||
Animation for Congratulations message link: https://lottiefiles.com/animations/winner-zxgcG1apJN | ||
Licence https://lottiefiles.com/page/license | ||
Created by: https://lottiefiles.com/5kytlz90rlmcm95b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,22 @@ | |
"flow_name": "session_data_pipe", | ||
"status": "released", | ||
"rows": [ | ||
{ | ||
"operation": "map", | ||
"args_list": [ | ||
"session_id: @row.id", | ||
"id: {@row.id}_tasks", | ||
"number: @row.number" | ||
], | ||
"input_source": "session" | ||
}, | ||
{ | ||
"operation": "append_columns", | ||
"args_list": [ | ||
"completed_field: task_{@row.id}_completed", | ||
"completed_field: task_{@row.session_id}_completed", | ||
"completed: @[email protected]_field", | ||
"skipped_field: task_{@row.id}_skipped" | ||
"skipped_field: task_{@row.session_id}_skipped" | ||
], | ||
"input_source": "session", | ||
"output_target": "session_tasks" | ||
} | ||
], | ||
|
Oops, something went wrong.