Git Product home page Git Product logo

ezc's Introduction

ezc

Python package

ezc's People

Contributors

nicolasgibaud7 avatar

Stargazers

 avatar

Watchers

 avatar

ezc's Issues

Add logging system

Add a real and efficient logging system to debug easily.
It should :

  • Display hour and date for every logging line
  • Be displayed directly on terminal or in a file -> user choice
  • Have several logging levels (info, debug, warning, error)
  • Use color on command line according line to logging level

Setup Django basic stuff

Setup the Django Basic Stuff on the project in an objective to add web pages in the next steps.

Add functional tests

It will be great to add some functional tests to the project in addition to unit tests.

Improve file path handling

File paths are not currently well handled on the project. It become necessary to handle them better.
-> maybe use Pathlib module

create dedicated exceptions

Create and use dedicated exceptions to handle some behaviors instead of default Exception.
Example :

  • RecipeNotFoundException
  • IngredientNotFoundException

Handle constants properly

Constants are currently declared without hierarchy in a python file. It should be handled properly by using groups.

Add unit tests files generation

It could be cool to generate all database and excel files based on some config files.
It will avoid to rewrite every files related to unit tests at every changes.
The generation process will be added to the tox environment generation.

Populate unit tests

Improve the quantity of unit tests by expanding the testing range.
So, basically, it necessitate to add data to test more cases.

Fix CI

CI Tests are not passing.
It must be fix.

Add category to shopping elements

The idea is to sort shopping elements in 3 categories :

  • frozen food
  • market (fruits and vegetables mostly)
  • supermarket

It will permit to generate one shopping list per category

Handle generated list location

Shopping lists are currently generated where the command is executed.
It should be generated in a folder shopping_lists which would be searched at the first place and then, be created if it's not found.
The location should also be configurable via the config file config.ini

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.