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

let user save their data #8

Closed
kmahar opened this issue May 31, 2017 · 10 comments
Closed

let user save their data #8

kmahar opened this issue May 31, 2017 · 10 comments
Assignees
Milestone

Comments

@kmahar
Copy link

kmahar commented May 31, 2017

another suggestion - would love feature to save online what I've filled out so that I can come back to it later on and add new stuff using your interface. I imagine that this would especially be useful for people who don't know latex and don't want to edit the downloaded source themselves

@gautamkrishnar
Copy link

I think using browser's local storage is a better option than saving in the server. If you have resources, you can consider saving user data in the server. 😄

@saadq
Copy link
Owner

saadq commented May 31, 2017

This is something I was planning on implementing. I'd rather not use up server resources, but I was thinking something along the lines of importing/exporting your current resume data as JSON. That way you won't have any local storage issues if you clear your data.

I'm open to other suggestions though.

Edit: I should note that going with the import/export route doesn't mean that I won't also include localstorage functionality.

@AgrawalAman
Copy link

JSON format seems a great idea, would be easily editable for developers to add bullets, change stuff, etc manually as well.

@themotu
Copy link

themotu commented Jun 1, 2017

Yaml or Toml might be easier if people want to edit/read it directly

@lovasoa
Copy link

lovasoa commented Jun 2, 2017

Use a standard format

It would be great if it could import/export resumes in a standard format that could be used with other applications and websites.

JSON Resume

The open source initiative to create a JSON-based standard for resumes.

Europass

This is an official resume creator made by the European Union. They are very serious about interoperability, and provide a full specification (schema) for the format with examples in XML and JSON. They have a full website dedicated to interoperability: http://interop.europass.cedefop.europa.eu .

HR-XML and HR-JSON

This is a free (but not opensource) standard, that can handle more than just resumes.

@enzokarate
Copy link

I further support json IO of stuff.

@tushgup
Copy link

tushgup commented Jul 30, 2017

Yes! I'm trying to make a change in my resume but I can't figure out how to convert it back to PDF now. :/

@saadq
Copy link
Owner

saadq commented Nov 21, 2017

Hey all, I know this is insanely late, but the new branch saves your session as well as letting you import/export your resume as JSON (compatible with JSON resume). Looking forward to releasing this new version soon.

@saadq saadq added this to the resumake milestone Jan 2, 2018
@saadq saadq closed this as completed Jan 2, 2018
@saadq
Copy link
Owner

saadq commented Feb 5, 2018

@kmahar I just added you as a contributor to the README, let me know if you'd rather not be on there. Thanks your contribution :)

@kmahar
Copy link
Author

kmahar commented Feb 5, 2018

@saadq fine with me! thanks for implementing the feature!!! :)

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

No branches or pull requests

8 participants