paraJdox / Paraject

A project management desktop application that keeps track of a project's task and organizes them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Logo        Target Framework | .NET 5.0 Project Platform | x64


A project management desktop application that keeps track of a project's tasks and organizes them. (Created using WPF and LocalDB)



Purpose

  • 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

Features

  • 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 😉)

How To Download

Go to the project's "Releases" section, and select the (latest) .exe, .zip, or .7z file to download this app.


How to Use

Login / Create Account

  • Enter your login credentials if you already have an account

    Login Window

  • Create your user account if you don't have an account

    Signup Window


Projects

  • Manage your project's in the ProjectsView

    Projects View (All Projects)

  • View your completed project's in the Completed tab

    Projects View (Completed Projects)

  • You can modify a project by selecting it (the project's content will be displayed), then select Project Details tab

    Project's Details


Project's Tasks

  • 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)

    Project's Tasks (Project's Content)

  • Use the ComboBoxes to enable the filtering of tasks

    Project's Content with filter

  • View your Completed Tasks

    Project's Content (Completed Tasks)

  • You can modify a task by selecting it (the task's content will be displayed), then select Task Details tab

    Task's Details


Task's Subtasks

  • 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)

    Task's subtasks (Task's Content)

  • View your Completed Subtasks

    Task's Content (Completed Subtasks)

  • You can modify a subtask by selecting it (the subtask details modal dialog will be shown)

    Subtask's Details


BONUS: Project Ideas

  • A user interface to manage your project ideas 😉

    Project Ideas

Things to Note

  • 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 or Paraject.Bootstrapper to modify/view its .wixproj
    1. Build Paraject.Installer (the installer Builds the project (Paraject) in its BeforeBuild (located in Paraject.Installer.wixproj))
    2. Build Paraject.Bootstrapper
    3. 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)
  • 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)

About

A project management desktop application that keeps track of a project's task and organizes them.


Languages

Language:C# 100.0%Language:Smalltalk 0.0%