You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
OGordoo ccc31127cd netfix - Python project 3 years ago
..
README.md netfix - Python project 3 years ago

README.md

Functional

Are you able to register two different types of users (Customers and Companys)?
Register a new Customer.
When registering a Customer, is it asked for a username, an email, a password, a password confirmation and a date of birth?
Register a new electricity Company.
When registering a Company, is it asked for a username, an email, a password, a password confirmation and a field of work?
Is the field of work restricted, so that it only accepts one of the following values: Air Conditioner, All in One, Carpentry, Electricity, Gardening, Home Machines, House Keeping, Interior Design, Locks, Painting, Plumbing, Water Heaters?
Try to register a new user (Customer or Company) and use a username that already exists.
Were you warned that already exists a user with that username?
Try to register a new user (Customer or Company) and use an email that already exists.
Were you warned that already exists a user with that email?
After registering and being logged in with a Company go to the profile page.
Is all its information available (apart from the password)?
While logged in with the electricity Company, create a new service with a price per hour of 10.50.
Were you asked for a name, a description a price and a field?
Go to the user (Company) profile.
Did the service created before appears in the company page as an available service?
Is there a page showing every service created by every companies?
Is there a page for every type of service which displays every service of that type?
Does a service have its own page, where it gets displayed its information (name, description, field, price per hour and date it was created) along with the name of the company that created it?
Logout with the Company and after registering and being logged in with a Customer go to the profile page.
Is all his information available (apart from the password)?
Go to the previous created service and request it with 2 hours of service.
Were you asked for an address and a service time (in hours) it is needed for the service to be completed?
Go to the user (Customer) profile.
Did the service requested before appears in the customer page as a previously requested service?
Does the service requested appear with the price of 21.00 (2 hours * 10.50)?
Is there a page showing the most requested services from the whole website?
Logout and register a new All in One Company and go to the service creation page.
Can you choose between all of the types of service for this new service?
Create a new Painting service. Logout with the Company and login with a Customer. Request two times that same service and go to the most requested services page.
Is the list of most requested services updated with this new service?

Bonus

+Is a system implemented where Customers can rate the services they have requested?
+Is there a page system in the service list page?
+Are there any other bonus implemented?
+Did the student implemented its own display and design?