Planning Manager A.Sc.2 – Associate of Science 2
Contents
Subject Grading Scale
Version 1.0 Last update: 2019-01-03 Use: Students Author: Florent COLLOT
SUPINFO Academic Dept.
–
Planning Manager 2018-2019
TABLE OF CONTENTS
1. Context …………………………………………………………………………………………………………………………… 3 2. Features ………………………………………………………………………………………………………………………….. 4 3. Deliverables …………………………………………………………………………………………………………………….. 5 4. Evaluation ……………………………………………………………………………………………………………………….. 6
4.1. No cheating …………………………………………………………………………………………………………… 6 4.2. Graded Items …………………………………………………………………………………………………………. 6
Page 2 sur 6
© SUPINFO International University – http://www.supinfo.com
–
Planning Manager 2018-2019
1. Context
You will develop an application that will help the users to manage their plannings. The users will be able to add informations concerning tasks they plan on doing.
Page 3 sur 6
© SUPINFO International University – http://www.supinfo.com
–
Planning Manager 2018-2019
2. Features
Using C#, Console Application and ADO.NET Entity Framework, you need to implement the first prototype features.
1. First, you will create the database of the application ONLY USING a local Database (not SQLSERVER or SQLEXPRESS) and Entity Framework
The key features of the program are :
• Add a new task: -Id
-Title
-Date (should be automatically filled) -Done (false by default)
• The user should be able to search for a specific task using the title.
• The user should be able to see a list of all the tasks he has entered.
• The user should be able to update or delete a task.
Page 4 sur 6
© SUPINFO International University – http://www.supinfo.com
–
Planning Manager 2018-2019
3. Deliverables
Students should include the following elements in their final delivery:
• A zip archive with the source code. The source code must also come with the build system used (Project file, autotools…), if any.
Page 5 sur 6
© SUPINFO International University – http://www.supinfo.com
–
Planning Manager 2018-2019
4. Evaluation 4.1. No cheating
This is an individual project, therefore you are not allowed to host your project online, use someone else’s code, copy and paste code from the internet. If someone is caught cheating, he will receive a 0 mark and be marked as cheater.
4.2. Graded Items
The delivery will be graded as follows, on a 20/20 scale:
• Functional (and Design) Main Menu (2 points)
• Database (2 points)
• Data is stored in a database using Entity Framework (3 points)
• Add a new task (2 points)
• Search for a task (3 points)
• Delete a task (2 points)
• Update a task (3 point)
• Display all the tasks (3 points)
Page 6 sur 6
© SUPINFO International University – http://www.supinfo.com