calendarwatch_frontend/database
raphael 596f690cce adds sending toggle (true, false) information; adds color picker and sending that information back to server
- the color picker is from 'colorPick' which makes implementation easy. It's only a .js and a .css file
  which need to be included and the color-picker is simple enough to handle on the client side.
  The only main problem with it, is that accessing the 'id' information of the css it was called from is not straightforward

- the toggle switch which is just implemented in .css currently has the checklist inverted, works but ugly

- The Client sends this information back to the server via a json file, which defines the calendar id and either
  color or the toggle information. The server currently just prints this information.great stuff.
2020-04-14 20:11:34 +00:00
..
db.py restructured website into folders 2020-04-07 16:29:51 +00:00
schema.sql restructured website into folders 2020-04-07 16:29:51 +00:00
sqlite_db adds sending toggle (true, false) information; adds color picker and sending that information back to server 2020-04-14 20:11:34 +00:00
user.py restructured website into folders 2020-04-07 16:29:51 +00:00