From e3809ce7635f26c2abc35bccf524b8f75ebc3a73 Mon Sep 17 00:00:00 2001 From: Garrett Rabian Date: Mon, 23 Sep 2024 09:33:45 -0400 Subject: [PATCH 1/2] remove postman folder --- postman/MFP.postman_collection.json | 667 --------------------------- postman/MFP.postman_environment.json | 51 -- postman/README.md | 60 --- 3 files changed, 778 deletions(-) delete mode 100644 postman/MFP.postman_collection.json delete mode 100644 postman/MFP.postman_environment.json delete mode 100644 postman/README.md diff --git a/postman/MFP.postman_collection.json b/postman/MFP.postman_collection.json deleted file mode 100644 index b5ac8e63d..000000000 --- a/postman/MFP.postman_collection.json +++ /dev/null @@ -1,667 +0,0 @@ -{ - "info": { - "_postman_id": "79a36b36-fb62-4847-96de-b29746a77218", - "name": "MFP", - "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "28634549" - }, - "item": [ - { - "name": "Banners", - "item": [ - { - "name": "Get Banner", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "method": "GET", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "javascript" - } - } - }, - "url": { - "raw": "localhost:3030/local/banners/{{admin-banner-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "banners", - "{{admin-banner-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Create Banner", - "request": { - "method": "POST", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"key\": \"admin-banner-id\",\n \"title\": \"title\",\n \"description\": \"description\",\n \"startDate\": 1641013200000,\n \"endDate\": 1962782399000\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/banners/{{admin-banner-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "banners", - "{{admin-banner-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Delete Banner", - "request": { - "method": "DELETE", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "default" - } - ], - "url": { - "raw": "localhost:3030/local/banners/{{admin-banner-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "banners", - "{{admin-banner-id}}" - ] - } - }, - "response": [] - } - ] - }, - { - "name": "WP", - "item": [ - { - "name": "Get WP Report", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "method": "GET", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "javascript" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/WP/{{state}}/{{wp-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "WP", - "{{state}}", - "{{wp-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Get WP Reports by state", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "method": "GET", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "javascript" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/WP/{{state}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "WP", - "{{state}}" - ] - } - }, - "response": [] - }, - { - "name": "Create WP", - "request": { - "method": "POST", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"metadata\": {\n \"submissionName\": \"Work Plan\",\n \"lastAlteredBy\": \"User Name\",\n \"locked\": false,\n \"previousRevisions\": [],\n \"reportType\": \"WP\",\n \"status\": \"Not started\",\n \"isComplete\": false\n },\n \"fieldData\": {\n \"submissionName\": \"Work Plan\",\n \"targetPopulations\": [\n {\n \"id\": \"2Vd02CVUtKgBETwqzDXpSIhi\",\n \"transitionBenchmarks_targetPopulationName\": \"Older adults\",\n \"isRequired\": true\n },\n {\n \"id\": \"2Vd02HAezQkxNu2ShmlQONHa\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with physical disabilities (PD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"PD\",\n \"isRequired\": true\n },\n {\n \"id\": \"2Vd02IvLwE59ebYAjfiU7H66\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with intellectual and developmental disabilities (I/DD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"I/DD\",\n \"isRequired\": true\n },\n {\n \"id\": \"2Vd02J1FHl3Ka1DbtU5FMSDh\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with mental health and substance use disorders (MH/SUD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"MH/SUD\",\n \"isRequired\": true\n }\n ],\n \"stateName\": \"{{stateName}}\",\n \"submissionCount\": 0\n }\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/WP/{{state}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "WP", - "{{state}}" - ] - } - }, - "response": [] - }, - { - "name": "Fill out WP Report", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"metadata\": {\n \"status\": \"In progress\",\n \"lastAlteredBy\": \"User Name\"\n },\n \"fieldData\": {\n \"targetPopulations\": [\n {\n \"id\": \"2Vd02CVUtKgBETwqzDXpSIhi\",\n \"transitionBenchmarks_targetPopulationName\": \"Older adults\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIuHjl15upf6tLcgcWd\",\n \"value\": \"Yes\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"10\",\n \"quarterlyProjections2024Q2\": \"11\",\n \"quarterlyProjections2024Q3\": \"12\",\n \"quarterlyProjections2024Q4\": \"13\",\n \"quarterlyProjections2025Q1\": \"14\",\n \"quarterlyProjections2025Q2\": \"15\",\n \"quarterlyProjections2025Q3\": \"16\",\n \"quarterlyProjections2025Q4\": \"17\",\n \"quarterlyProjections2026Q1\": \"18\",\n \"quarterlyProjections2026Q2\": \"19\",\n \"quarterlyProjections2026Q3\": \"20\",\n \"quarterlyProjections2026Q4\": \"21\"\n },\n {\n \"id\": \"2Vd02HAezQkxNu2ShmlQONHa\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with physical disabilities (PD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"PD\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIwERkSKEGVUU1g8E1v\",\n \"value\": \"No\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n },\n {\n \"id\": \"2Vd02IvLwE59ebYAjfiU7H66\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with intellectual and developmental disabilities (I/DD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"I/DD\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIuHjl15upf6tLcgcWd\",\n \"value\": \"Yes\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"20\",\n \"quarterlyProjections2024Q2\": \"22\",\n \"quarterlyProjections2024Q3\": \"24\",\n \"quarterlyProjections2024Q4\": \"26\",\n \"quarterlyProjections2025Q1\": \"28\",\n \"quarterlyProjections2025Q2\": \"30\",\n \"quarterlyProjections2025Q3\": \"32\",\n \"quarterlyProjections2025Q4\": \"34\",\n \"quarterlyProjections2026Q1\": \"36\",\n \"quarterlyProjections2026Q2\": \"38\",\n \"quarterlyProjections2026Q3\": \"40\",\n \"quarterlyProjections2026Q4\": \"42\"\n },\n {\n \"id\": \"2Vd02J1FHl3Ka1DbtU5FMSDh\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with mental health and substance use disorders (MH/SUD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"MH/SUD\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIwERkSKEGVUU1g8E1v\",\n \"value\": \"No\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"strategy_explaination\": \"test\",\n \"strategy_additionalDetails\": \"test\",\n \"instructions_selfDirectedInitiatives\": [\n {\n \"key\": \"instructions_selfDirectedInitiatives-3DGAqqnOBE2kwKVFMxUt3A\",\n \"value\": \"No\"\n }\n ],\n \"instructions_tribalInitiatives\": [\n {\n \"key\": \"instructions_tribalInitiatives-3DGAqqnOBE2kwKVFMxUt3A\",\n \"value\": \"No\"\n }\n ],\n \"initiative\": [\n {\n \"id\": \"0233117-8310-812-e28a-6e1d33e3d1e1\",\n \"type\": \"initiative\",\n \"initiative_name\": \"test transitions and tcs\",\n \"initiative_wpTopic\": [\n {\n \"key\": \"initiative_wpTopic-VjQ0OFqior9Dxu5RRNiZ5u\",\n \"value\": \"Transitions and transition coordination services \"\n }\n ],\n \"initiative_wp_otherTopic\": \"\",\n \"isOtherEntity\": true,\n \"defineInitiative_describeInitiative\": \"initiative name\",\n \"defineInitiative_targetPopulations\": [\n {\n \"key\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"value\": \"Older adults\"\n },\n {\n \"key\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n },\n {\n \"key\": \"targetPopulations-3Nc13O5GHA6Hc4KheO5FMSD2\",\n \"value\": \"HCBS infrastructure/system-level development\"\n }\n ],\n \"defineInitiative_projectedStartDate\": \"02/02/2022\",\n \"defineInitiative_projectedEndDate\": [\n {\n \"key\": \"defineInitiative_projectedEndDate-TR6HoXF3Unf2QX0zzDg2Kp\",\n \"value\": \"No\"\n }\n ],\n \"defineInitiative_projectedEndDate_value\": \"\",\n \"evaluationPlan\": [\n {\n \"id\": \"fc50c3-d41a-131a-ac5a-b73ab8361e\",\n \"evaluationPlan_objectiveName\": \"objective\",\n \"evaluationPlan_description\": \"description\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"details\",\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"fundingSources\": [\n {\n \"id\": \"17f1df3-4a0-a48f-8354-db0223b43b8c\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZCNtbcjRPq3evd1NI6\",\n \"value\": \"MFP cooperative agreement funds for administrative activities\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"12.00\",\n \"fundingSources_quarters2024Q2\": \"13.00\",\n \"fundingSources_quarters2024Q3\": \"14.00\",\n \"fundingSources_quarters2024Q4\": \"15.00\",\n \"fundingSources_quarters2025Q1\": \"16.00\",\n \"fundingSources_quarters2025Q2\": \"17.00\",\n \"fundingSources_quarters2025Q3\": \"18.00\",\n \"fundingSources_quarters2025Q4\": \"19.00\",\n \"fundingSources_quarters2026Q1\": \"20.00\",\n \"fundingSources_quarters2026Q2\": \"21.00\",\n \"fundingSources_quarters2026Q3\": \"22.00\",\n \"fundingSources_quarters2026Q4\": \"23.00\",\n \"initiative_wp_otherTopic\": \"\"\n }\n ]\n },\n {\n \"id\": \"717e8d5-88c-1dbf-cb06-15a755e5e468\",\n \"type\": \"initiative\",\n \"initiative_name\": \"test housing-related supports\",\n \"initiative_wpTopic\": [\n {\n \"key\": \"initiative_wpTopic-wbUsMMqVP7q1n10szK5h5S\",\n \"value\": \"Housing-related supports \"\n }\n ],\n \"initiative_wp_otherTopic\": \"\",\n \"isOtherEntity\": true,\n \"defineInitiative_describeInitiative\": \"key activities\",\n \"defineInitiative_targetPopulations\": [\n {\n \"key\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"value\": \"Older adults\"\n },\n {\n \"key\": \"targetPopulations-3Nc13O5GHA6Hc4KheO5FMSD2\",\n \"value\": \"HCBS infrastructure/system-level development\"\n },\n {\n \"key\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n }\n ],\n \"defineInitiative_projectedStartDate\": \"02/02/2022\",\n \"defineInitiative_projectedEndDate\": [\n {\n \"key\": \"defineInitiative_projectedEndDate-WNsSaAHeDvRD2Pjkz6DcOE\",\n \"value\": \"Yes\"\n }\n ],\n \"defineInitiative_projectedEndDate_value\": \"02/02/2029\",\n \"evaluationPlan\": [\n {\n \"id\": \"d1f1dd1-0501-c46f-4a8c-6d28c5c4ddb\",\n \"evaluationPlan_objectiveName\": \"objective\",\n \"evaluationPlan_description\": \"description\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-7FP4jcg4jK7Ssqp3cCW5vQ\",\n \"value\": \"Yes\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"additional detail\",\n \"quarterlyProjections2024Q1\": \"99\",\n \"quarterlyProjections2024Q2\": \"99\",\n \"quarterlyProjections2024Q3\": \"99\",\n \"quarterlyProjections2024Q4\": \"99\",\n \"quarterlyProjections2025Q1\": \"99\",\n \"quarterlyProjections2025Q2\": \"99\",\n \"quarterlyProjections2025Q3\": \"99\",\n \"quarterlyProjections2025Q4\": \"99\",\n \"quarterlyProjections2026Q1\": \"99\",\n \"quarterlyProjections2026Q2\": \"99\",\n \"quarterlyProjections2026Q3\": \"99\",\n \"quarterlyProjections2026Q4\": \"99\"\n },\n {\n \"id\": \"0bafc3b-366c-181d-f1ee-a6026e606e5e\",\n \"evaluationPlan_objectiveName\": \"second obj\",\n \"evaluationPlan_description\": \"more measures\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"details\",\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"fundingSources\": [\n {\n \"id\": \"0d56d1-7bc-00c5-7841-a162068427e\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZ9A92OivbZhKvY8pE4hB65c\",\n \"value\": \"MFP cooperative agreement funds for qualified HCBS and demonstration services\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"100.00\",\n \"fundingSources_quarters2024Q2\": \"200.00\",\n \"fundingSources_quarters2024Q3\": \"100.00\",\n \"fundingSources_quarters2024Q4\": \"200.00\",\n \"fundingSources_quarters2025Q1\": \"200.00\",\n \"fundingSources_quarters2025Q2\": \"300.00\",\n \"fundingSources_quarters2025Q3\": \"200.00\",\n \"fundingSources_quarters2025Q4\": \"300.00\",\n \"fundingSources_quarters2026Q1\": \"300.00\",\n \"fundingSources_quarters2026Q2\": \"400.00\",\n \"fundingSources_quarters2026Q3\": \"300.00\",\n \"fundingSources_quarters2026Q4\": \"400.00\",\n \"initiative_wp_otherTopic\": \"\"\n },\n {\n \"id\": \"d7de16a-cc3d-26cc-8888-f8efa6dfb6fa\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZCRWieGr1Z49QX5Aqc\",\n \"value\": \"State or territory equivalent funds attributable to the MFP-enhanced match\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"80.00\",\n \"fundingSources_quarters2024Q2\": \"90.00\",\n \"fundingSources_quarters2024Q3\": \"100.00\",\n \"fundingSources_quarters2024Q4\": \"200.00\",\n \"fundingSources_quarters2025Q1\": \"120.00\",\n \"fundingSources_quarters2025Q2\": \"240.00\",\n \"fundingSources_quarters2025Q3\": \"201.00\",\n \"fundingSources_quarters2025Q4\": \"100.00\",\n \"fundingSources_quarters2026Q1\": \"200.00\",\n \"fundingSources_quarters2026Q2\": \"100.00\",\n \"fundingSources_quarters2026Q3\": \"89.00\",\n \"fundingSources_quarters2026Q4\": \"900.00\",\n \"initiative_wp_otherTopic\": \"\"\n }\n ]\n },\n {\n \"id\": \"a3c64a8-52ea-b5c1-afce-46302c4aa7c\",\n \"type\": \"initiative\",\n \"initiative_name\": \"test qmai\",\n \"initiative_wpTopic\": [\n {\n \"key\": \"initiative_wpTopic-SdaFlF3DJyzKcHCCu3Zylm\",\n \"value\": \"Quality measurement and improvement \"\n }\n ],\n \"initiative_wp_otherTopic\": \"\",\n \"isOtherEntity\": true,\n \"defineInitiative_describeInitiative\": \"init\",\n \"defineInitiative_targetPopulations\": [\n {\n \"key\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"value\": \"Older adults\"\n },\n {\n \"key\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n },\n {\n \"key\": \"targetPopulations-3Nc13O5GHA6Hc4KheO5FMSD2\",\n \"value\": \"HCBS infrastructure/system-level development\"\n }\n ],\n \"defineInitiative_projectedStartDate\": \"02/02/2022\",\n \"defineInitiative_projectedEndDate\": [\n {\n \"key\": \"defineInitiative_projectedEndDate-TR6HoXF3Unf2QX0zzDg2Kp\",\n \"value\": \"No\"\n }\n ],\n \"defineInitiative_projectedEndDate_value\": \"\",\n \"evaluationPlan\": [\n {\n \"id\": \"6245730-f1a7-846f-32b4-fbfe7040c6e0\",\n \"evaluationPlan_objectiveName\": \"obj\",\n \"evaluationPlan_description\": \"performance measures\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"test\",\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"fundingSources\": [\n {\n \"id\": \"c73235e-8fec-37-2062-b502384bac6\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZDJ9qaKKOk78ztBdiB\",\n \"value\": \"MFP cooperative agreement funds for capacity-building initiatives\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"100.00\",\n \"fundingSources_quarters2024Q2\": \"100.00\",\n \"fundingSources_quarters2024Q3\": \"100.00\",\n \"fundingSources_quarters2024Q4\": \"100.00\",\n \"fundingSources_quarters2025Q1\": \"100.00\",\n \"fundingSources_quarters2025Q2\": \"100.00\",\n \"fundingSources_quarters2025Q3\": \"100.00\",\n \"fundingSources_quarters2025Q4\": \"200.00\",\n \"fundingSources_quarters2026Q1\": \"200.00\",\n \"fundingSources_quarters2026Q2\": \"200.00\",\n \"fundingSources_quarters2026Q3\": \"200.00\",\n \"fundingSources_quarters2026Q4\": \"200.00\",\n \"initiative_wp_otherTopic\": \"\"\n }\n ]\n }\n ]\n }\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/WP/{{state}}/{{wp-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "WP", - "{{state}}", - "{{wp-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Submit WP Report", - "request": { - "method": "POST", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/submit/WP/{{state}}/{{wp-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "submit", - "WP", - "{{state}}", - "{{wp-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Approve WP Report", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/approve/WP/{{state}}/{{wp-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "approve", - "WP", - "{{state}}", - "{{wp-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Unlock WP Report", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "text" - } - ], - "url": { - "raw": "localhost:3030/local/reports/release/WP/{{state}}/{{wp-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "release", - "WP", - "{{state}}", - "{{wp-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Toggle archive WP", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "text" - } - ], - "url": { - "raw": "localhost:3030/local/reports/archive/WP/{{state}}/{{wp-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "archive", - "WP", - "{{state}}", - "{{wp-id}}" - ] - } - }, - "response": [] - } - ] - }, - { - "name": "SAR", - "item": [ - { - "name": "Get SAR Report", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "method": "GET", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "javascript" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/SAR/{{state}}/{{sar-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "SAR", - "{{state}}", - "{{sar-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Get SAR Reports by state", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "method": "GET", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "javascript" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/SAR/{{state}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "SAR", - "{{state}}" - ] - } - }, - "response": [] - }, - { - "name": "Create SAR", - "request": { - "method": "POST", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"metadata\": {\n \"submissionName\": \"{{stateName}} MFP Work Plan 2024 - Period 1\",\n \"stateOrTerritory\": \"{{state}}\",\n \"reportPeriod\": \"1\",\n \"lastAlteredBy\": \"User Name\",\n \"locked\": false,\n \"previousRevisions\": [],\n \"finalSar\": [\n {\n \"key\": \"finalSar-nrRmirBoVQv0ysWnEejNZD\",\n \"value\": \"Yes\"\n }\n ],\n \"populations\": [\n {\n \"id\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"label\": \"Older adults\",\n \"name\": \"Older adults\",\n \"value\": \"Older adults\"\n },\n {\n \"id\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"label\": \"Individuals with intellectual and developmental disabilities (I/DD)\",\n \"name\": \"Individuals with intellectual and developmental disabilities (I/DD)\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n }\n ],\n \"reportType\": \"SAR\",\n \"status\": \"Not started\",\n \"isComplete\": false\n },\n \"fieldData\": {\n \"submissionName\": \"{{stateName}} MFP Work Plan 2024 - Period 1\",\n \"stateOrTerritory\": \"{{state}}\",\n \"reportPeriod\": \"1\",\n \"stateName\": \"{{stateName}}\",\n \"submissionCount\": 0\n }\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/SAR/{{state}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "SAR", - "{{state}}" - ] - } - }, - "response": [] - }, - { - "name": "Fill out SAR Report", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"metadata\": {\n \"status\": \"In progress\",\n \"lastAlteredBy\": \"User Name\"\n },\n \"fieldData\": {\n \"targetPopulations\": [\n {\n \"id\": \"2Vd02CVUtKgBETwqzDXpSIhi\",\n \"transitionBenchmarks_targetPopulationName\": \"Older adults\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIuHjl15upf6tLcgcWd\",\n \"value\": \"Yes\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"10\",\n \"quarterlyProjections2024Q2\": \"11\",\n \"quarterlyProjections2024Q3\": \"12\",\n \"quarterlyProjections2024Q4\": \"13\",\n \"quarterlyProjections2025Q1\": \"14\",\n \"quarterlyProjections2025Q2\": \"15\",\n \"quarterlyProjections2025Q3\": \"16\",\n \"quarterlyProjections2025Q4\": \"17\",\n \"quarterlyProjections2026Q1\": \"18\",\n \"quarterlyProjections2026Q2\": \"19\",\n \"quarterlyProjections2026Q3\": \"20\",\n \"quarterlyProjections2026Q4\": \"21\"\n },\n {\n \"id\": \"2Vd02HAezQkxNu2ShmlQONHa\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with physical disabilities (PD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"PD\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIwERkSKEGVUU1g8E1v\",\n \"value\": \"No\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n },\n {\n \"id\": \"2Vd02IvLwE59ebYAjfiU7H66\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with intellectual and developmental disabilities (I/DD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"I/DD\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIuHjl15upf6tLcgcWd\",\n \"value\": \"Yes\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"20\",\n \"quarterlyProjections2024Q2\": \"22\",\n \"quarterlyProjections2024Q3\": \"24\",\n \"quarterlyProjections2024Q4\": \"26\",\n \"quarterlyProjections2025Q1\": \"28\",\n \"quarterlyProjections2025Q2\": \"30\",\n \"quarterlyProjections2025Q3\": \"32\",\n \"quarterlyProjections2025Q4\": \"34\",\n \"quarterlyProjections2026Q1\": \"36\",\n \"quarterlyProjections2026Q2\": \"38\",\n \"quarterlyProjections2026Q3\": \"40\",\n \"quarterlyProjections2026Q4\": \"42\"\n },\n {\n \"id\": \"2Vd02J1FHl3Ka1DbtU5FMSDh\",\n \"transitionBenchmarks_targetPopulationName\": \"Individuals with mental health and substance use disorders (MH/SUD)\",\n \"transitionBenchmarks_targetPopulationName_short\": \"MH/SUD\",\n \"isRequired\": true,\n \"transitionBenchmarks_applicableToMfpDemonstration\": [\n {\n \"key\": \"transitionBenchmarks_applicableToMfpDemonstration-2UObIwERkSKEGVUU1g8E1v\",\n \"value\": \"No\"\n }\n ],\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"instructions_selfDirectedInitiatives\": [\n {\n \"key\": \"instructions_selfDirectedInitiatives-3DGAqqnOBE2kwKVFMxUt3A\",\n \"value\": \"No\"\n }\n ],\n \"instructions_tribalInitiatives\": [\n {\n \"key\": \"instructions_tribalInitiatives-3DGAqqnOBE2kwKVFMxUt3A\",\n \"value\": \"No\"\n }\n ],\n \"initiative\": [\n {\n \"id\": \"0233117-8310-812-e28a-6e1d33e3d1e1\",\n \"type\": \"initiative\",\n \"initiative_name\": \"test transitions and tcs\",\n \"initiative_wpTopic\": [\n {\n \"key\": \"initiative_wpTopic-VjQ0OFqior9Dxu5RRNiZ5u\",\n \"value\": \"Transitions and transition coordination services \"\n }\n ],\n \"initiative_wp_otherTopic\": \"\",\n \"isOtherEntity\": true,\n \"defineInitiative_describeInitiative\": \"initiative name\",\n \"defineInitiative_targetPopulations\": [\n {\n \"key\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"value\": \"Older adults\"\n },\n {\n \"key\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n },\n {\n \"key\": \"targetPopulations-3Nc13O5GHA6Hc4KheO5FMSD2\",\n \"value\": \"HCBS infrastructure/system-level development\"\n }\n ],\n \"defineInitiative_projectedStartDate\": \"02/02/2022\",\n \"defineInitiative_projectedEndDate\": [\n {\n \"key\": \"defineInitiative_projectedEndDate-TR6HoXF3Unf2QX0zzDg2Kp\",\n \"value\": \"No\"\n }\n ],\n \"defineInitiative_projectedEndDate_value\": \"\",\n \"evaluationPlan\": [\n {\n \"id\": \"fc50c3-d41a-131a-ac5a-b73ab8361e\",\n \"evaluationPlan_objectiveName\": \"objective\",\n \"evaluationPlan_description\": \"description\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"details\",\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"fundingSources\": [\n {\n \"id\": \"17f1df3-4a0-a48f-8354-db0223b43b8c\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZCNtbcjRPq3evd1NI6\",\n \"value\": \"MFP cooperative agreement funds for administrative activities\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"12.00\",\n \"fundingSources_quarters2024Q2\": \"13.00\",\n \"fundingSources_quarters2024Q3\": \"14.00\",\n \"fundingSources_quarters2024Q4\": \"15.00\",\n \"fundingSources_quarters2025Q1\": \"16.00\",\n \"fundingSources_quarters2025Q2\": \"17.00\",\n \"fundingSources_quarters2025Q3\": \"18.00\",\n \"fundingSources_quarters2025Q4\": \"19.00\",\n \"fundingSources_quarters2026Q1\": \"20.00\",\n \"fundingSources_quarters2026Q2\": \"21.00\",\n \"fundingSources_quarters2026Q3\": \"22.00\",\n \"fundingSources_quarters2026Q4\": \"23.00\",\n \"initiative_wp_otherTopic\": \"\"\n }\n ],\n \"fundingSources_projected_2024Q1_17f1df3-4a0-a48f-8354-db0223b43b8c\": \"12.00\",\n \"fundingSources_projected_2024Q2_17f1df3-4a0-a48f-8354-db0223b43b8c\": \"13.00\",\n \"objectiveProgress\": [\n {\n \"id\": \"fc50c3-d41a-131a-ac5a-b73ab8361e\",\n \"objectiveProgress_objectiveName\": \"objective\",\n \"objectiveProgress_description\": \"description\",\n \"objectiveProgress_targets\": \"targets\",\n \"objectiveProgress_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"objectiveProgress_additionalDetails\": \"details\",\n \"objectiveTargets_projections_2024Q1\": \"\",\n \"objectiveTargets_projections_2024Q2\": \"\",\n \"objectivesProgress_performanceMeasuresIndicators\": \"data for measures\",\n \"objectivesProgress_deliverablesMet\": [\n {\n \"key\": \"objectivesProgress_deliverablesMet-2WaO1Jj3pyUN0j9KjeOqR\",\n \"value\": \"Yes\"\n }\n ],\n \"objectivesProgress_deliverablesMet_otherText\": \"\"\n }\n ],\n \"isCopied\": true,\n \"initiativeProgress_describeProgress\": \"progress\",\n \"initiativeProgress_describeIssuesChallenges\": \"issues\",\n \"initiativeProgress_describeCollaborationsWithExternalParties\": \"collaborations\",\n \"fundingSources_actual_2024Q1_17f1df3-4a0-a48f-8354-db0223b43b8c\": \"12.00\",\n \"fundingSources_actual_2024Q2_17f1df3-4a0-a48f-8354-db0223b43b8c\": \"13.00\",\n \"expenditures_onTrackToFullExpendFunds\": [\n {\n \"key\": \"expenditures_onTrackToFullExpendFunds-2WaUKOjwgUvHO6CMAqE8aOC\",\n \"value\": \"Yes\"\n }\n ],\n \"expenditures_onTrackToFullExpendFunds-otherText\": \"\"\n },\n {\n \"id\": \"717e8d5-88c-1dbf-cb06-15a755e5e468\",\n \"type\": \"initiative\",\n \"initiative_name\": \"test housing-related supports\",\n \"initiative_wpTopic\": [\n {\n \"key\": \"initiative_wpTopic-wbUsMMqVP7q1n10szK5h5S\",\n \"value\": \"Housing-related supports \"\n }\n ],\n \"initiative_wp_otherTopic\": \"\",\n \"isOtherEntity\": true,\n \"defineInitiative_describeInitiative\": \"key activities\",\n \"defineInitiative_targetPopulations\": [\n {\n \"key\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"value\": \"Older adults\"\n },\n {\n \"key\": \"targetPopulations-3Nc13O5GHA6Hc4KheO5FMSD2\",\n \"value\": \"HCBS infrastructure/system-level development\"\n },\n {\n \"key\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n }\n ],\n \"defineInitiative_projectedStartDate\": \"02/02/2022\",\n \"defineInitiative_projectedEndDate\": [\n {\n \"key\": \"defineInitiative_projectedEndDate-WNsSaAHeDvRD2Pjkz6DcOE\",\n \"value\": \"Yes\"\n }\n ],\n \"defineInitiative_projectedEndDate_value\": \"02/02/2029\",\n \"evaluationPlan\": [\n {\n \"id\": \"d1f1dd1-0501-c46f-4a8c-6d28c5c4ddb\",\n \"evaluationPlan_objectiveName\": \"objective\",\n \"evaluationPlan_description\": \"description\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-7FP4jcg4jK7Ssqp3cCW5vQ\",\n \"value\": \"Yes\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"additional detail\",\n \"quarterlyProjections2024Q1\": \"99\",\n \"quarterlyProjections2024Q2\": \"99\",\n \"quarterlyProjections2024Q3\": \"99\",\n \"quarterlyProjections2024Q4\": \"99\",\n \"quarterlyProjections2025Q1\": \"99\",\n \"quarterlyProjections2025Q2\": \"99\",\n \"quarterlyProjections2025Q3\": \"99\",\n \"quarterlyProjections2025Q4\": \"99\",\n \"quarterlyProjections2026Q1\": \"99\",\n \"quarterlyProjections2026Q2\": \"99\",\n \"quarterlyProjections2026Q3\": \"99\",\n \"quarterlyProjections2026Q4\": \"99\"\n },\n {\n \"id\": \"0bafc3b-366c-181d-f1ee-a6026e606e5e\",\n \"evaluationPlan_objectiveName\": \"second obj\",\n \"evaluationPlan_description\": \"more measures\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"details\",\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"fundingSources\": [\n {\n \"id\": \"0d56d1-7bc-00c5-7841-a162068427e\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZ9A92OivbZhKvY8pE4hB65c\",\n \"value\": \"MFP cooperative agreement funds for qualified HCBS and demonstration services\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"100.00\",\n \"fundingSources_quarters2024Q2\": \"200.00\",\n \"fundingSources_quarters2024Q3\": \"100.00\",\n \"fundingSources_quarters2024Q4\": \"200.00\",\n \"fundingSources_quarters2025Q1\": \"200.00\",\n \"fundingSources_quarters2025Q2\": \"300.00\",\n \"fundingSources_quarters2025Q3\": \"200.00\",\n \"fundingSources_quarters2025Q4\": \"300.00\",\n \"fundingSources_quarters2026Q1\": \"300.00\",\n \"fundingSources_quarters2026Q2\": \"400.00\",\n \"fundingSources_quarters2026Q3\": \"300.00\",\n \"fundingSources_quarters2026Q4\": \"400.00\",\n \"initiative_wp_otherTopic\": \"\"\n },\n {\n \"id\": \"d7de16a-cc3d-26cc-8888-f8efa6dfb6fa\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZCRWieGr1Z49QX5Aqc\",\n \"value\": \"State or territory equivalent funds attributable to the MFP-enhanced match\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"80.00\",\n \"fundingSources_quarters2024Q2\": \"90.00\",\n \"fundingSources_quarters2024Q3\": \"100.00\",\n \"fundingSources_quarters2024Q4\": \"200.00\",\n \"fundingSources_quarters2025Q1\": \"120.00\",\n \"fundingSources_quarters2025Q2\": \"240.00\",\n \"fundingSources_quarters2025Q3\": \"201.00\",\n \"fundingSources_quarters2025Q4\": \"100.00\",\n \"fundingSources_quarters2026Q1\": \"200.00\",\n \"fundingSources_quarters2026Q2\": \"100.00\",\n \"fundingSources_quarters2026Q3\": \"89.00\",\n \"fundingSources_quarters2026Q4\": \"900.00\",\n \"initiative_wp_otherTopic\": \"\"\n }\n ],\n \"fundingSources_projected_2024Q1_0d56d1-7bc-00c5-7841-a162068427e\": \"100.00\",\n \"fundingSources_projected_2024Q2_0d56d1-7bc-00c5-7841-a162068427e\": \"200.00\",\n \"fundingSources_projected_2024Q1_d7de16a-cc3d-26cc-8888-f8efa6dfb6fa\": \"80.00\",\n \"fundingSources_projected_2024Q2_d7de16a-cc3d-26cc-8888-f8efa6dfb6fa\": \"90.00\",\n \"objectiveProgress\": [\n {\n \"id\": \"d1f1dd1-0501-c46f-4a8c-6d28c5c4ddb\",\n \"objectiveProgress_objectiveName\": \"objective\",\n \"objectiveProgress_description\": \"description\",\n \"objectiveProgress_targets\": \"targets\",\n \"objectiveProgress_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-7FP4jcg4jK7Ssqp3cCW5vQ\",\n \"value\": \"Yes\"\n }\n ],\n \"objectiveProgress_additionalDetails\": \"additional detail\",\n \"objectiveTargets_projections_2024Q1\": \"99\",\n \"objectiveTargets_projections_2024Q2\": \"99\",\n \"objectivesProgress_performanceMeasuresIndicators\": \"data\",\n \"objectiveTargets_actual_2024Q1\": \"99\",\n \"objectiveTargets_actual_2024Q2\": \"99\",\n \"objectivesProgress_deliverablesMet\": [\n {\n \"key\": \"objectivesProgress_deliverablesMet-2WaO1Jj3pyUN0j9KjeOqR\",\n \"value\": \"Yes\"\n }\n ],\n \"objectivesProgress_deliverablesMet_otherText\": \"\"\n },\n {\n \"id\": \"0bafc3b-366c-181d-f1ee-a6026e606e5e\",\n \"objectiveProgress_objectiveName\": \"second obj\",\n \"objectiveProgress_description\": \"more measures\",\n \"objectiveProgress_targets\": \"targets\",\n \"objectiveProgress_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"objectiveProgress_additionalDetails\": \"details\",\n \"objectiveTargets_projections_2024Q1\": \"\",\n \"objectiveTargets_projections_2024Q2\": \"\",\n \"objectivesProgress_performanceMeasuresIndicators\": \"data\",\n \"objectivesProgress_deliverablesMet\": [\n {\n \"key\": \"objectivesProgress_deliverablesMet-2WaO1Jj3pyUN0j9KjeOqR\",\n \"value\": \"Yes\"\n }\n ],\n \"objectivesProgress_deliverablesMet_otherText\": \"\"\n }\n ],\n \"isCopied\": true,\n \"initiativeProgress_describeProgress\": \"progress\",\n \"initiativeProgress_describeIssuesChallenges\": \"issues\",\n \"initiativeProgress_describeCollaborationsWithExternalParties\": \"collaborations\",\n \"fundingSources_actual_2024Q1_0d56d1-7bc-00c5-7841-a162068427e\": \"100.00\",\n \"fundingSources_actual_2024Q2_0d56d1-7bc-00c5-7841-a162068427e\": \"200.00\",\n \"fundingSources_actual_2024Q1_d7de16a-cc3d-26cc-8888-f8efa6dfb6fa\": \"80.00\",\n \"fundingSources_actual_2024Q2_d7de16a-cc3d-26cc-8888-f8efa6dfb6fa\": \"90.00\",\n \"expenditures_onTrackToFullExpendFunds\": [\n {\n \"key\": \"expenditures_onTrackToFullExpendFunds-2WaUKOjwgUvHO6CMAqE8aOC\",\n \"value\": \"Yes\"\n }\n ],\n \"expenditures_onTrackToFullExpendFunds-otherText\": \"\"\n },\n {\n \"id\": \"a3c64a8-52ea-b5c1-afce-46302c4aa7c\",\n \"type\": \"initiative\",\n \"initiative_name\": \"test qmai\",\n \"initiative_wpTopic\": [\n {\n \"key\": \"initiative_wpTopic-SdaFlF3DJyzKcHCCu3Zylm\",\n \"value\": \"Quality measurement and improvement \"\n }\n ],\n \"initiative_wp_otherTopic\": \"\",\n \"isOtherEntity\": true,\n \"defineInitiative_describeInitiative\": \"init\",\n \"defineInitiative_targetPopulations\": [\n {\n \"key\": \"targetPopulations-2Vd02CVUtKgBETwqzDXpSIhi\",\n \"value\": \"Older adults\"\n },\n {\n \"key\": \"targetPopulations-2Vd02IvLwE59ebYAjfiU7H66\",\n \"value\": \"Individuals with intellectual and developmental disabilities (I/DD)\"\n },\n {\n \"key\": \"targetPopulations-3Nc13O5GHA6Hc4KheO5FMSD2\",\n \"value\": \"HCBS infrastructure/system-level development\"\n }\n ],\n \"defineInitiative_projectedStartDate\": \"02/02/2022\",\n \"defineInitiative_projectedEndDate\": [\n {\n \"key\": \"defineInitiative_projectedEndDate-TR6HoXF3Unf2QX0zzDg2Kp\",\n \"value\": \"No\"\n }\n ],\n \"defineInitiative_projectedEndDate_value\": \"\",\n \"evaluationPlan\": [\n {\n \"id\": \"6245730-f1a7-846f-32b4-fbfe7040c6e0\",\n \"evaluationPlan_objectiveName\": \"obj\",\n \"evaluationPlan_description\": \"performance measures\",\n \"evaluationPlan_targets\": \"targets\",\n \"evaluationPlan_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"evaluationPlan_additionalDetails\": \"test\",\n \"quarterlyProjections2024Q1\": \"\",\n \"quarterlyProjections2024Q2\": \"\",\n \"quarterlyProjections2024Q3\": \"\",\n \"quarterlyProjections2024Q4\": \"\",\n \"quarterlyProjections2025Q1\": \"\",\n \"quarterlyProjections2025Q2\": \"\",\n \"quarterlyProjections2025Q3\": \"\",\n \"quarterlyProjections2025Q4\": \"\",\n \"quarterlyProjections2026Q1\": \"\",\n \"quarterlyProjections2026Q2\": \"\",\n \"quarterlyProjections2026Q3\": \"\",\n \"quarterlyProjections2026Q4\": \"\"\n }\n ],\n \"fundingSources\": [\n {\n \"id\": \"c73235e-8fec-37-2062-b502384bac6\",\n \"fundingSources_wpTopic\": [\n {\n \"key\": \"fundingSources_wpTopic-2VLpZDJ9qaKKOk78ztBdiB\",\n \"value\": \"MFP cooperative agreement funds for capacity-building initiatives\"\n }\n ],\n \"fundingSources_quarters2024Q1\": \"100.00\",\n \"fundingSources_quarters2024Q2\": \"100.00\",\n \"fundingSources_quarters2024Q3\": \"100.00\",\n \"fundingSources_quarters2024Q4\": \"100.00\",\n \"fundingSources_quarters2025Q1\": \"100.00\",\n \"fundingSources_quarters2025Q2\": \"100.00\",\n \"fundingSources_quarters2025Q3\": \"100.00\",\n \"fundingSources_quarters2025Q4\": \"200.00\",\n \"fundingSources_quarters2026Q1\": \"200.00\",\n \"fundingSources_quarters2026Q2\": \"200.00\",\n \"fundingSources_quarters2026Q3\": \"200.00\",\n \"fundingSources_quarters2026Q4\": \"200.00\",\n \"initiative_wp_otherTopic\": \"\"\n }\n ],\n \"fundingSources_projected_2024Q1_c73235e-8fec-37-2062-b502384bac6\": \"100.00\",\n \"fundingSources_projected_2024Q2_c73235e-8fec-37-2062-b502384bac6\": \"100.00\",\n \"objectiveProgress\": [\n {\n \"id\": \"6245730-f1a7-846f-32b4-fbfe7040c6e0\",\n \"objectiveProgress_objectiveName\": \"obj\",\n \"objectiveProgress_description\": \"performance measures\",\n \"objectiveProgress_targets\": \"targets\",\n \"objectiveProgress_includesTargets\": [\n {\n \"key\": \"evaluationPlan_includesTargets-UL4dAeyyvCFAXttxZioacR\",\n \"value\": \"No\"\n }\n ],\n \"objectiveProgress_additionalDetails\": \"test\",\n \"objectiveTargets_projections_2024Q1\": \"\",\n \"objectiveTargets_projections_2024Q2\": \"\",\n \"objectivesProgress_performanceMeasuresIndicators\": \"data\",\n \"objectivesProgress_deliverablesMet\": [\n {\n \"key\": \"objectivesProgress_deliverablesMet-2WaO1K5umgZcZV4bAW5sPu\",\n \"value\": \"No\"\n }\n ],\n \"objectivesProgress_deliverablesMet_otherText\": \"progress to target\"\n }\n ],\n \"isCopied\": true,\n \"initiativeProgress_describeProgress\": \"progress\",\n \"initiativeProgress_describeIssuesChallenges\": \"issues\",\n \"initiativeProgress_describeCollaborationsWithExternalParties\": \"collaborations\",\n \"fundingSources_actual_2024Q1_c73235e-8fec-37-2062-b502384bac6\": \"120.00\",\n \"fundingSources_actual_2024Q2_c73235e-8fec-37-2062-b502384bac6\": \"80.00\",\n \"expenditures_onTrackToFullExpendFunds\": [\n {\n \"key\": \"expenditures_onTrackToFullExpendFunds-2WaUKNbCmetqXVFsKnaHqeK\",\n \"value\": \"No\"\n }\n ],\n \"expenditures_onTrackToFullExpendFunds-otherText\": \"description\"\n }\n ],\n \"generalInformation_MfpOperatingOrganizationName\": \"operating org\",\n \"generalInformation_stateTerritoryMedicaidAgency\": \"agency\",\n \"generalInformation_stateTerritoryMedicaidDirector\": \"director\",\n \"generalInformation_mfpProgramPublicName\": \"public name\",\n \"generalInformation_mfpProgramWebsite\": \"http://mfpweb.com\",\n \"generalInformation_aorName\": \"aor name\",\n \"generalInformation_aorTitleAgency\": \"agency\",\n \"generalInformation_aorEmail\": \"email@aor.com\",\n \"generalInformation_hasAorChangedSinceLastReport\": [\n {\n \"key\": \"generalInformation_hasAorChangedSinceLastReport-2VffASWS2XRfAlc3uLzxCVAC\",\n \"value\": \"No\"\n }\n ],\n \"generalInformation_projectDirectorName\": \"director name\",\n \"generalInformation_projectDirectorTitle\": \"title\",\n \"generalInformation_projectDirectorEmail\": \"email@director.com\",\n \"generalInformation_cmsProjectOfficerName\": \"officer name\",\n \"ret_psmicf_target_populations_Period1_Older adults\": \"200\",\n \"ret_psmicf_target_populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret_mtrp_quarter_1_populations_Period1_Older adults\": \"200\",\n \"ret_mtrp_quarter_1_populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret_mtrp_quarter_2_populations_Period1_Older adults\": \"200\",\n \"ret_mtrp_quarter_2_populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqi-1-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqi-1-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqi-2-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqi-2-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqi-3-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqi-3-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqi-4-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqi-4-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqi-5-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqi-5-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqr-1-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqr-1-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqr-2-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqr-2-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqr-3-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqr-3-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mtfqr-4-populations_Period1_Older adults\": \"200\",\n \"ret-mtfqr-4-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-tnamprp-1-populations_Period1_Older adults\": \"200\",\n \"ret-tnamprp-1-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-nmpcprp-1-populations_Period1_Older adults\": \"200\",\n \"ret-nmpcprp-1-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-npremrp-1-populations_Period1_Older adults\": \"200\",\n \"ret-npremrp-1-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mpdprp-1-populations_Period1_Older adults\": \"200\",\n \"ret-mpdprp-1-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mpdprp-2-populations_Period1_Older adults\": \"200\",\n \"ret-mpdprp-2-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret-mpdprp-3-populations_Period1_Older adults\": \"200\",\n \"ret-mpdprp-3-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"200\",\n \"ret_otherReasons\": [\n {\n \"key\": \"ret_otherReasons-2VffASWS2XRfAlc3uLzxCVAC\",\n \"value\": \"Moved out of MFP jurisdiction/state/territory\"\n }\n ],\n \"ret-movedout-populations_Period1_Older adults\": \"50\",\n \"ret-movedout-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"50\",\n \"ret-incarceration-populations_Period1_Older adults\": \"\",\n \"ret-incarceration-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"\",\n \"ret-moved-populations_Period1_Older adults\": \"\",\n \"ret-moved-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"\",\n \"otherReasons-otherText\": \"\",\n \"ret-other-specify-populations_Period1_Older adults\": \"\",\n \"ret-other-specify-populations_Period1_Individuals with intellectual and developmental disabilities (I/DD)\": \"\",\n \"oa_changesOrganizationAdministration\": [\n {\n \"key\": \"oa_changesOrganizationAdministration-2VfuG4GRc4ApcknSSgbMvvHg\",\n \"value\": \"Yes\"\n }\n ],\n \"oa_describeOAChanges\": \"changes\",\n \"oa_projectDirectorEmployment\": [\n {\n \"key\": \"oa_projectDirectorEmployment-2VfuG2OUicDROyaE5RmbtqWM\",\n \"value\": \"No\"\n }\n ],\n \"oa_provideNameOfEmployerAndReportingRelationship\": \"name of employer\",\n \"oa_hiringRetentionChallengesMfpStaff\": [\n {\n \"key\": \"oa_hiringRetentionChallengesMfpStaff-2VfuyVGyPc6ePgAicM69ayDqTpX\",\n \"value\": \"Yes\"\n }\n ],\n \"oa_describeHiringRetentionChallenges\": \"challenges\",\n \"oa_describeTechnicalAssitanceActivities\": \"technical assistance\",\n \"oa_additionalTechnicalResourcesSupports\": [\n {\n \"key\": \"oa_additionalTechnicalResourcesSupports-2VfvDSkVxhYZwQ8AMXqR5QX8\",\n \"value\": \"Yes\"\n }\n ],\n \"oa_describeAdditionalTechnicalResourcesSupports\": \"additional resources\",\n \"aa_notableAchievementsPromisingPractices\": \"notable achievements\",\n \"aa_changesMfpProgramAdministration\": [\n {\n \"key\": \"aa_changesMfpProgramAdministration-2Vfw3X48qEyKOAxXt7HPlMMg\",\n \"value\": \"Yes\"\n }\n ],\n \"oa_describeDevelopmentsChanges\": \"developments\"\n }\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/SAR/{{state}}/{{sar-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "SAR", - "{{state}}", - "{{sar-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Submit SAR Report", - "request": { - "method": "POST", - "header": [ - { - "key": "x-api-key", - "value": "{{state-x-api-key}}", - "type": "default" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/submit/SAR/{{state}}/{{sar-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "submit", - "SAR", - "{{state}}", - "{{sar-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Unlock SAR Report", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "localhost:3030/local/reports/release/SAR/{{state}}/{{sar-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "release", - "SAR", - "{{state}}", - "{{sar-id}}" - ] - } - }, - "response": [] - }, - { - "name": "Toggle archive SAR", - "request": { - "method": "PUT", - "header": [ - { - "key": "x-api-key", - "value": "{{admin-x-api-key}}", - "type": "text" - } - ], - "url": { - "raw": "localhost:3030/local/reports/archive/SAR/{{state}}/{{sar-id}}", - "host": [ - "localhost" - ], - "port": "3030", - "path": [ - "local", - "reports", - "archive", - "SAR", - "{{state}}", - "{{sar-id}}" - ] - } - }, - "response": [] - } - ] - } - ] -} \ No newline at end of file diff --git a/postman/MFP.postman_environment.json b/postman/MFP.postman_environment.json deleted file mode 100644 index fed3af943..000000000 --- a/postman/MFP.postman_environment.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "id": "f38ba46d-6ff1-4bdc-a56e-dc78115cc0f8", - "name": "MFP", - "values": [ - { - "key": "state-x-api-key", - "value": "", - "type": "default", - "enabled": true - }, - { - "key": "admin-x-api-key", - "value": "", - "type": "default", - "enabled": true - }, - { - "key": "state", - "value": "", - "type": "default", - "enabled": true - }, - { - "key": "stateName", - "value": "", - "type": "default", - "enabled": true - }, - { - "key": "wp-id", - "value": "", - "type": "default", - "enabled": true - }, - { - "key": "sar-id", - "value": "", - "type": "default", - "enabled": true - }, - { - "key": "admin-banner-id", - "value": "admin-banner-id", - "type": "default", - "enabled": true - } - ], - "_postman_variable_scope": "environment", - "_postman_exported_at": "2024-02-27T14:51:30.863Z", - "_postman_exported_using": "Postman/10.23.5" -} \ No newline at end of file diff --git a/postman/README.md b/postman/README.md deleted file mode 100644 index 8f36d181e..000000000 --- a/postman/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# Postman Collection - -This directory contains the Postman collection and environment configuration for MFP. - -## Prerequisites - -- [Postman](https://www.postman.com/downloads/) - -## Setup - -1. Open Postman - > If this is your first time you will need to create an account. If your organization has Google SSO you can use that for ease. -2. Click "Import" in your workspace -3. Select the [MFP.postman_collection.json](./MFP.postman_collection.json) file from this folder and import it -4. Repeat steps 2 and 3 with the [environment](./MFP.postman_environment.json) file -5. Go to the MFP environment page (option in left sidebar) and set the following values: - -- `state` will be the two letter abbreviation of the state associated with the state user you typically use locally. Ex: TX -- `stateName` will be the full name of the associated state. Ex: Texas - -Unfortunately this GitHub repository will not automatically update your collection. If you need to update your local collection with the latest changes, repeat steps 2–4 above. - -## Using the collection - -### Folders - -The collection has three folders: Banners, WP, and SAR. Each folder contains associated API requests. Some requests use state user credentials and some use admin user credentials. You can see which under the "Authorization" tab of any given request. Many requests have a "Body" as well. These are set with a reasonable default for that request. If you find issues with the bodies of requests, or you update the associated APIs, please update this collection. - -### Environment - -Ensure you've set your workspace environment to the MFP environment. The dropdown for this is in the upper right of your workspace view. It will say "No Environment" if you have none selected. Next to this dropdown is a quick access menu that is convenient for updating values without leaving the collections view. Simply hover over a table item and click the pencil icon to update the "Current value". - -### Getting credentials - -1. Start MFP locally -2. In your browser, log in as a state or admin user -3. Open the network tab and select any request that hit your local api (the banner request on the homepage is an easy choice) -4. Scroll to the bottom of the request headers and copy the `x-api-key` value -5. Paste this value in your environment "Current value" cell for that user type -6. Repeat steps 2–5 for the other user type - -These credentials are valid for about 20 minutes. You can reuse the same credentials even after restarting MFP locally. If you change state users, you will need to get new credentials and update the `state` and `stateName` values in the environment. - -### Working with reports - -Requests in the WP and SAR folders interact with the associated reports. If you create a WP or SAR report, either in the browser or in Postman, be sure to copy the report `id` and put that in the MFP environment under `wp-id` or `sar-id` as appropriate. This ensures future requests, like filling out or submitting a report, interact with the expected report. - -## Full example flow - -At any time you can refresh the browser to verify each step - -1. Perform steps 1–6 from [Getting credentials](#getting-credentials) -2. Open the "WP" folder -3. Go to "Create WP" and click "Send" -4. Copy the `id` from the response and put that in the `wp-id` environment variable -5. Select "Fill out WP Report" and click "Send" -6. Select "Submit WP Report" and click "Send" -7. Select "Approve WP Report" and click "Send" - -You've now created, completely filled out, submitted, and approved a Work Plan report. You can repeat this with the SAR to finish the full app flow. From 586d9d08702cad61576a07e81c56b58f83dfa8a1 Mon Sep 17 00:00:00 2001 From: Garrett Rabian Date: Mon, 23 Sep 2024 09:36:27 -0400 Subject: [PATCH 2/2] remove other references to postman --- .pre-commit-config.yaml | 2 -- README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 126382d30..b78e5cb2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,8 +38,6 @@ repos: args: - --exclude-files - .*test\.json - - --exclude-files - - .*\.postman_collection\.json - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.0.272 diff --git a/README.md b/README.md index b75e74634..078b5a7a1 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,6 @@ Local dev is built around the Serverless plugin [serverless-offline](https://git Local authorization bypasses Cognito. The frontend mimics login in local storage with a mock user and sends an id in the `cognito-identity-id` header on every request. `serverless-offline` expects that and sets it as the cognitoId in the requestContext for your lambdas, just like Cognito would in AWS. -The [postman folder](./postman/) contains a full API collection and environment for this application. See the [README](./postman/README.md) for more information. - ## Testing ### Unit Testing