/Cognex

Primary LanguageCSS

Cognex (A Project management and collaboration application)

Requires grpcio 1.49.1, Django 4.1.2 and plotly 5.10.0

Installation

  • git clone https://github.com/rathinnn/Cognex.git
  • pip install grpcio==1.49.1 Django==4.1.2 plotly==5.10.0
  • cd Cognex
  • python manage.py runserver
  • Leave the terminal open and open another terminal
  • cd into Recommender Service\recommendations
  • python server.py

Screenshots

  1. Home Page to Login and Register

image

  1. Projects page to see all owned and assigned projects and also to create new projects

image

  1. Project detail page to view assigned tasks, and all tasks if you are the owner, you can also create tasks and conclude the project, This page also contains plots that can detail and summarize the work done by each user assigned in the project

image image image

  1. Users get notifications if there is a request for help on a task from another user

image

  1. If you are not sure of who to assign the task to, You can ask for recommendations of users who have the required skill

image image