alextison / garbageManagement

Garbage Management Application - HUGGII entry test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garbage Management

The first Symfony application I made - HUGGII entry test

Table of Contents

General Information

  • I had to develop a web application for a garbage management company in PHP or Symfony.
  • It was a test for the HUGGII company and I decided to make it in Symfony.

Technologies Used

Features

  • User can create a garbage
  • Garbage list page
  • User can order garbages by submit date

Screenshots

Main page

Form fill

Informations Display

Setup

To do

Usage

composer install symfony server:start / php bin/console server:run

psql -U postgres INSERT INTO garbage (id, name, reference, weight, nomenclature, creation, request) VALUES (1, 'carton', 23213, 23, 12, '2022-11-25', '2022-11-25');

To do

Project Status

Project is: no longer being worked on.

Room for Improvement

To do:

  • While create, a PDF file is create (named BSD) and can be preview/download (Environment problem, will be fixed soon)

  • User can order garbages by treatment request date (Need to done it with Ajax cause no refresh allowed)

Contact

Created by @alextison - feel free to contact me!

About

Garbage Management Application - HUGGII entry test


Languages

Language:PHP 77.1%Language:Twig 13.5%Language:CSS 9.3%