Go to file
Raphael Maenle ee54dd5daa updates color generation, tries fixing credentials bug
- credentials still lost the refresh token after a certain event
  - this was now fixed by completely removing any saves past the first one
  - https://trello.com/c/iORYLYHl/44-1-check-on-credentials

- Color Coding is now updated
  - fixed an incorrect color mapping in the colors.json
  - updates some calls to functions to correctly get the natural colors
  - the incorrect red -> yellow mapping might have to do with the previous credentials error
2020-05-17 22:59:12 +02:00
backend@804ab33a6d updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
calendarwatch adds structure for virtual environment uwsgi and http communication 2020-05-10 20:31:42 +02:00
database adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
docker updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
migrations updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
server updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
.gitignore adds static files to server 2020-05-11 21:00:00 +00:00
.gitmodules adds backend as submodule 2020-05-08 13:21:42 +02:00
app.db updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
app.db.old updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
config.py adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
README.md initial commit 2020-03-26 09:38:27 +00:00
routine.py updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
server.py updates color generation, tries fixing credentials bug 2020-05-17 22:59:12 +02:00
wsgi.py adds structure for virtual environment uwsgi and http communication 2020-05-10 20:31:42 +02:00

summary:

this repository includes the webpage frontend for the calendar watch server it gets served via a python server