-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add CVs #455
base: develop
Are you sure you want to change the base?
feat: add CVs #455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the test CV to something resembling a CV and not a project statement please 🙏
@@ -5,7 +5,7 @@ defmodule Atomic.Uploader do | |||
""" | |||
|
|||
@versions [:original, :medium, :thumb] | |||
@extensions_whitelist ~w(.svg .jpg .jpeg .png) | |||
@extensions_whitelist ~w(.svg .jpg .jpeg .png .pdf .docx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should handle CV in this module. It defines functions to apply image transformations which do not make sense in a PDF or DOCX file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should i break this logic in this PR, or should i refactor the code in another?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one
No description provided.