You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TSD-40] Send the message in to all requesters with no log in the ticket (#17)
* Add test cases
* Send the message in to all requesters with no log in the ticket
* Fix test cases
* Create getZendeskResponses function to decompose processTicket
* Filter goguen testnet tickets
* Add response message
* Minor fixes
* Return single ZendeskResponse instead of list of responses
* Inspect only latest attachment
* Sort comment by id, inspect last element of the attachments
* Fix flag
* Minor fixes
* [TSD-40] The impure version.
* [TSD-40] The version with the pure function. Either is an option here.
* Couple of minor fixes
- Unwrap newtype so the request api will be valid
- Make assignee_id field to be maybe since ticket could be unassigned in that case classifier will not be able to parse the json
"We tried to analyze the log that you submitted and it appears that your log cannot be processed. Please try sending the log file once again. Please go to https://daedaluswallet.io/faq/ and see Issue 200 for instructions. Please reply to this email with when you respond."<>
105
106
prettyFooter ticketInfo
106
107
108
+
prettyFormatNoLogs::Text
109
+
prettyFormatNoLogs =
110
+
"Dear user,"<>"\n\n"<>
111
+
"Thank you for contacting the IOHK Technical Support Desk. We apologize for the delay in responding to you."<>"\n\n"<>
112
+
"Most of the tickets we get are related to technical issues. If you have a Technical problem with Daedalus wallet please read on. If your request is NOT related to getting technical support you can IGNORE this email."<>"\n\n"<>
113
+
"We have recently (May 29th) had a major update to the Daedalus software. You can see more details here https://daedaluswallet.io/release-notes/. If you are experiencing any technical difficulties please make sure you have upgraded to the latest version before submitting a request for support or submitting new logs (more on logs below)."<>"\n\n"<>
114
+
"We scan our tickets to check for known issues before responding in person. If you have a technical issue but did not submit a log file we suggest that you reply to this message and attach your log file. Log files are required for helping with the majority of technical issues."<>"\n\n"<>
115
+
116
+
"Please provide more information so that we can diagnose your issue:"<>"\n\n"<>
117
+
118
+
"1. What is the Manufacturer and the Model number of your computer?"<>"\n"<>
119
+
"2. What is the Type and Version of the Operation System (OS) are you using?"<>"\n"<>
120
+
"3. Describe the issue you are experiencing in detail and attach screenshots if needed. Please tell us what you were doing when the error occurred."<>"\n"<>
121
+
"4. When did this issue occur (Date)?"<>"\n"<>
122
+
"5. Do you have any ideas how this happened?"<>"\n"<>
123
+
"Please compress and attach your pub folder, it contains technical logs. There is NO sensitive data in your logs:"<>"\n\n"<>
0 commit comments