代写Assessment 2: Fully-developed Web App代写留学生Java程序

Assessment 2: Fully-developed Web App - Details

Weighting: 50% (Pair or Individual)

NB: you should not start this assignment until after you have submitted assignment 1

Overview - Fully-developed Web App

Due: Sunday 27/10/24 @ 11:59:00PM (Week 5)

Task description:

This assessment task requires you to develop a web application implementation for your e-commerce store. You may work individually or in a pair. You are free to reuse the code from your previous individual assignment, make any changes, or develop the pages again so long as they meet the previous assignment brief. Ideally, you may choose to reuse some of your previous work as it will save you time.

In the table below are several documents that will assist you to understand the task requirements and the criteria that will be used to assess your performance.

Overview:

Assignment Objectives

On completion of this assignment you should have gained skills in the following areas:

1. Ability to design a web application using the Model-View-Controller (MVC) software design pattern

2. Learn some of the foundations of HTML and CSS and the Bootstrap framework to create responsive websites

3. Demonstrate skills at developing a prototype e-commerce web application.

This must be your own work: Use of services such as Wix or Squarespace etc are not allowed. Pre-made Bootstrap template websites such as Bootswatch are also not allowed - we will know if you used a template! However, taking code snippets from getbootstrap.com or w3schools is encouraged, as is your own significant customisation of any elements you use from those sources.

Unit Learning Outcomes assessed:

1. Demonstrate approaches for producing Web application design in support of requirements, at a sufficient level of detail for use in the software development process. (CLO1)

2. Undertake tasks to specify Web forms and databases, using frameworks, which will be used when developing the program code of Web applications. (CLO2)

3. Undertake tasks for developing Web application integrating the components of the Web application that includes forms, controller modules and database. (CLO3)

Estimated time for completion

Weighting

Group or Individual

How I will be assessed

30 hours

50% of final grade

Individual or Pairs

Using a 7-Point grading scale

What you need to do

1.  Read the Criterion-Referenced Assessment Rubric.

2.  Read the assignment objectives, assignment description, late submission penalties, and background.

3.  Follow the step-by-step guide of the assignment.

Assignment Description

In this assignment, you will develop a web application implementation of your ecommerce store that implements the following technologies:

· HTML & Bootstrap, CSS

· Python & Flask

· Jinja2 HTML Templates

· Flask-WTForms

· Flask-SQLAlchemy.

NB: You must not use any form. of existing template for your store. You may use code snippets from sites like w3schools.com but not any kind of site template. You may however use/extend/customise the class example/s as you see fit.

Project Deliverable

You are free to reuse the code from your previous individual assignment, to make any changes, or to develop the pages again so long as they meet the previous assignment brief. Ideally, you may choose to reuse some of your previous work as it will save you time. Your solution must demonstrate the following:

The following pages, with content loaded dynamically from the database:

· Landing page to search/filter for products e.g., by category. You might use a subpage to display specific categories or search results

· Item detail page (to view additional details of a specific item) with ability to add to shopping basket

· Shopping Basket page showing appropriate information about the added products and at the minimum, the ability to view/delete items

· Checkout page (enter details, order completion).

Your database should contain the following three tables, at a minimum:

· Products

· Orders

· OrderDetails.

You must develop code that is well written, with reasonable code comments. Your solution must implement the technology taught in the unit such as HTML, Bootstrap, and Python Flask (with the required modules flask_wtf, email_validator, flask_bootstrap, flask_sqlalchemy) only. JavaScript. is not used in this unit and should not be used as it may distract ou from completing work that will get you marks. The code you submit will be tested and run, so there should be no unexpected dependencies.

Video demonstration

Create a short video presentation and upload it somewhere (preferably your QUT OneDrive). This video is intended to simulate a milestone (the minimum viable product) being demonstrated to a client. Include a shareable link to your uploaded video in the declaration document.

· Be succinct (between 3 and 5 minutes. Marks will be deducted for going over time.)

· Introduce the purpose of your ecommerce store

· Demonstrate the functionality of the working site.

NB: this presentation is a functional showcase and not a technical description of how things work (nor is it a sales pitch!)

What to submit

Submission

One zip file (filename: studentid_557_A2.zip)

that contains the following items:

Part 1 - Your solution, the project directory for your code
Part 2 - Mandatory Declaration Sheet containing a) a link to a video presentation that demonstrates your application and b) provides the details of you or your team if working in a pair.

Place Part 2 into the project directory for your code (i.e. Part 1). Zip up this single folder and submit using the submission link made available on Canvas

Submit one zip file (filename: studentid_557_A2). If working in a pair, then only one person should submit on behalf of the pair (and show both student IDs in the filename and ensure both students names and IDs are clearly shown on the Part 2 Mandatory Declaration Sheet).
The zip file should contain:

