Suzii / pb138-cv_generator

Repository for CV generator - PB138 semestral project.
0 stars 0 forks source link

Frontend and server logic #1

Open Suzii opened 9 years ago

Suzii commented 9 years ago

Frontend should contain html pages for

Backend logic has to ensure user login functionality, it will use UserService. For looking up CVs CvService will be used.

Suzii commented 9 years ago

Servlet logic is almost finished. Everything is prepared for real implementation of CvService and UserService working with database. Frontend development is progress.

cypo721 commented 9 years ago

TODO : Resolve problem with registration(sign in) user with empty name or password.

Suzii commented 9 years ago

Problem of empty username fixed. Added form validation in edit.jsp page. Profile page in progress.

Suzii commented 9 years ago

Edit.jsp needs to be changed in order to accomodate changes in refferencing XMl:

Suzii commented 9 years ago

edit.jsp changed. All the pages are now HTML5 valid. Running of XML Schema before storing cv is implemented as well.. error message is shown as an alert in browser to the user.

Suzii commented 9 years ago

Unit tests for servlet utils are finished.