metasoarous / datsys

(+ clj cljs datomic datascript re-frame-esque-frp)
Eclipse Public License 1.0
231 stars 25 forks source link

Implement todo list app using datview #6

Closed metasoarous closed 8 years ago

metasoarous commented 8 years ago

Should be able to more or less depend on entity-view and edit-entity-form.

Conaws commented 8 years ago

Following just the instructions on the readme I see this

screenshot 2016-06-03 23 58 16

I take it I'm supposed to see more than that?

the first time I made the request I got that I was missing favicon for localhost:2358

got this error in figwheel -- could that be the issue?

WARNING: Use of undeclared Var cljs.pprint/pprint at line 40 file:/Users/conor/.m2/repository/datsync/datsync/0.0.1-SNAPSHOT/datsync-0.0.1-SNAPSHOT.jar!/datsync/impl/utils.cljc

Conaws commented 8 years ago

Ok, looking more closely at the code it seems like this isn't implemented yet -- might want to include that in the Readme if so.

metasoarous commented 8 years ago

Well... it should be implemented. Are you looking at an up to date catalysis? Try pulling. If that's not the problem, my guess is that it's #15.

metasoarous commented 8 years ago

I'm closing this issue for now, since we actually do have some level of todo list functionality set up.