PART 1: Your Solution

· The main Project Directory containing relevant directories, Python files, HTML files and any static files your web application uses.

· Include the SQLite database file that you used for testing. It must already be populated with some products (do not expect your markers will create or populate your database for you)

· Please do not include any venv directory (Python virtual environment). Ensure that you check that your file size is reasonable before uploading

· Example directory structure:

o zip

§ instance

§ store_db.sqlite (created when running the create_db function)

§ mystoreapp (you should change this to suit your store)

§ templates

§ html files

§ static

§ img

§ img files

§ style.

§ style.css

§ __init__.py

§ views.py

§ models.py

§ forms.py

§ run.py

§ pdf (link below)

PART 2:

This Mandatory Declaration SheetLinks to an external site. (placed within the Project Directory, i.e., your Part 1)

· Include a link to a video presentation that demonstrates your application.

· Your details or, if working in a pair, the details of your team and a short review of the team experience (who did what tasks and let us know what went well and if anything didn’t go so well).

How you will be marked

Please see the assessment rubric.

Late Submission Penalties

Consistent with QUT commitment to real world learning, managing priorities, competing commitments and time are essential skills for effective learning and professional life. Assessment work submitted after the due date will be marked only with an approved extension (MOPP E/6.8.2). Assessment work submitted after the due date without an approved extension or, where an extension has been granted, after the extended due date, will not be marked and a grade of 1 or 0% will be awarded against the assessment item.

Rubric

Criteria

High Distinction

Distinction

Credit

Pass

Fail

How each specific ecommerce page will be marked


(80%)

Fully functional ecommerce page without errors.

All requirements are fully met. A submission of this standard succeeds in the fundamental requirements but also looks convincing to a potential customer.

The solution is thorough, comprehensive, robust and well tested.

Mostly fully functional ecommerce page with very minor or no errors.

Most requirements are fully met. A submission of this standard succeeds in the fundamental requirements but also looks nearly convincing to a potential customer.

The solution is thorough and robust.

Ecommerce page is partly incomplete or has some minor errors present.

Most of the requirements have been met and the page is functional with a few errors present (i.e. the site still works and the errors only mildly impair the usage of the solution).

The solution is good and relatively convincing to a potential customer.

Ecommerce page is incomplete and has some moderate errors present.

Most of the requirements have been met and the page is mostly functional with an acceptable number of errors present (i.e. the site still essentially works and the errors only moderately impair the usage of the solution).

The solution is adequate and somewhat convincing to a potential customer.

Key parts of the ecommerce page are missing.

Requirements misunderstood or ignored, does not meet requirements. A submission of this standard would not function (or partially function) as a minimal viable solution.

There would be presence of serious errors that would impair the solution’s basic operation.

Landing Page (to search for products and optionally add to basket)

20–17 marks.

16–15 marks.

14–13 marks.

12–10 marks.

9 or fewer marks.

Item detail page (add to basket)

20–17 marks.

16–15 marks.

14–13 marks.

12–10 marks.

9 or fewer marks.

Shopping basket (to view/delete items)

20–17 marks.

16–15 marks.

14–13 marks.

12–10 marks.

9 or fewer marks.

Checkout page

20–17 marks.

16–15 marks.

14–13 marks.

12–10 marks.

9 or fewer marks.

How your YouTube presentation will be marked.


(20%)

Demonstrates an exemplary ability in introducing the purpose of the ecommerce store and its related concepts.

Provides an insightful and comprehensive walkthrough of the ecommerce store, demonstrating the functionality of the site, and emphasising the most highly relevant features.

The delivery is professional.

20–17 marks.

Demonstrates a very good ability in introducing the purpose of the ecommerce store and its related concepts.

Provides a comprehensive walkthrough of the ecommerce store, demonstrating the functionality of the site and emphasising most of the relevant features.

The delivery is professional.

16–15 marks.

Demonstrates a good ability in introducing the purpose of the ecommerce store and its related concepts.

Provides a useful walkthrough of the ecommerce store, demonstrating the functionality of the site and emphasising where required.

The delivery is professional.

14–13 marks.

Demonstrates an adequate ability in introducing the purpose of the ecommerce store and its related concepts.

Provides a somewhat useful walkthrough of the ecommerce store, demonstrating the functionality of the site, mostly emphasising where required.

The delivery is mostly professional.

12–10 marks.

Introduction lacks adequate structure and ecommerce store and related concepts not adequately explained or contains major omissions or deficiencies.

Walkthrough is unhelpful and the delivery is not professional.

9 or fewer marks.





热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图