项目作者: cdrrazan

项目描述 :
[ WIP ] make-your-resume is Resume management app for personal applications exported in PDF format.
高级语言: Ruby
项目地址: git://github.com/cdrrazan/make-your-resume.git
创建时间: 2018-12-24T08:20:00Z
项目社区:https://github.com/cdrrazan/make-your-resume

开源协议:GNU Affero General Public License v3.0

下载


Welcome to make-your-resume app!

Build Status Lice1Millionnse: AGPL v3

make-your-resume : Get info from user and store/generate PDF!

Setup

I already wrote a script file to automate the setup process.
(This project uses postgresql, so author assumes postgresql is already configured in your system.)

  1. Give permission to the file:
    $ chmod +x make-your-resume.sh or $ chmod 755 make-your-resume.sh

  2. Run the file as:
    $ ./make-your-resume.sh

This will check and create db and automatically start the server for you!

Don’t forget to check Dockerfile and docker-compose.yml as well.

Features and Workflow

Workflow

  1. 1. User Login/SignUp
  2. 2. Enter Resume Details
  3. 3. View Resume Details
  4. 4. Generate PDF
  5. 5. Logout

Features

  1. Limit to single submission of Resume-details
  2. Able to Generate PDF for Resume.

Limitation

Simple PDF layout. Will have extensive template for generating the PDF formats with user images as well.

Dependency Out-of-date has been clarified here.

  1. Heroku doesn't recognize 'pg gem version 1.0' so pg gem was rolled back to 'pg gem version 0.21.0'
  2. Jquery-ui-rails has been used with version '5.0.5', which has other dependency.

Future Work

:heavy_check_mark: Dockerfile and Docker-compose Init

:heavy_check_mark: Scripting and Travis Build Pass.

Resume update list

Profile Picture Upload

User authentication refactoring

Mulitple Resume

….( Add your own features in Resume )

Send automatic mail to the user using Sidekiq and Actionmailer