0% found this document useful (0 votes)
46 views3 pages

Lab Assessment 2 - Practical Assessment: Scenario

The document provides a scenario for developing a conference management system for the Asia Pacific Tourism Association to manage conferences and registrations. It outlines model design requirements including entity relationships, classes, properties, and validations. It requires submitting a report with an E-R diagram, class descriptions, and views/controllers along with initialized source code and designed views. The rubric evaluates the report on the E-R diagram, class descriptions, views, controllers, and actions. It evaluates the source code on view design, Razor usage, comments, initialized controllers/actions, user experience, and coding style.

Uploaded by

Amrit Pantha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views3 pages

Lab Assessment 2 - Practical Assessment: Scenario

The document provides a scenario for developing a conference management system for the Asia Pacific Tourism Association to manage conferences and registrations. It outlines model design requirements including entity relationships, classes, properties, and validations. It requires submitting a report with an E-R diagram, class descriptions, and views/controllers along with initialized source code and designed views. The rubric evaluates the report on the E-R diagram, class descriptions, views, controllers, and actions. It evaluates the source code on view design, Razor usage, comments, initialized controllers/actions, user experience, and coding style.

Uploaded by

Amrit Pantha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Lab Assessment 2 – Practical Assessment

Due date: Refer to Assignment Submission Box on VU Collaborate


Weighting: 15% of total assessment
Coverage: This assessment item is based on course content in Session 4- 5

Scenario

Asia Pacific Tourism Association– APTA (http://apta.asia/) would like organize a series of conferences
focusing on research topics in the area of travel and tourism. As a part of their operation, they need
to organize annual conferences for researchers and industry practitioners to meet and present their
work in 2021. You are appointed as an analyst programmer to develop a system to support the
conference organization of APTA.

Your task is to investigate the operation of APTA and identify potential events or conferences
through the provided link or any other resources available online. You will design and develop a
conference management system for APTA that allows conference organizers to manage the events
and registrations. The system should store conference/event details, organizers details for each
conference, attendee details and their event registration.

Model Design Requirements


You are going to design a model to store data for your application with the following
specification:
• You have freedom to design your own data architecture and properties for the classes,
however it should reflect your understanding about complex entity relationships,
including one-to-one, one-to-many, many-to-many, and inheritance.
• The application should store information for every class and relationship. Inheritance
should be used to model classes with similar properties. For example, human being class
may have common properties such as ID, Name, Contact details (email, phone, address,
etc...). Besides, each unique class should also have its own properties. You should provide
justification in your report, on the proposed classes, properties and their relationships
stating why they are necessary.
• Appropriate data annotations and input validations should be provided in all model
classes. You should customize your own error messages and NOT use the default error
messages provided by the template.

An example model is provided in SampleDocument.pdf file (VU collaborate), to help you better
understand how the application should be implemented. However, you must NOT use the
provided model, as it is not suitable specifically for the case in this assignment.

In this Assessment, you are NOT required to complete the entire project.
To fulfill the requirements for assessment 2, you need to submit a report including the following
contents:
1. E-R diagram for all possible classes you will use in your project.
2. Detailed description of the classes
3. List all possible views, controllers and actions, with detailed description
4. Screenshots for all views and pages you have designed for this project.

And you are also required to submit a zipped file with all source code you have done. You need to
complete the following points at this moment:
1. Initialize ASP.NET Core MVC solution for this project
2. Create corresponding views, controllers and actions according to your report.
3. Complete design of views and pages indicated in your report.
Rubrics:

Marking Criteria Weight Marks Comments


Report (50%)
E-R diagram shows classes designed for the project 5
Detailed description for all classes 10
Views (List, design and description) 15
Controllers (List and description) 10
Actions (List and description) 10
Source Code (50%)
Design of all Views 10
Using Razor correctly 10
Sufficient comments added 5
All controllers and actions initialized 10
User experience of the designed views 10
Coding style 5

You might also like