代做IFN557: Rapid Web Development Assessment Task 1代做Java编程

IFN557: Rapid Web Development

Assessment Task 1

Task overview

Assessment name:

Design and Front-end

Task description:

In this assignment, you will design and implement a basic ecommerce store prototype for your chosen product or service. There is no specific topic provided to you so you must select the topic and scope your own design accordingly. So, be creative!

Learning outcomes measured:

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)

Due:

End of week 3 (Friday 11/10/24 by 23:59:00)

Length:

Part 1: 4-5 pages (approx.)

Part 2: 2 HTML files, 1 CSS file (optional)

Weighting:

50%

Individual/Group:

Individual

How will I be assessed:

7-point grading scale using a rubric

Task details

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.

Presentation requirements:

This assessment task must be formatted in the following way:

12 point font

•    Single linespacing

•    Use APA referencing (if required).

Resources needed to complete task:

•   IFN557 Blackboard site

QUT Cite|Write APA guide.

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) architecture 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 ecommerce web application.

Assignment Description

In this assignment, you will design and implement a basic ecommerce store prototype for your chosen product or service. There is no specific topic provided to you so you   must select the topic and scope your own design accordingly. So, be creative!

An ecommerce store has many elements; However, due to the constraints of this

introductory unit your prototype will only focus on the creation of a simple site where users can browse and choose products to purchase. Your site will not support user

authentication or payments which would obviously be a crucial part of a real system.   The objective of this assignment is to allow you to demonstrate your ability to design a web application using the approaches and frameworks that we have (or will) introduce. The web application must support the list of features described in the next section so   please keep these in mind when you come up with your design.

This is an individual assignment. In this assignment you will:

i.      Describe what you want to design and develop (e.g., a store for books, cars, rooms, watches etc.)

ii.      Design the details of your web application (user stories, UML conceptual design, UML database design)

iii.      Submit a static HTML prototype for your ecommerce store.

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.

Background

Web app development is complex. In fact, it involves so many different tasks that it is highly unlikely that a single person can carry out each of them on a professional level. Ordinarily a web development project is made up of a team of specialists who are experts in their own field. So, is this unit attempting to achieve the impossible? No. Whilst it is inevitable that you will not gain the skills to develop a professional application by yourself, you will learn enough to understand each of the key areas involved and be able to produce a small prototype application. This understanding across all the relevant areas will be extremely useful to you, especially if working in a multidisciplinary team in industry.

The first assessment in IFN557 involves you creating a prototype of an ecommerce store using the design techniques we introduce and utilizing the Bootstrap Framework.

Requirements

The following features are required in the ecommerce store:

1. View products/services

a.  Your ecommerce store should list the set of products or services that are currently available for sale. The products/services can be grouped into different categories. A user should be able to view all products/services  belonging to a group. In an ecommerce store for books, a buyer should  be able to find all `fiction’ books by choosing the group.

b.  A user should be able to select a product/service and view the details of it. The details should be determined based on what the product/service is. For a book, it would be the author, ISBN, category and so on.

2. Order products/services

a.  A user who wants to buy the product/service, should be able to add the product to a basket.

b.  A user should be able to view the contents of their basket at any time, remove items.

c.  A user should be able to complete the order by providing details such as their name and shipping address.

Submission

Submit one single zip file (filename: studentid_557_A1) that contains the following items:

•    Part 1 - Written Report as detailed below

•    Part 2 - Front-end prototype

Submit using the submission link made available on Canvas.

PART 1:

A written report containing the following:

Description: A paragraph (5-6 lines) about the ecommerce store. The topic of the  ecommerce store, the important details of the product/service that can be bought. User stories: Prepare user stories for the requirements. A user story can detail one or more requirements. A user story preferably should be short (no more than 3-4 sentences) and list the acceptance criteria. Ensure that each user story is numbered so that the marker can easily reference it.

Conceptual Model: With the user story as a reference, identify the objects, their behaviour,  relationships  and  multiplicity.   Please  use   UML  class  diagram  to represent the concepts, their attributes and the behaviour. You can use any open source UML editor for this purpose (e.g. https://www.lucidchart.com/)

Database Design:  Design  the   data  model  using  UML  identifying  classes, associations, multiplicity. You could use lucid chart (https://www.lucidchart.com/) for the UML model

NOTE: The conceptual model and data model are two separate UML diagrams.

PART 2:

You should also submit a zip file containing your front-end prototype.

Front-end Prototype: Develop the front-end pages. The HTML you develop are not functional pages: they are pages with static content at this stage. Use HTML and Bootstrap components to give structure and style. to the content of the e- commerce store. You do not need to use any programming language to implement this  prototype  (e.g.  JavaScript,  Python,  etc  -  note  that  HTML  is  a  mark-up language). A subset of the requirements will be demonstrated in this prototype:

1. Home page

The landing/home page is the main page of the web application. From     this page, the user is guided to the other pages (e.g. using a navigation   bar) to perform. the different functions supported by the ecommerce store. The page should have the user interface elements to allow the user to

search for products and to add to them to a shopping basket.

2. Item details page

A page that presents the details of a single item as an example, i.e. what a user would see when they select an item to view the details. One

example item is sufficient. The page should have:

1.  title of the item

2.  an image of the item

3.  description of the item

4.  price of the item,

5.  and other item specific information of your choice.

6.  The page should allow the user to add the item to their basket.

NB:

•     The design that you create should be your own i.e. you are not to use any

existing template or make use of any Bootstrap or web templating sites (e.g.,   Bootswatch, Wix, Squarespace etc). Further, the Bootstrap version that you     use must be Bootstrap 4.6 via the official CDN as given on getbootstrap.com.  Bootstrap 5 was released a couple of years ago but is still not totally ubiquitous so we will avoid that for now.

•    All the work submitted should be your own. The use of generative AI such as ChatGPT is not allowed in this unit.

•     This version of the prototype does not need to support the basket or order completion page.

•     The navigation between pages needs to be intuitive and is left to the student to decide how an end user browses to other pages.

•     Bootstrap components should be used. Standard components include Navbar, Jumbotron, Cards, Alerts, Modal etc … For a list of components, please visit:

https://getbootstrap.com/docs/4.6/components/

•    Your submission should contain the following folder structure (as discussed in the lectures)

o  All HTML files in one directory.

o  A separate folder for CSS (if you are using any custom CSS) and an img folder with all the images used in your HTML pages.

•     Markers will evaluate you by opening the HTML files in Google Chrome. Please make sure you have taken care of all the necessary dependencies.



热门主题

课程名

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
站长地图