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

Add export to CSV for resume at admin section #687

Merged
merged 2 commits into from Oct 29, 2023

Conversation

amd-9
Copy link
Contributor

@amd-9 amd-9 commented Oct 28, 2023

#664

Добавлена возможность выгрузки резюме в формате CSV в админке.
Функционал реализовал по аналогии с выгрузкой вакансий.

На машине с английской локалью CSVшка выгружкалась частично каверкая кодировку, надо проверить воспроизводиться ли это на другие машинах

image

resume.id,
resume.name,
resume.aasm(:state).human_state,
"#{resume.user.first_name} #{resume.user.last_name}",
Copy link
Contributor

Choose a reason for hiding this comment

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

можно просто resume.user.full_name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Да. Пожалуй так попроще выглядит. Поправил

@usernaimandrey
Copy link
Contributor

На машине с английской локалью CSVшка выгружкалась частично каверкая кодировку, надо проверить воспроизводиться ли это на другие машинах

У тебя в OS только английская локаль стоит?
Ну у меня выгружается нормально но у меня ru локаль

@usernaimandrey usernaimandrey merged commit 0eebc9a into Hexlet:main Oct 29, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants