Zenika / Zenika-Resume

Markdown editor for resumes.
https://resume.zenika.com
MIT License
4 stars 4 forks source link

✨ add query param to view any version of a resume #65

Closed Ked57 closed 4 years ago

Ked57 commented 4 years ago

still working towards backing up resumes more easily. This PR aims to add the possibility to view older versions of a resume with query params. It works well

see #63

image

Right now it just displays a blank page if there is no resume corresponding to the version_date entered

hgwood commented 4 years ago

The error case is a bit rough (URL changes to root but previously displayed resume is still displayed) but we can improve this later.