Coder Social home page Coder Social logo

applicate_projectmanagementsystem's Introduction

Applicate_ProjectManagementSystem

Project management system which facilitates a few managers coordinating tasks to/with a team of developers.

Ya some shits on docker, its a work in progress.

docker and docker-compose are required to run the containers locally. to get environment up and running run the following command from the root directory

docker-compose up

Basic django app should be up on 0.0.0.0:8000

When using django commands with containers run them with docker Most will be run on the web container

docker-compose run *service* django-admin.py *command* [OPTIONS]

Some other info

-Roles (Developer, PM)

/Later/-Git interface/Environment (diff between inital state of main /working branches with current state (in sprint))

-Developer
	-Ticket Log
	-Submit Ticket Complete -> Updates kanban, shoots off msg in slack
-PM
	-Creates tickets, Assigns Tickets

Backend:
	-User DB
		UserID, UserName, fname, lname, Role, Team, TeamID
	-Ticket Database
		ProjectID, _Ticket_ID, _Ticket_Name, _Assigned_Dev, _Project_Manager, _Details
	-Team DB (1 team for now to keep things simple.)
	-Project DB	
  ProjectID, Project_Manager, Team:{{UserID,Username},{User2,Username2}}
Frontend:
	-Login
	-Kanban
	-Ticket Creation and Assignment form (project)
	-Ticket Log (developer)

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.