WIP: Add base workflow for mail-to-sheet agent#1
WIP: Add base workflow for mail-to-sheet agent#1Dangtae wants to merge 2 commits intoWithModulabs:mainfrom
Conversation
- Implement function to extract Did / To-Do / Problem from email body - Parse `from` field into name and email - Normalize date into YYYY-MM-DD format for easier daily check - Return structured JSON for Google Sheets append
- Describe workflow purpose and features - Explain parsing logic for Did / To-Do / Problem - Document Google Sheets structure (Weekly Report, Master Roster) - Add usage guide and next steps
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
구글 쉬트는 준비되어 있습니다. 공유 메일 주소를 알려주시면 공유 드립니다. |
|
깃에 올려진 것 테스트 해 보시고, 발전 시켜서 PR 부탁 합니다. |
📌 개요
✨ 주요 변경사항
Did / To-Do / Problem추출from값을 분리하여name,email필드 생성YYYY-MM-DD형식으로 변환하여$today와의 비교를 단순화함→ 추후 당일 메일 미작성자를 식별해 미발송 알림 메일을 보낼 때 활용 예정
📊 Google Sheets 구조
🚧 진행 상황