Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 2 - Adding Tasks feature At the end of this specific task, students should be able to: , Create and work with Loops ,

Part 2- Adding Tasks feature
At the end of this specific task, students should be able to:
, Create and work with Loops
, Handle and manipulate strings
(Learning Units 4 and 5).
You can now add the following functionality to your application:
The users should only be able to add tasks to the application if they have logged in successfully. The applications must display the following welcome message: "Welcome to EasyKanban".
The user should then be able to choose one of the following features from a numeric menu(JOptionPane):
a. Option 1) Add tasks
b. Option 2) Show report - this feature is still in development and should display the
following message: "Coming Soon".
c. Option 3) Quit
The application should run until the users selects quit to exit.
Users should define how many tasks they wish to enter when the application starts, the application should allow the user to enter only the set number of tasks.
Each task should contain the following information: The full details of each task should be displayed on the screen (using JOptionPane) after it has been entered and should show all the information requested in the table above in the following order: Task Status, Developer Details, Task Number, Task Name, Task Description, Task ID and Duration;
The total number of hours across all tasks should be accumulated and displayed once all the tasks has been entered.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago

Question

Write short notes on departmentation.

Answered: 1 week ago

Question

What are the factors affecting organisation structure?

Answered: 1 week ago

Question

What are the features of Management?

Answered: 1 week ago

Question

Briefly explain the advantages of 'Management by Objectives'

Answered: 1 week ago