02625299c7adds backend as submodule
Raphael Maenle
2020-05-08 13:21:42 +0200
7952ff2c12upates backend which now includes the calendar json file update scriptraphael2020-04-24 18:27:27 +0000
c89ecd7134adds backend script which can be run as a cronjob every n minutes to generate new json files for google calendars - database updated to save google credentials - database updated to save json calendar information - json still saved as a json file under userinfo/<user.id>/calendarevents.jsonraphael2020-04-24 17:54:56 +0000
a071193959adds email login and registration forms - using flask-wtf forms to create login and registration - saves and compares input data with database - generates user if need-be - same user form as google userraphael2020-04-23 17:11:23 +0000
f156d38739adds more advanced database handling unsing sql alchemy - moves app into package - adds sql alchemy equipment - moves templates into server package - add app.db sqlite fileraphael2020-04-22 20:15:21 +0000
8f20be53e1fixes communication conflicts between frontend and database through backend; sets up visualization of DOMs in frontend through javascriptraphael2020-04-17 16:54:35 +0000
c3f815939dadds writing the color as css attribute and then via jsqurey going through all of the class and adding this as background colorraphael2020-04-15 18:47:41 +0000
04942268a6adds calendars to sql database, calls backend to remap calendars to color accurate informationraphael2020-04-15 17:43:11 +0000
bcb3b1bbacrestructured website into foldersraphael2020-04-07 16:29:51 +0000
f86f15069aGenerates new google signin users in database and generates json for todays events - imports caltojson from calendarwatch_server - gets the user info from google api - gets user information and compares them to the user database - returns to login page and shows user information as well as 'api test' buttonraphael2020-04-03 10:18:16 +0000
76c711a58badded second test login, moved into seperate folderraphael2020-04-02 12:22:59 +0000
b00413de93added a server.py, which does google api handling via google auth oauthlib flow. worksraphael2020-03-28 10:57:18 +0000
b676ee1a71adds - basic login button on website frontend - index.html hosting using python - posting google oauth token from javascript on client side - passing token id to python hoster - verifying token, and returning a string to clientraphael2020-03-26 09:43:10 +0000