-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INTG-3044 course progress feeds (#439)
* INTG-3044 adding course progress * INTG-3044 adding course progress * INTG-3044 adding course progress * INTG-3044 test export 1 passes * INTG-3044 test export 2 passes * INTG-3044 fix path * INTG-3044 lint * INTG-3044 add filters * INTG-3044 add filters * INTG-3044 feed courses will send the correct status * INTG-3044 feed issues will send the correct status * INTG-3044 feed issues will send the correct status
- Loading branch information
1 parent
55be17a
commit 3b7a19a
Showing
41 changed files
with
517 additions
and
12 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
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
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
access_token: "fake_token" | ||
api: | ||
proxy_url: https://fake_proxy.com | ||
sheqsy_url: https://app.sheqsy.com | ||
tls_cert: "" | ||
tls_skip_verify: false | ||
url: https://api.safetyculture.io | ||
csv: | ||
max_rows_per_file: 1000000 | ||
db: | ||
connection_string: "fake_connection_string" | ||
dialect: mysql | ||
export: | ||
action: | ||
limit: 50 | ||
issue: | ||
limit: 50 | ||
course: | ||
progress: | ||
limit: 50 | ||
completion_status: "COMPLETION_STATUS_ALL" | ||
incremental: true | ||
inspection: | ||
archived: "false" | ||
completed: "true" | ||
included_inactive_items: false | ||
limit: 100 | ||
skip_ids: ["ID1", "ID2"] | ||
web_report_link: private | ||
media: false | ||
media_path: ./export/media/ | ||
modified_after: "" | ||
path: ./export/ | ||
site: | ||
include_deleted: false | ||
include_full_hierarchy: false | ||
tables: [TA1, TA2, TA3] | ||
template_ids: [] | ||
report: | ||
filename_convention: INSPECTION_TITLE | ||
format: | ||
preference_id: "" | ||
retry_timeout: 15 | ||
sheqsy_company_id: fake_company_id | ||
sheqsy_password: 123456 | ||
sheqsy_username: fake_username |
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
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 |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"metadata": { | ||
"next_page": null, | ||
"next_page_token": null | ||
}, | ||
"data": [ | ||
{ | ||
"opened_at": "2022-10-07T02:08:46.289Z", | ||
"completed_at": "", | ||
"total_lessons": 6, | ||
"completed_lessons": 0, | ||
"course_id": "733e547a8a7dfb438d27acc8", | ||
"course_external_id": "", | ||
"course_title": "Leading Under Pressure", | ||
"user_email": "[email protected]", | ||
"user_first_name": "Tony", | ||
"user_last_name": "Blair", | ||
"user_id": "user_4c5b19c1b75449a4ac3ea72d158a5a3d", | ||
"user_external_id": "", | ||
"progress_percent": 0, | ||
"score": 0, | ||
"due_at": "" | ||
}, | ||
{ | ||
"opened_at": "2022-10-07T04:39:05.861Z", | ||
"completed_at": "", | ||
"total_lessons": 6, | ||
"completed_lessons": 0, | ||
"course_id": "733e547a8a7dfb438d27acc8", | ||
"course_external_id": "", | ||
"course_title": "Leading Under Pressure", | ||
"user_email": "[email protected]", | ||
"user_first_name": "John", | ||
"user_last_name": "Murphy", | ||
"user_id": "user_d64b89887cf44b8d83681103c319f922", | ||
"user_external_id": "", | ||
"progress_percent": 0, | ||
"score": 0, | ||
"due_at": "" | ||
}, | ||
{ | ||
"opened_at": "2022-10-10T21:06:22.727Z", | ||
"completed_at": "", | ||
"total_lessons": 6, | ||
"completed_lessons": 0, | ||
"course_id": "733e547a8a7dfb438d27acc8", | ||
"course_external_id": "", | ||
"course_title": "Leading Under Pressure", | ||
"user_email": "[email protected]", | ||
"user_first_name": "Ryan", | ||
"user_last_name": "Black", | ||
"user_id": "user_839468bf0d574dd18c5cacb31fcfa6c1", | ||
"user_external_id": "", | ||
"progress_percent": 0, | ||
"score": 0, | ||
"due_at": "" | ||
}, | ||
{ | ||
"opened_at": "2022-10-11T04:21:30.861Z", | ||
"completed_at": "", | ||
"total_lessons": 6, | ||
"completed_lessons": 0, | ||
"course_id": "733e547a8a7dfb438d27acc8", | ||
"course_external_id": "", | ||
"course_title": "Leading Under Pressure", | ||
"user_email": "[email protected]", | ||
"user_first_name": "Joe", | ||
"user_last_name": "White", | ||
"user_id": "user_3f2e6fc4924e3f049929a0684d670afc", | ||
"user_external_id": "", | ||
"progress_percent": 0, | ||
"score": 0, | ||
"due_at": "" | ||
}, | ||
{ | ||
"opened_at": "2022-10-11T05:07:52.748Z", | ||
"completed_at": "", | ||
"total_lessons": 6, | ||
"completed_lessons": 0, | ||
"course_id": "733e547a8a7dfb438d27acc8", | ||
"course_external_id": "", | ||
"course_title": "Leading Under Pressure", | ||
"user_email": "[email protected]", | ||
"user_first_name": "Janet", | ||
"user_last_name": "Polqa", | ||
"user_id": "user_a424d7f87378442dbc22f4df684165c3", | ||
"user_external_id": "", | ||
"progress_percent": 0, | ||
"score": 0, | ||
"due_at": "" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
opened_at,completed_at,total_lessons,completed_lessons,course_id,course_external_id,course_title,user_email,user_first_name,user_last_name,user_id,user_external_id,progress_percent,score,due_at | ||
--date--,,6,0,733e547a8a7dfb438d27acc8,,Leading Under Pressure,[email protected],Tony,Blair,user_4c5b19c1b75449a4ac3ea72d158a5a3d,,0,0, | ||
--date--,,6,0,733e547a8a7dfb438d27acc8,,Leading Under Pressure,[email protected],John,Murphy,user_d64b89887cf44b8d83681103c319f922,,0,0, | ||
--date--,,6,0,733e547a8a7dfb438d27acc8,,Leading Under Pressure,[email protected],Ryan,Black,user_839468bf0d574dd18c5cacb31fcfa6c1,,0,0, | ||
--date--,,6,0,733e547a8a7dfb438d27acc8,,Leading Under Pressure,[email protected],Joe,White,user_3f2e6fc4924e3f049929a0684d670afc,,0,0, | ||
--date--,,6,0,733e547a8a7dfb438d27acc8,,Leading Under Pressure,[email protected],Janet,Polqa,user_a424d7f87378442dbc22f4df684165c3,,0,0, |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
opened_at,completed_at,total_lessons,completed_lessons,course_id,course_external_id,course_title,user_email,user_first_name,user_last_name,user_id,user_external_id,progress_percent,score,due_at |
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
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
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
Oops, something went wrong.