Skip to content
25 changes: 25 additions & 0 deletions deliveries/project_aurras_mvp_phase_2_milestone-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Milestone Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/project_aurras_mvp_phase_2.md
* **Milestone Number:** 1

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | https://github.com/HugoByte/aurras/blob/master/LICENSE | |
| 0b. | Documentation | https://github.com/HugoByte/openwhisk-client-rust#usage <br/> https://github.com/HugoByte/aurras/tree/next/workflow/composer#usage | |
| 0c. | Testing Guide | https://github.com/HugoByte/openwhisk-client-rust#test <br/> https://github.com/HugoByte/aurras/tree/next/workflow/composer#test <br/>
https://github.com/HugoByte/aurras/tree/next/workflow#testing | |
| 1a. | Workflow Composer: Rust OpenWhisk Client Library | https://github.com/HugoByte/openwhisk-client-rust | |
| 1b. | Workflow Composer: Composer | https://github.com/HugoByte/aurras/tree/next/workflow/composer | |
| 1c. | Workflow Composer: Pipe | https://github.com/HugoByte/aurras/blob/next/workflow/workflow_macro/src/lib.rs#L85 | |
| 1d. | Workflow Composer: structured YAML file | https://github.com/HugoByte/aurras/blob/next/workflow/examples/STRUCTURED_YAML.yaml | |
| 1e. | Workflow Composer: Concat Operator | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/functions.py#L362 | |
| 1f. | Workflow Composer: Map Operator | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/functions.py#L538 | |
| 2. | Predefined boiler plate | https://github.com/HugoByte/aurras/tree/next/workflow/boilerplate | |
| 3a. | Flow Provider | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/flow.py | |
| 3b. | Task Provider | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/task.py | |
| 3c. | Workflow Provider | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/workflow.py | |