A project management desktop application that keeps track of a project's tasks and organizes them. (Created using WPF and LocalDB)
- To know when the project can be called "DONE" (by implementing the "Important functionalities" (Finish Line Tasks) first before the "Extra Features")
- We will only implement the "Extra Features", when all the "Important Functionalities" (Finish Line Tasks) are finished AND there is still time left before the deadline
- To focus on the priorities rather than the "Extra Features" (e.g. animations, and themes)
- To have an organized plan when creating a project
- An option to manage your personal and paid projects
- Add tasks (with categories, and priorities) to your project
- A filter functionality for a project's tasks, for better task organization
- Add subtasks to a task (a way to split the task to "smaller tasks")
- Add Notes to a project
- Bonus: store project ideas (that can be potentially created in the future 😉)
-
Enter your login credentials if you already have an account
-
Create your user account if you don't have an account
-
Manage your project's in the ProjectsView
-
View your completed project's in the Completed tab
-
You can modify a project by selecting it (the project's content will be displayed), then select Project Details tab
-
Add and manage your Finish Line Tasks (the IMPORTANT tasks) and Extra Feature tasks in the Project's Content (this is displayed if you select a project from the ProjectsView)
-
Use the ComboBoxes to enable the filtering of tasks
-
View your Completed Tasks
-
You can modify a task by selecting it (the task's content will be displayed), then select Task Details tab
-
Add and manage a task's subtasks in the Task's Content (this is displayed if you select a task from the Project's Content)
-
View your Completed Subtasks
-
You can modify a subtask by selecting it (the subtask details modal dialog will be shown)
-
To generate the project's final output (.exe)
- Check the Configuration (Debug or Release) and Platform (x86 (32 bit) or x64) before
Building
- Delete the Project's bin folder if it can't copy the .mdf or .ldf files (this project uses a service-based database)
- Unload
Paraject.Installer
orParaject.Bootstrapper
to modify/view its .wixproj
- Build
Paraject.Installer
(the installerBuilds
the project (Paraject) in itsBeforeBuild
(located in Paraject.Installer.wixproj)) - Build
Paraject.Bootstrapper
- The [Bootstrapper's_OutputName].exe is the one that packages the app's installer, and the app's prerequisite (this will serve as the final output)
- Check the Configuration (Debug or Release) and Platform (x86 (32 bit) or x64) before
-
This app installs SqlLocalDB.msi (2016). When the app is uninstalled your SqlLocalDB (2016) is uninstalled too.
-
If you have SqlLocalDB (2016) already installed in your machine, it will also be uninstalled if you uninstall this app. (Check your
Control Panel
to view changes)