Group project
Develop an auction website using the Django framework.
UI design, wireframe, frontend development, use cases, testing
October 2019 to November 2019
Bootstrap, Django, Python, HTML, CSS, JS, Ajax.
After understanding the functionalities of the topic, I have simulated the design using low-fidelity drawings:
This is Post auction page, before posting, user must fill in all the required information. When it done, the new listing should display on My items page.
This page show all my current listing items. The seller can edit or delete the listing. Items are displayed as table with item title, price, description, end date, ...
My profile page is simple created using Bootstrap. There are 2 columns, the first column displayed my profile information such as username, email and DOB. On the second column where user can update his/her account. Once Save button clicked, information on the first column will be updated with the new information.
Here I'm testing the search bar based on a given word. In this example, search for "lego". As you can see, 1 search found with all the information of the item. User can view the searched item and/or place a bid.