Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Scenario ByteFlow Technologies, the successful business from Lab 1, has made significant strides and is now looking to invest in the enhancement of their business

Scenario ByteFlow Technologies, the successful business from Lab 1, has made significant strides and is now looking to invest in the enhancement of their business infrastructure. With a diverse portfolio of products and services and recent funding secured, ByteFlow Technologies aims to allocate resources to develop a centralised system for streamlining their operations. As a crucial part of this endeavor, they are seeking to design and build an advanced web application that empowers administrators to efficiently manage products, plans, pricing, and clients. The administration section of the web application should encompass various functionalities, including the ability to add new clients, manage client details, add new products, update product information, set plans, pricing, and discounts, classify businesses, generate reports, and so on. To ensure security, the application should incorporate a robust login system for administrators, and all data should be stored in a centralized database. Furthermore, the application can offer B2B clients a flexible choice between self-hosting the application on their own servers or opting for a cloud-based Software-as-a-Service (SAAS) offering. As an analyst/programmer/solution architect, your task is to design and develop the admin side this advanced web application for ByteFlow Technologies. The first phase of the project i.e., Lab Assessment 2, will involve requirement analysis, database design, and modelling (learnt in prerequisite course). During this phase, you will work closely with the company's stakeholders to gather requirements, identify use cases, and create a detailed project plan. You will also be responsible for designing the database schema and modelling the data, ensuring that the application meets the company's needs for scalability, performance, and security. The second phase of the project i.e., Lab Assessment 3 will involve full-stack implementing the of the application. 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 onetoone, onetomany, manytomany, 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 "Sample Report Lab Assessment 2.doc" 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.

Can I get a code and diagram for the requirements and implementation separately?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Lets start with the EntityRelationship ER diagram for the classes needed in the project EntityRelationship Diagram Administrator Properties ID Usernam... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Management

Authors: Ricky Griffin

10th Edition

0357517342, 978-0357517345

More Books

Students also viewed these Programming questions

Question

How is vacation and sick time accrued?

Answered: 1 week ago