Skip to content

falken20/falken_teleworking

Repository files navigation

drawing Personal Portfolio web

Version GitHub language count GitHub Top languaje Test coverage GitHub License[Python used version

Richi web Twitter


falken_teleworking

App for teleworking days control

Deploy
gcloud app deploy
Setup
pip install -r requirements.txt
Running the app
flask run
Setup tests
pip install -r requirements-tests.txt
Running the tests with pytest and coverage
./check_app.sh

or

coverage run -m pytest -v && coverage html --omit=*/venv/*,*/tests/*
Environment vars
ENV_PRO=N
LEVEL_LOG=["DEBUG", "INFO", "WARNING", "ERROR"]
SECRET_KEY= 
DATABASE_URL=
DB_SQLITE_URL=sqlite://
DB_SQLITE_NAME=primazon.db

Versions
  • 1.7.0 New functionality to search between two dates
  • 1.6.0 Date to calculate period percent
  • 1.5.0 Save data with logged user
  • 1.4.0 Adding new calendar component
  • 1.3.0 Adding calendar
  • 1.2.0 Include login module and new design
  • 1.0.1 Including tests
  • 1.0.0 Application

learning tips