Raphael Maenle raphael
raphael pushed to master at raphael/calendarwatch_backend 2020-04-24 20:24:25 +02:00
8d546e37a8 adds regular processing script whichs writes to database in server
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-24 19:56:58 +02:00
c89ecd7134 adds backend script which can be run as a cronjob every n minutes to generate new json files for google calendars
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-23 19:11:43 +02:00
a071193959 adds email login and registration forms
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-22 22:20:37 +02:00
f156d38739 adds more advanced database handling unsing sql alchemy
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-17 18:54:54 +02:00
8f20be53e1 fixes communication conflicts between frontend and database through backend;
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-15 20:48:02 +02:00
c3f815939d adds writing the color as css attribute and then via jsqurey going through all of the class and adding this as background color
04942268a6 adds calendars to sql database, calls backend to remap calendars to color accurate information
Compare 2 commits »
raphael pushed to master at raphael/calendarwatch_backend 2020-04-15 19:44:13 +02:00
aaf66a1f10 changes process the colors are remapped into a more capsuled function
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-15 19:18:31 +02:00
19bbf53282 adds backend as submodule
raphael pushed to master at raphael/calendarwatch_backend 2020-04-15 19:15:29 +02:00
fed3fddb21 adds more individualized calls from frontend
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-14 22:15:24 +02:00
596f690cce adds sending toggle (true, false) information; adds color picker and sending that information back to server
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-10 11:53:34 +02:00
53a1f201f8 adds template structure
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-07 18:30:12 +02:00
bcb3b1bbac restructured website into folders
raphael pushed to master at raphael/calenderwatch_client 2020-04-05 16:17:30 +02:00
d6732ea134 adds download from personal server
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-03 12:21:45 +02:00
f86f15069a Generates new google signin users in database and generates json for todays events
raphael pushed to master at raphael/calendarwatch_backend 2020-04-02 14:24:17 +02:00
8ad90fc8cc added gitignore, renamed functions
raphael pushed to master at raphael/calendarwatch_frontend 2020-04-02 14:23:08 +02:00
76c711a58b added second test login, moved into seperate folder
raphael pushed to master at raphael/calendarwatch_frontend 2020-03-28 11:57:41 +01:00
b00413de93 added a server.py, which does google api handling via google auth oauthlib flow. works
raphael pushed to master at raphael/calendarwatch_frontend 2020-03-26 10:45:05 +01:00
b676ee1a71 adds
raphael pushed to master at raphael/calendarwatch_frontend 2020-03-26 10:42:32 +01:00
a80fc3fa72 added gitignore
raphael pushed to master at raphael/calendarwatch_frontend 2020-03-26 10:40:14 +01:00
69297bda90 initial commit