Skip to content

Caumel/TrackOrJargh

Repository files navigation

TrackOrJargh

Desarrollo de Aplicaciones Web - URJC (Móstoles) - 2017/2018

1st & 2nd PHASE

1.Authors:

2.Organization tools

Github projects

3.Database entities

Entity Description
Movies Movie info
Shows Shwos info
Books Books info
Comments_movies Joins comments and movies
Points_movies Joins points and movies
Comments_shows Joins comments and shows
Points_shows Joins points and shows
Comments_books Joins comments and books
Points_books Joins points and books
Gender Genders of the movies, shows and books
Actors Shows and movies actors
Users Users of the webpage (normal,moderator and admin)
Lists User's lists of following content

4.Advanced features

Reccomended content.

Searching by tags and genders.

5.Graphics

Global rating of the content.

6.Advanced technology features

Verification email sent when an new user signs up in the site.

Pdf generation on user's demand with a list of the viewed content.

Facebook account login.

3rd PHASE

1. Screenshots

NON-REGISTERED USERS

INDEX:

Index1 This image carousel shows the last 3 items added to the web (book,show & film)

Index2 Index3 And this last 2 images also shows the index as you scroll down, revealing the Graphics which can show you all the content in the web ordered by genres and best valorations at the moment.

FILMS:

films Here you can search every film in the web, without any criteria or ordered by the most valorated ones.

SHOWS:

shows Exactly as the previous image, but with the shows

BOOKS:

libros Same goes with books

SEARCH:

search In this page, you can search every item in the web (books,films or shows) by genre or name.

LOGIN:

books Here you can log in if you already have an account,register using Facebook, or you can create an account (with e-mail confirmation)

ERROR:

error

REGISTERED USERS

INDEX:

indexRegisteredUser As you can see, registered users has 2 new features: Administration and MyProfile

ADMINISTRATION:

administration This page allows an admin to change content name or even delete it. Admins also can delete a registered account

UPLOAD CONTENT:

upload Here an admin can upload any item (film,show or book) adding an image, genre, description... etc

MY PROFILE:

MyProfile Here you can check you username, email, and all other users stuff

FILM/SHOWS/BOOK w/ New Feature(Add to List):

addList As you can see, in every item of films/shows/books now appears a green button to add that concrete item to some of your lists

MY LISTS:

MyLists Here you can add a new list, delete a created list and also create a PDF with all your favourite lists

2. Diagrams

NAVIGATION DIAGRAM

navigationDiagram

JAVA CLASSES DIAGRAM

javaDiagram

DB DIAGRAM

dbDiagram

Docker usage

API