summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-07-22 01:53:26 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-07-22 01:53:26 +0800
commit48b60ea02268b060f859101a41fee5394925237a (patch)
tree69a0c3336e17d6367f7839de632464aee7799b91 /notes.txt
parentcc42c8dd9778862c8a0eb10c0e5051409a105666 (diff)
downloadcask-48b60ea02268b060f859101a41fee5394925237a.tar.gz
cask-48b60ea02268b060f859101a41fee5394925237a.tar.bz2
cask-48b60ea02268b060f859101a41fee5394925237a.zip
File uploads and cookies now work
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 0000000..7977544
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,32 @@
+Web Framework
+- Build tool
+ Y Mill
+- Routing
+ ? Custom
+ Y Basics
+ X Composition
+- HTML Templating
+ Y Scalatags
+ Y Twirl
+- JSON
+ Y uJson
+- Filesystem
+ Y Ammonite
+- SQL
+ Y Quill?
+- Migrations
+ ?
+- HTTP Client
+ Y Requests-Scala
+- Modules
+ X Traits mixed into Main
+- Dev Environment
+ X Custom
+--- PUNT ---
+Async
+Forms
+Client-side Support
+ - Packaging/Resource pipelines can be handled by Mill
+Sending Emails
+User Management
+Sending Emails \ No newline at end of file