Sie sind auf Seite 1von 3

Development of a blog that will handle articles, categories and comments

an article could have many comments(relation 1:M) and many categories, also a category could be
used by many articles(relation M:M)
Minimun database requeriments :
* For Articles: id(primary key), title,text,author,date
* For Comments: id(primary key),title,text,name,email,date
* For Categories: id,name
Code requirements:
*Use PHP Objects to represent each entity
*The following screens are required:
- list for articles(sort by title and date)
- Entry form for new articles
- Detail for an article. Full text and comments. User can add a new comment in this screen
*Use of Ajax is required for article and comments submission. Use of a tookit like jQuery is allowed
and encouraged.
*Javascript validation on all field: no empty field, no dates in the past, no invalid email
*Css in a separate file
Deliverables:
*Entry Relation diagram for database
*PHP code in a *.zip file Please don't sent in *.rar or other format
*The exercise must be published in a web server reachable over the Internet. You can use a free
service like that offered in http://host22.com/ or similar. Another option would be using a free no-ip
account and use your home cumputer as the web server. if you can't publish your proyect on the
internet, then:
1. Send screenshots of every screen
2. Send screenshots of the Ajax transactions (using the web inspector on your browser).
3. Bring your proyect installed in a laptop for the day interview.
Any additional information needed is left to the creativity of the candidate to solve the problem. The
code must clear, legible and ducumented.
Finally you should give proof later than three days. Start counting from the day of interview. Please
send it solisictado to karina@yalla-ya.com and if you cover the requirements will recive a phone
call to give you directions

Desarrollo de un blog que se encargar de artculos, categoras y comentarios

un artculo puede tener muchos comentarios (relacin 1: M) y muchas


categoras, tambin una categora podra ser utilizado por muchos artculos
(relacin M: M)
Requerimientos de bases de datos MINIMO:
* Para los artculos: id (clave principal), ttulo, texto, autor, fecha
* Para Comentarios: id (clave principal), ttulo, texto, nombre, correo
electrnico, fecha de
* Por Categoras: id, nombre
Los requisitos del Cdigo:
* Uso de PHP Objetos para representar a cada entidad
* Se requieren las siguientes pantallas:
- Lista de artculos (ordenar por ttulo y fecha)
- Formulario de inscripcin para los nuevos artculos
- Detalle de un artculo. Texto y comentarios completo. El usuario puede
agregar un nuevo comentario en esta pantalla
* Se requiere el uso de Ajax para envo de artculos y comentarios. Se permite y
alienta el uso de un conjunto de herramientas como jQuery.
* Validacin Javascript en todo mbito: ningn campo vaco, no hay fechas en el
pasado, ningn email no es vlida
* CSS en un archivo separado
Entregables:
* Diagrama de Relacin de entrada para la base de datos
* Cdigo PHP en un archivo .zip * Por favor, no enviar en formato * .rar u otro
* El ejercicio debe ser publicado en un servidor web accesible a travs de
Internet. Puede utilizar un servicio gratuito como la ofrecida en
http://host22.com/ o similar. Otra opcin sera usar una cuenta no-ip libre y
utilizar su ordenador personal como el servidor web. Si no se puede publicar su
proyecto en Internet, entonces:
1. Enviar las capturas de cada pantalla
2. Enve capturas de pantalla de las transacciones Ajax (utilizando el inspector
web en su navegador).
3. Traiga su proyecto instalado en un ordenador porttil para la entrevista da.
Cualquier informacin adicional necesaria se deja a la creatividad del candidato
para resolver el problema. El cdigo debe borrar, legible y documentado.
Finalmente usted debe dar prueba de un plazo de tres das. Comience a contar
desde el da de la entrevista. Por favor enviarlo a solicitud karina@yalla-ya.com

y si cubres los requisitos se recive una llamada telefnica para darle


instrucciones

Das könnte Ihnen auch gefallen