-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
23 lines (16 loc) · 1 KB
/
TODO
File metadata and controls
23 lines (16 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- perfect left-justified navigation on this site: http://www.neilmarion.com/
-- play around with auto-compile; in leiu of, use:
lein hicv 2html resources/templ/documents/one.edn && cp resources/templ/documents/one.html resources/public/
-- programatically set a div as upload zone
dz = new Dropzone("div.motto-left", {url: "https://bkeeping.s3.amazonaws.com", clickable: true})
-- basic and multi-file upload is working; next fix
- button / dropzone UI
- upload progress messages
- notify server of success: file-id, etc
-- setup DB constraints for the below. Currently only implemented in code
-- cache lookup manipulation in domain/identity
-- instead of directly creating the account, return the transact expression that can be used
- also bkell.domain.helper.journals; account-for-entry?, entry-balanced?
- spittoon.journal/create-entry
-- make sure "resources/schema/bkeeping-schema.edn" can be read from the resource path list
-- reverse the argument order in (si/find-currency-by-id "USD" conn)