Go to file
raphael 752c7c5577 adds ical input to calendar html templates and implements data handling
- the icalHandler in the backend is used in two instances. First, when
  the user adds a new ical calendar into the database, routes.py passes
  the information (name and url) to the ical Handler. The calendars are
  saved in the database as type 'ical'.

  Then, when a connected device pulls current events, all the calendars
  which are of type 'ical' are pulled and parsed for current events.
  See the backend commit for details on what happens there.

- All google Calendar related functions now have an additional check,
  to make sure that the calendar they are working on is of type 'Google'.
2020-07-25 18:05:55 +02:00
backend@056779f7d2 adds ical input to calendar html templates and implements data handling 2020-07-25 18:05:55 +02:00
database adds calendar_type to calendar model and to calendar handling 2020-07-25 11:28:59 +02:00
docker adds ical input to calendar html templates and implements data handling 2020-07-25 18:05:55 +02:00
server adds ical input to calendar html templates and implements data handling 2020-07-25 18:05:55 +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
config.py updates database design for mariadb 2020-05-27 20:06:43 +02:00
README.md backend now uses calendar_id and this is the frontend upgrade 2020-05-18 23:52:18 +02:00
server.py code cleanup and comments 2020-07-10 10:55:01 +02:00
wsgi.ini adds uwsgi support instead of using flask dev server 2020-07-10 11:47:49 +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

app description:

Longitude is a 24h slow watch-face. The Sun moves around the watch over the course of the day, while the planet completes a rotation every hour. Add your Calendar via a web-platform, so that every glance at your watch shows a summary of your day.

Version 0.1 (beta):

  • This version of the watchface includes the sun and the planet for time visualization

Future (beta):

  • The next version will add support for connecting the device to the web platform