Commit graph

26 commits

Author SHA1 Message Date
Matthew Dillon
708eed5817 json-api error format
Part of #11.
2015-10-14 10:28:09 -07:00
Matthew Dillon
2894efaf46 Drop soft-delete
Fixes #13.
2015-10-13 16:03:18 -07:00
Matthew Dillon
ae17363f8b Model validation, initial cut
Fixes #11.
2015-10-13 15:28:44 -07:00
Matthew Dillon
a678eb4017 Cleaning up missing comments 2015-10-13 13:44:26 -07:00
Matthew Dillon
d46e721063 Refactor delete handlers
Fixes #18.
2015-10-13 13:42:19 -07:00
Matthew Dillon
b87077a1df Refactoring update handlers.
Fixes #16.
2015-10-13 12:38:18 -07:00
Matthew Dillon
efb0cc13fa Golint 2015-10-05 10:34:21 -07:00
Matthew Dillon
a880fdea82 Errors package 2015-10-05 10:34:07 -07:00
Matthew Dillon
335d573d23 Restructuring into packages. 2015-10-05 10:33:49 -07:00
Matthew Dillon
6030310caa Rebooting 2015-03-20 15:52:29 -08:00
Matthew Dillon
af515e3e3c Ember data: convey strain/meas. relationships 2015-01-26 11:39:26 -09:00
Matthew Dillon
4be150f897 Ember data: convey species/strain relationships. 2015-01-26 09:49:39 -09:00
Matthew Dillon
1dbfb3bc54 Ember data: convey genera/species relationships 2015-01-21 09:31:56 -09:00
Matthew Dillon
eb7c778be8 Species changes for ember data. 2015-01-15 16:51:40 -09:00
Matthew Dillon
6cd80ca66a model pointer string representation. 2015-01-09 06:40:18 -09:00
Matthew Dillon
7da59ffef2 Auth (subroutes), password. 2015-01-07 16:14:30 -09:00
Matthew Dillon
8dc07e3cc8 Cleaning up null values in json 2014-12-06 14:55:35 -09:00
Matthew Dillon
4bbd67dd4f Tweaking JSON field naming convention for emberjs 2014-11-26 17:18:22 -09:00
Matthew Dillon
58344b82a5 Importing data, realized need to handle NULLs. 2014-10-30 16:24:15 -08:00
Matthew Dillon
c088386a00 Refactoring model & api tests. 2014-10-24 16:02:19 -08:00
Matthew Dillon
4669aff3c2 Species - delete 2014-10-24 10:42:31 -08:00
Matthew Dillon
c8d1d0a84f species update wip 2014-10-23 18:25:15 -08:00
Matthew Dillon
5244ae529a Species: List species. 2014-10-23 17:29:07 -08:00
Matthew Dillon
7e74d672ba Using struct attrs to match desired db schema 2014-10-16 09:22:27 -08:00
Matthew Dillon
7fe5566edf Create species, cleanup schema.
- create species
- species genus_id not null
2014-10-15 16:43:09 -08:00
Matthew Dillon
830a8805c9 Species Read - Order of ops:
router/routes.go
router/api.go
models/species_test.go
models/species.go
models/client.go
datastore/migrations/addspecies.sql
datastore/migrations/dropspecies.sql
datastore/species_test.go
datastore/species.go
datastore/datastore.go
api/species_test.go
api/species.go
api/handler.go
2014-10-15 13:01:11 -08:00