Skip to content
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

Closed
wants to merge 2 commits into from
Closed

feat: add CVs #455

wants to merge 2 commits into from

Conversation

MarioRodrigues10
Copy link
Member

No description provided.

Copy link
Member

@ruioliveira02 ruioliveira02 left a 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)
Copy link
Member

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.

Copy link
Member Author

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants