Parts Implemented by Şeymanur Aktı¶
Register and login properties, changing password, deleting account, logout. Adding products in clothe type, updating and deleting a clothe product. Listing all clothes. Product pages, adding, editing, deleting comments. Listing user’s products (clothe part).
Register/Login¶
Register and Login pages are accessible from home page.
User enters the name, surname, nickname, e-mail and password at register page. Nickname must be unique for all users.
After register, user is directed to login page. Here, password verifying was used.
If user successfully logins, user is directed to the home page. User can access account settings page and logout button from menu.
Account¶
At account page, there are three properties as listing user’s all products, changing password and deleting account. And just user itself can access her or his own account page.
List Products (Clothes Part)¶
At listing products page, it is possible to accessing product’s page, updating the features of product and deleting product.
Clothe updating page comes with old features and user changes the part that s/he wanted and saves the product.
Changing Password¶
At change password page, we wanted from user to enter old password to verify and enter the new password.
Delete Account¶
Deleting account page wants to verify user’s identity, thus password is required.
After user enter the password a verification pop-up is appeared.
After user delete the account, all of products and comments which are added by this user are deleted.
Add Clothes¶
At home page, there is a menu at the left that makes possible to add product for user. Adding product requires user authentication.
At adding clothe page, user enters the relevant features such as name, picture link, type, size, material, price and description.
Listing Clothes¶
At home page, there is a part that users can view each product category.
When user enter the Clothes page, all added clothes can be seen.
When user enter the page of a clothe, s/he can see all of the features of that product.
Comments¶
It is possible to add comment at product pages.
After adding a comment, user can edit or delete his or her own comment.
At editing comment page user makes the changes that s/he wants and saves the new comment.