What is the problem this work solves, including Link to story or ticket
What I/we did to solve this problem
with @pairperson1
| interface ScanResult { | |
| is_spam: boolean; | |
| message: string; | |
| results: { | |
| classification: Object; | |
| phishing: Array; | |
| executables: Array; | |
| arbitrary: Array; | |
| }; | |
| links: Array; |
| <a href="mailto:example@example.com">Contact customer support</a> |
What is the problem this work solves, including Link to story or ticket
What I/we did to solve this problem
with @pairperson1
https://www.netlify.com/blog/2020/03/05/feedback-ladders-how-we-encode-code-reviews-at-netlify/
[⛰ Mountain] - Blocking and requires immediate action
[🧗♀️ Boulder] - Blocking
[⚪️ Pebble] - Non-blocking but requires future action
[⏳ Sand] - Non-blocking but requires future consideration