xitanggg / open-resume

OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/

Home Page:https://open-resume.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allows to save resumes for future editing

baoduy opened this issue · comments

This is great project and if it is allow to save resumes for future editing then very good.

It allows data to be stored in the browser, so you can simply close the tab and resume later.

You can even save it locally, The data is stored in local storage in the key open-resume-state, just populate that for meantime

Came to suggest the same... I realize it's stored in localStorage, however the browser has no guarantees for persistence. It would be nice if there was a save and load button at the bottom of the builder's options that would simply deliver a document as a Resume_${normalize(name)}_${formatDate(new Date(), 'YYYYMMDD')}.ord file (ord for open resume document) with the same JSON as is in localStorage, and a load button that loads the same file... May fork and do a pull request later in the week if I have time. Should be maybe under a day of work, but I'm unfamiliar with the codebase.

That is a really simple way to solve the issue. I use multiple computers and not always handy.
As I said before I saved as a PDF and keep it, but as I can't get it to parse corretly as a PDF. There needs a diffent option...

I have a suggestion..... Maybe use the same approach as https://stackedit.io/ this is the repository https://github.com/benweet/stackedit from there you can copy part of the code which is in JS and implement here.... That would not be too hard ... It would store you CV at Google Drive