Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You will be developing an application for PFS that you have been working on through the other assignments. You will create a basic Calorie
You will be developing an application for PFS that you have been working on through the other assignments. You will create a basic Calorie Counting App. Task 1 outlines the requirements that needs to be implemented in the application. 1. A Welcome heading displaying the name of the system 2. An image of your choice displayed below the heading 3. Food dropdown: In the first dropdown, provide three (3) items. They should contain values like this: 'Apple-52' 'Dates-20' At least 2 of the items, should have the same calorie (You can make this up). For simplicity reasons, we will assume the calorie to be a double-digit value without any decimal point. 4. Drinks dropdown: In the second dropdown, provide three (3) drinks. They should contain values like this: 'Orange Juice-25' 'Coke -15' At least 2 of the items, should have the same calorie (You can make this up). For simplicity reasons, we will assume the calorie to be a double-digit value without any decimal point. 5. Choose Quantity dropdowns: For each of the chosen item, there is a corresponding quantity. Quantity will have numbers between 1 and 5. 6. Calculate button: Once the values are selected, when calculate button is clicked, it should display the total calorie count in a label below with a label: Total Calorie Count: Total Calorie KCal 7. 'App developed by names of the group members' as label at the bottom of the app 3. Draw an ER diagram for the case study (25 marks) Here are some of the details that need to be stored Food and Drink Items and their breakdown of the calorie values (please limit it to Carbs, Protein, and Fat) Customer details and their entries on what they have consumed through the day. You do not have to take into account the different times of the day such as breakfast, lunch, and dinner. 4. What are the tables that you would have when you transform your ER diagram (10 marks) You do not have to include the transformation process but if you want to, please do.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Solution Basic Calorie Counting App Requirements Welcome heading Display the name of the system such as PFS Calorie Counter Image Display an image of ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started