Using C# and Windows Presentation Foundation (WPF)1, design and implement a standalonedesktop time management application that fulfils the following requirements:1. The user must be able to add multiple modules for the semester. The following data mustbe stored for each module:a. Code, for example, PROG6212b. Name, for example, Programming 2Bc. Number of credits, for example, 15d. Class hours per week, for example, 52. The user must be able to enter the number of weeks in the semester.3. The user must be able to enter a start date for the first week of the semester.4. The software shall display a list of the modules with the number of hours of self-study thatis required for each module per week.
The number shall be calculated as follows:self-study hours per week=number of credits × 10number of weeks − class hours per week5. The user must be able to record the number of hours that they spend working on a specificmodule on a certain date.6. The software shall display how many hours of self-study remains for each module for thecurrent week. This should be calculated based on the number of hours already recorded ondays during the current week.7. The software shall not persist the user data between runs. The data shall only be stored inmemory while the software is running.Non-functional requirements:1. You are required to use internationally acceptable coding standards. Includecomprehensive comments explaining variable names, methods, and the logic ofprogramming code.2. You must make use of Language Integrated Query (LINQ) to manipulate the data.3. You must create a custom class library that contains the classes related to the data andcalculations. The WPF application project should make use of the custom class library
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here