blog/models
Noah 1821ef60d4 Feature: Ask Me Anything
Implements a Tumblr-style "Ask Me Anything" feature to the blog, with a bit of
automation and niceness:

* The route is at `/ask`
* User can leave their name (Anonymous), email address (if they want to be
  notified when you answer) and ask their question.
* The blog owner is notified about the question via email.
* The owner sees recent pending questions on the `/ask` page.
* Answering a question creates a blog entry and (if the asker left their
  email) notifies the asker to check the blog at the permalink-to-be for the
  new post.

Along with this feature, some changes to the blog application in
general:

* Added support for SQL databases in addition to the JsonDB system
  previously in use for blogs, users, comments, etc.
  * Default uses a SQLite DB at $root/.private/database.sqlite
  * The "Ask Me Anything" feature uses SQLite models instead of JSON.
* Restructure the code layout:
  * Rename the /internal/ package path to /src/
  * Begin to consolidate models into /src/models
2018-12-24 11:50:29 -08:00
..
comments Shuffle around packages, fix rophako-import 2018-02-11 16:24:43 -08:00
contacts Anonymous contact authentication for events 2018-05-11 21:29:18 -07:00
events SQLite DB, initial invite flows and UX 2018-05-11 21:28:55 -07:00
posts Initial events UI - Creation, editing, viewing 2018-04-29 12:56:37 -07:00
settings More config settings and age gating 2018-04-11 19:34:37 -07:00
users Shuffle around packages, fix rophako-import 2018-02-11 16:24:43 -08:00