Skip to content

ChantalPT/project_manager

 
 

Repository files navigation

ProLab - Project Management System

Final Project 2526-1 - Universidad Metropolitana

Description

Web system for managing consulting projects of the Engineering Faculty Laboratories at UNIMET. Developed using the OpenUP methodology and MVC architecture.

Main Objective

Centralized platform that allows teachers, project leaders, and team members to efficiently plan, execute, and monitor projects.

Main Features

Dashboard

Central view that provides a complete overview of all modules.

Project Management

  • Create and manage projects with defined roles
  • Establish tasks and delivery deadlines
  • Real-time progress control

Task Management

  • Kanban board with drag & drop
  • Breakdown of projects into assignable tasks
  • Status tracking (Pending, In Progress, Completed)

Resource Management

  • Control of human and material resources
  • Assignment of members to specific tasks
  • Availability visualization

Dashboard and Reports

  • Intuitive progress panels
  • Advance charts and metrics
  • Detailed project reports

Technologies

  | Area |                 | Technology |

|---------------------|----------------------------| | Frontend | Flutter | | Backend | Firebase (Firestore, Auth) | | Design | V0.app | | Version Control | Git & GitHub |

Installation and Execution

Clone repository git clone https://github.com/VictorDevCode21/project_manager.git

Navigate to directory cd project_manager

Install dependencies flutter pub get

Run the application flutter run

Optional execution If for any unknown reason the application cannot be executed with "flutter run", you can also try running the command "flutter run -d web-server" which will generate an http://localhost that you can enter in your preferred browser to run the program.

About

Project Manager website to administrate some resources and projects inside of the platform, the idea is to facilitate the creation, development and process inside of some Faculty labs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 90.4%
  • C++ 4.2%
  • CMake 3.2%
  • JavaScript 1.4%
  • Swift 0.4%
  • C 0.2%
  • Other 0.2%