Matthew Dillon
|
7da59ffef2
|
Auth (subroutes), password.
|
2015-01-07 16:14:30 -09:00 |
|
Matthew Dillon
|
950b15a117
|
Renaming observations to characteristics
|
2014-12-12 10:34:56 -09:00 |
|
Matthew Dillon
|
c1323f9c1f
|
Renaming observation types to characteristic types
|
2014-12-12 10:24:59 -09:00 |
|
Matthew Dillon
|
3d2dd015a2
|
Adding table ‘test_methods’
|
2014-12-03 15:25:59 -09:00 |
|
Matthew Dillon
|
b15eb217ef
|
Explicit schema + FK indices.
|
2014-12-03 14:59:59 -09:00 |
|
Matthew Dillon
|
d092637b33
|
Measurements can be one of three types.
|
2014-12-03 13:52:21 -09:00 |
|
Matthew Dillon
|
641203ceb9
|
Adding ‘isolated from’ to strains.
|
2014-12-03 13:14:58 -09:00 |
|
Matthew Dillon
|
f33205e721
|
Measurements — adding notes, changing schema
|
2014-12-03 12:54:13 -09:00 |
|
Matthew Dillon
|
88cbefc8fe
|
Missed the table rename for downgrade (meas).
|
2014-11-26 17:52:45 -09:00 |
|
Matthew Dillon
|
aadb24bf33
|
Consolidating strainsobservations & measurements.
|
2014-11-26 16:47:57 -09:00 |
|
Matthew Dillon
|
5bee929694
|
Renaming StrainObsMeasurements -> Measurements.
|
2014-11-21 19:03:58 -09:00 |
|
Matthew Dillon
|
01036de04d
|
Fixes #8: merges measurement tables.
|
2014-11-13 17:12:04 -09:00 |
|
Matthew Dillon
|
9326a06699
|
Adding in translated measurement view
|
2014-11-05 15:28:46 -09:00 |
|
Matthew Dillon
|
58344b82a5
|
Importing data, realized need to handle NULLs.
|
2014-10-30 16:24:15 -08:00 |
|
Matthew Dillon
|
b045ded9cd
|
Importing base schema
|
2014-10-23 16:14:34 -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 |
|
Matthew Dillon
|
59a0cfd4bf
|
Genera: api.
|
2014-10-13 10:15:33 -08:00 |
|
Matthew Dillon
|
533adbdd09
|
Genera: datastore.
|
2014-10-13 09:55:20 -08:00 |
|
Matthew Dillon
|
8fa594e3f0
|
DB Migrations
Replacing modl’s built-in table creation and removal
with manual migrations. Thanks to @DavidHuie for
gomigrate!
|
2014-10-06 17:09:41 -08:00 |
|