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: support customized sections #12

Open
xiaohanyu opened this issue Sep 18, 2023 · 3 comments
Open

feat: support customized sections #12

xiaohanyu opened this issue Sep 18, 2023 · 3 comments
Assignees
Labels
backend Backend related feat New feature or request frontend Frontend related

Comments

@xiaohanyu
Copy link
Member

Description

Right now we support 14 sections ('work', 'education', 'awards'), which should be able to cover 90% cases for resume composition:

export type SectionID =
  | 'basics'
  | 'location'
  | 'profiles'
  | 'work'
  | 'education'
  | 'volunteer'
  | 'awards'
  | 'certificates'
  | 'publications'
  | 'skills'
  | 'languages'
  | 'interests'
  | 'references'
  | 'projects'

However, in some rare cases, these pre-defined sections may not enough, in these cases people may need 100% customized sections.

[Optional] Possible Solutions

Supporting 100% customized sections is pretty complicated task, it is in essence a new no-code product to build some PDF. We need to think it carefully.

Acceptance Criteria

TBD

Todo list

TBD

@xiaohanyu xiaohanyu self-assigned this Sep 18, 2023
@xiaohanyu xiaohanyu added feat New feature or request backend Backend related frontend Frontend related labels Sep 18, 2023
@xiaohanyu xiaohanyu changed the title [feature] support customized sections feat: support customized sections Nov 7, 2023
@jiengup
Copy link

jiengup commented Apr 18, 2024

And it will be nice if support sections with other language like ‘工作经历' as 'work' and '竞赛奖项' as award'.

@xiaohanyu
Copy link
Member Author

And it will be nice if support sections with other language like ‘工作经历' as 'work' and '竞赛奖项' as award'.

I am going to support CJK resumes in the near future, whether the section titles will be localized according to the main language of the resume: #4

On the other hand, if you want more customizable, I am planning to get a feature for section alias, where you can rename the section titles to anything you like: #11

@jiengup
Copy link

jiengup commented Apr 19, 2024

And it will be nice if support sections with other language like ‘工作经历' as 'work' and '竞赛奖项' as award'.

I am going to support CJK resumes in the near future, whether the section titles will be localized according to the main language of the resume: #4

On the other hand, if you want more customizable, I am planning to get a feature for section alias, where you can rename the section titles to anything you like: #11

Glad to hear this, looking forward to these new features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related feat New feature or request frontend Frontend related
Projects
None yet
Development

No branches or pull requests

2 participants