Git Product home page Git Product logo

paraject's Introduction

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.