Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Need Help in Writing the Workflow Logic

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Location
    Bangalore, India
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help in Writing the Workflow Logic

    hi,

    I need a help to write a logic for one of the academic assignment given to my son in his high school. Since i am new to Java, i am unable to help him.
    i have prepared the project synopsis as follows.

    Project Name:
    Online KFC Menu Management Structure

    Introduction:
    The project entitled ‘Online KFC Menu Management Structure’ is developed for maintaining the KFC food variants online for the internet market segments. This application will enable KFC customers to browse all the food variants available in KFC at their fingertips and order for the door delivery.

    Project:
    Online KFC Menu Management Structure is a software application which houses all the tasty, delicious food options available under each category. User can navigate between the various categories which also contain online order management system.
    Objective: The main objective of this software application is to enable Frazer Town KFC branch to go online for the internet users. Also, for the KFC food lovers who live in and around the vicinity of Frazer town to order the food for doorstep delivery.
    Scope: This application can be accessed by various modes. The basic requirement to access the application is to have an internet connection. This application is built in such a way that, this can be accessed by using Android phones, tablets, desktops and laptops and order their food wish for the door delivery.

    Problem Definition:
    Currently KFC- MM Road, Frazer town doesn’t have an online menu management system for the internet market segment users. Because of this, Frazer Town branch KFC is loosing a significant amount of customers. In order to overcome this situation, management has decided to come up with a software application which will enable online users to easily locate the store and browse various food options available and at the same time order them for the door step delivery.
    On the back end of the application, this will help the management to analyze the selling trend of each food variants. The reports from the application will be presented in excel, pdf, dashboards. These reports will help the management to take critical decisions with respect to their investment. This will also help management to manage a adequate inventory based on selling trend.

    Variables List:

    A. Food Menu:
    WOW: Chicken Snacker, Potato Krisper, Chicken Shotz, Kold Koffee
    Snacks:6 Pc Hot Wings, Popcorn Large, Popcorn Regular, 3 Pc Chicken Strips, Veg Strips, Large Fries
    Burgers:Chicken Zinger, Veg Zinger
    Toasted Wraps:Twister
    Box Meals:ZingKong Box, Veg ZingKong Box, Chicken Rizo Meal, Veg. Rizo Meal
    Chicken:4 pc Hot n Crispy, 2 pc Hot n Crispy, 2 pc Fiery Grilled, 4 pc Fiery Grilled
    Share a Bucket:8 pc Hot n Crispy, 12 pc Hot n Crispy, 8 Pc Fiery Grilled
    Bucket Meals:Family Feast, Best of KFC
    Rice Bowlz: Chicken Rice Bowlz, Veg. Rice Bowlz
    Desserts:Brownie Sundae, Kreamball Sundae Strawberry
    Krushers:Virgin Mojito, Choco Lash, Chocopeanut Bolt

    B. Online Ordering
    From the website, there should be an option to choose a online ordering

    My requirement is, need to come up with the logic with source code where i should be able to select multiple food options amd after selecting one of the food option, i should be able to navigate to 'Order Online' option.

    This is all i want. Please help me with this, so that inturn i can help my son.

    Advance Thanks to all who is gonna reply.
    Java Newbie


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Need Help in Writing the Workflow Logic

    Just as I'm sure you wouldn't completely DO this assignment for your son, we're not allowed to provide code without evidence of effort by the poster. In other words, we can help guide someone how to fix or improve code they've posted with adequate explanation of the help needed, but we can't write the code for them, even if the poster is a dad helping their son or daughter.

  3. #3
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: Need Help in Writing the Workflow Logic

    BS meter just hit the red!
    Improving the world one idiot at a time!

Similar Threads

  1. Logic
    By KAJLogic in forum Java Theory & Questions
    Replies: 4
    Last Post: September 3rd, 2013, 04:32 PM
  2. Game Logic
    By sumit.gupta.sgt in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 1st, 2013, 08:07 AM
  3. Need logic ....!!!
    By Afzal in forum What's Wrong With My Code?
    Replies: 8
    Last Post: March 30th, 2013, 12:12 PM
  4. Logic of Hangman
    By mhender24 in forum Loops & Control Statements
    Replies: 1
    Last Post: March 14th, 2013, 06:29 AM
  5. need logic
    By arunjib in forum Java Theory & Questions
    Replies: 3
    Last Post: November 27th, 2011, 05:39 PM