Feature/adding file attachments#108
Conversation
215d569 to
fc8776e
Compare
|
Thanks for contributing. I've been swamped but will get to this in the next week or so. |
|
@forest Thank you for letting me know ! |
forest
left a comment
There was a problem hiding this comment.
Thanks for this addition. Lots of work and I'm sure will be appreciated by many.
| Resources::FileAttachment.new({ comment: comment }.merge(data)) | ||
| end | ||
|
|
||
| # This orphans the file, deletes source, but appears in the comments |
There was a problem hiding this comment.
Can we remove the commented out code?
You can put TODOs or notes in comments at the top of the class if you want.
There was a problem hiding this comment.
@forest Thank you. Sorry, for some weird reason I never got any notifications. Let me get to these this week. Will convert this to TODO
| @@ -0,0 +1,16 @@ | |||
| module TrackerApi | |||
| class FileUtility | |||
There was a problem hiding this comment.
Please fix this white space.
| # File.open(filename, 'wb') { |fp| fp.write(file_data) } | ||
| # end | ||
|
|
||
| def to_upload_hash |
|
@forest handled the CR changes. Thank you and sorry for the delay. |
|
No problem. Thanks.
…On Mon, Aug 14, 2017 at 11:37 AM s-ashwinkumar ***@***.***> wrote:
@forest <https://github.com/forest> handled the CR changes. Thank you and
sorry for the delay.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAelcc66AxVncegllA_LDoVGUuXrsU2ks5sYJPNgaJpZM4N2p11>
.
|
Please let me know about any corrections. I have tried to follow the same pattern as it is currently.