Coder Social home page Coder Social logo

wf-acme's Introduction

Team Management Application

This repository contains the source code of an application platform built with framework Symfony 5.4. This application allows to manage a developers team.

System requirements

PrestaShop needs the following server configuration in order to run:

  • System: Unix, Linux or Windows.
  • PHP: PHP 7.4 or later.
  • SQLite.

Setup

  1. composer install
  2. bin/console doctrine:database:create to create the database acme.db into folder /var/.
  3. bin/console doctrine:fixtures:load --group=init to init application database.

Demo

bin/console doctrine:fixtures:load --group=demo to write demo data into application database.

Console commands

All commands require the parameter id_user (u).

This parameter is the user that executes the command. It will be used to check the permissions according the role of the user.

Only the commands app:user:list and app:user:view haven't required the parameter id_user.

app:permission:list

To list all permissions.

app:project:list

To list all projects.

app:project:list-crossed

To list all projects that involve more than one team.

app:project:new

To create a new project.

app:project:view

To show details of given project.

app:project:assign-pm

To assign a PM to given project.

app:role:list

To list all roles.

app:task:list

To list all tasks.

app:task:list-expired

To list all tasks in progress with passed deadline.

app:team:list

To list all teams.

app:team:view

To show details of given team.

app:user:list

To list all users.

app:user:list-tasks <?status>

To list all active tasks assigned to given user into given status. Status is an optional parameter.

app:user:new

To create a new user.

app:user:view

To show details of given user.

app:user:assign-team

To assign a team to given user.

app:user:assign-task

To assign a task to given user.

app:user:drop-task

To drop a task from given user.

app:work-log:list

To list all work logs.

app:work:in

To log the start of work day.

app:work:out

To log the end of work day.

Contributing

Paolo Battistella ([email protected])

wf-acme's People

Watchers

 avatar

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.