jonassanoj / dbpro

DB Project 1
19 stars 1 forks source link

Create a My Account Page #80

Closed Sulimankhail closed 12 years ago

Sulimankhail commented 12 years ago

Create a page where a User can see statistics (number of questions, answers, comments) about his contributions and last login etc. It should also show a form to change and input account information. To create a nice form easier you can optionally use formee (http://www.formee.org see the login_failed view for an example) or other form template engines. Use form validation to make sure only legal values are entered. Provide a drop down list of fields (the names of the fields, not the numbers) where users can choose their field. Give the possibility to upload images (see Codeigniter's FileUploader class). Optionally: resize and crop the uploaded image to 300x300 pixels (use Codeigniter's Image Manipulation class)

tilman-schieber commented 12 years ago

Wrap-up of last week's task

Sulimankhail commented 12 years ago

implemented

tilman-schieber commented 12 years ago

you should also commit the upload directory

jonassanoj commented 12 years ago

Wrap-up of last week's task

  • integrate the myaccount-page into the login area. It should only be displayed if logged in

ok

  • show the image, make upload possible (use file upload helper) limit file size and file type;

partially completed

  • enable automatic resizing, e.g. to 100x100

not done

  • show the author's name and image next to the questions and answers in the qdetails view

not done