rafinskipg / CvsDirectory

This is a cvs page for my friends and me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVSDirectory

UNDER INITIAL DEVELOPMENT

Technical details

HTML5 + JQuery + Underscore + PHP Backend + MySQL Databbase

Starting TODO List:

  • Change styles
  • Clear old data
  • Create a PHP Backend (In progress)
  • Create a database (In progress)
  • Create Forms for creating CVs
  • Create a unified way for reusing same main.js file for all the CVs stored in the database

Front End

  • Create Template! Awesome slider

Backend

  • Create Restfull Webservices with php for update / delete / add users and CVs.
  • Data Encrypt / Data Decrypt php

Inline edition of CVs:

Users must autenticate, after that, when a user does a double click in html elements with the class "editable" they change to edit mode. Prompting a button at the top of the page for sending the CV back to the server.

$('.editable').bind('dblclick', function(){ if($(this).hasClass('image')){ //Image picker }else{ $(this).html('Edit Me'); } });

DONE List:

  • Add templating ( underscore maybe)

IDEAS List:

Special Thanks to :

About

This is a cvs page for my friends and me


Languages

Language:JavaScript 100.0%