Skip to content

Commit d09b025

Browse files
committed
No more datascript checkout, recent version has transaction functions
1 parent 8646e85 commit d09b025

20 files changed

+43294
-43075
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Create your own through Signup or login using
3636
```
3737

3838
## Compiling the ClojureScript
39-
This requires a leiningen [checkout](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies) of [DataScript](https://github.com/tonsky/datascript) with transaction functions.
4039
```
4140
lein cljsbuild auto dev ;; continues compilation for development
4241
lein cljsbuild test
@@ -54,7 +53,13 @@ This requires a leiningen [checkout](https://github.com/technomancy/leiningen/bl
5453
- Make pull requests for changes to anti-forgery
5554
- Sort out ring.middleware.session situation/documentation
5655
- Re-add something with Server-Sent Events, as done on the hackbattle2014 branch
57-
- Look into flywheel/browser-repl
56+
- Look into figwheel/browser-repl
57+
58+
# Done
59+
- ~~Mock sending password reset email~~
60+
- ~~Ghost user accounts as admin~~
61+
- ~~Add anti-forgery check~~
62+
- ~~Add transaction functions to Datascript~~
5863

5964
## About
6065

0 commit comments

Comments
 (0)