Skip to content
Snippets Groups Projects
TODO.md 2.82 KiB
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    # TODO
    
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    ## Jinja
    * https://jinja.palletsprojects.com/en/2.11.x/templates/
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    ## Celery
    * https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/
    * https://docs.celeryproject.org/en/stable/userguide/monitoring.html#monitoring-redis-queues
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    * https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service
    
    ### Setuptools
    * https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#python-requirement
    * https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html
    * https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
    * https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html#basic-use
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    ### Flask-Login
    * https://flask-login.readthedocs.io/en/latest/
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    * https://riptutorial.com/flask/example/28112/using-flask-login-extension
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    ### blueprints
    * https://flask.palletsprojects.com/en/1.1.x/blueprints/
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    ### Bootstrap Theme
    * https://startbootstrap.com/template/sb-admin-angular
    * https://github.com/startbootstrap/sb-admin-angular
    * https://startbootstrap.com/previews/sb-admin-angular
    
    Thomas Wöhlke's avatar
    Thomas Wöhlke committed
    
    ### Visual Studio Code
    * Flask Tutorial in Visual Studio Code: https://code.visualstudio.com/docs/python/tutorial-flask
    
    
    ### packaging
    * https://packaging.python.org/
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    ### 0.0.17 Release
    * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
    * Fixed #128 add fields from csv to RkiLandkreiseImport
    * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    * Fixed #140 move OwidImport to RKI in: rk_service_import.py
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    * Fixed #125 implement RkiLandkreise
    * Fixed #126 implement RkiBundeslaenderImport
    
    ### 0.0.18 Release
    * Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
    * Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
    * Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent()
    * Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
    * Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
    
    Thomas Wöhlke's avatar
    Thomas Wöhlke committed
    * Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
    
    ### Research
    * add Flask-Caching https://pypi.org/project/Flask-Caching/
    * add Flask-Monitoring https://pypi.org/project/Flask-Monitoring/
    * add Flask-Redisboard https://pypi.org/project/Flask-Redisboard/
    * add Flask-Babel https://pypi.org/project/Flask-Babel/
    * add flask-resources https://pypi.org/project/flask-resources/
    * add flask-whooshalchemy3 https://pypi.org/project/flask-whooshalchemy3/ https://github.com/blakev/Flask-WhooshAlchemy3
    * add flask-filealchemy https://pypi.org/project/flask-filealchemy/
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    
    ### git setup
    * https://git-scm.com/book/en/v2/Git-Tools-Submodules
    
            git submodule init 
            git submodule update
    
            git config --global diff.submodule log
    
            git submodule update --remote --merge