pipedream
pipedream copied to clipboard
3530 7todos actions
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| pipedream-docs | ✅ Ready (Inspect) | Visit Preview | Jul 29, 2022 at 3:32AM (UTC) |
| pipedream-docs-redirect-do-not-edit | ✅ Ready (Inspect) | Visit Preview | Jul 29, 2022 at 3:32AM (UTC) |
Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:
- [ ] Create components to address specific use cases whenever possible
- [ ] Component
keys should follow the formatapp_name_slug-slugified-component-name - [ ] Components should follow the standard directory structure
- [ ] Prefer Node.js client libraries to REST APIs
- [ ] When making API requests, handle pagination to ensure all data / events are processed
- [ ] Use
secretprops to capture sensitive data - [ ] Props and methods should be defined in app files whenever possible
- [ ] Document methods with JS Docs
- [ ] Use
optionalprops whenever possible, and set adefaultvalue where you can - [ ] Use async options to accept user input wherever possible
Hi everyone, all test cases are passed! Ready for release!
Test report 7todos_3530.pdf
On another note, observed that the value in Start Date prop in Pipedream action doesn’t reflect on the task created on 7todos.
Investigating further, I noticed that 7todos API state that we can input startDate into Create Task API

But calling their API, the startDate field is ignored and doesn’t returned
This is an issue on 7todos, so I deemed our action has passed
/approve