Domeniko Gentner fdec8f74c8 Projects implementation
* Separated routes into single files for better management
* Added sql for streamlined example data
* Streamlined function names, streamlined template file names
- Removed 2 functions with unnecessary code
* Added javascript for project overview
* New library: tippy.js for tooltips
* Added new configuration options for projects
* Added cookie secure setting to flask
2020-12-16 21:39:01 +01:00
..
2020-12-16 21:39:01 +01:00
2020-12-04 13:16:56 +01:00
2020-12-16 21:39:01 +01:00

{
  "comments": [
    {
      "comment_id": 1,
      "email": "commenter1@",
      "content": "This is an example comment with over 40 characters.",
      "created_on": "2020-12-04 12:23:14",
      "replied_to": null,
      "gravatar": "d9eef4df0ae5bfc1a9a9b1e39a99c07f"
    }
  ],
  "replies": [
    {
      "comment_id": 2,
      "email": "commenter2@",
      "content": "This is an example reply, to test if this works.",
      "created_on": "2020-12-04 12:24:19",
      "replied_to": 1,
      "gravatar": "d9eef4df0ae5bfc1a9a9b1e39a99c07f"
    }
  ]
}