Nile Walker
8ae3032ec5
Updated Weekday counts
2021-01-20 18:54:25 -05:00
Nile Walker
42db4c3df4
Updated Calendar
2021-01-20 18:52:43 -05:00
Nile Walker
8257cebad1
Calender Fix 1
2021-01-20 18:51:27 -05:00
Dan
7d33606f56
order the samples by last modified, if that is what is provided as an argument, otherwise base order on created_on
2021-01-19 17:25:26 -05:00
Dan Funk
1cae3ac4f4
Merge pull request #6 from sartography/dashboard
...
Dashboard
2021-01-19 16:56:48 -05:00
Dan
0549bb4107
Fixing failing tests.
2021-01-19 16:49:59 -05:00
Dan
19be071ac1
Missed a migration.
2021-01-19 16:47:39 -05:00
Dan
b3e4bfb3f5
Add a field to sample that contains the moment the sample was added to the database, and make it possible to retrieve records on this date.
2021-01-19 15:47:41 -05:00
Nile Walker
ac429fab63
Updated Dow Code
2021-01-19 09:42:15 -05:00
Nile Walker
6ed087a4e2
Added base_href to sidenav
2021-01-14 22:27:23 -05:00
Nile Walker
cf42450447
Updated label coloring
2021-01-14 22:18:02 -05:00
Nile Walker
2d387e80f7
Fixed Tiles, Updated Search Buttons, and computeId
2021-01-14 11:22:50 -05:00
Nile Walker
868d6be0de
Merge branch 'dashboard' of https://github.com/sartography/uva-covid19-testing-communicator into dashboard
2021-01-14 09:21:07 -05:00
Nile Walker
b65832b054
Readded Tiles
2021-01-14 09:20:55 -05:00
Dan Funk
7dad879c13
Merge pull request #4 from sartography/dashboard
...
Dashboard
2021-01-13 17:10:36 -05:00
Dan
12d15f959a
I encountered an error where the station was None, causing the cast to int to fail, and the whole interface stopped loading.
2021-01-13 17:03:50 -05:00
Dan
de56367723
re-adding removed migrations.
...
Comment out test assertions that can't possibly work at the moment.
2021-01-13 15:56:11 -05:00
Nile Walker
38b17bca90
Added launch json to ingore file
2021-01-12 13:32:49 -05:00
Nile Walker
ec0968681c
Added Migrations from master
2021-01-12 13:28:51 -05:00
Nile Walker
f54d4ef454
Set last_modified back to non_nullable
2021-01-12 13:24:54 -05:00
Dan
061432092e
Merge branch 'master' into dashboard
2021-01-12 10:43:32 -05:00
Nile Walker
f314ef0f2c
Added Inventory page
2021-01-12 10:13:14 -05:00
Dan
b34963b667
Be sure to import the scheduler, or our scheduled tasks won't run, and notifications won't go out.
2021-01-11 11:05:53 -05:00
Nile Walker
9c7df39fe8
Added Imported Files Page
2021-01-11 10:43:36 -05:00
Nile Walker
46ddf269e1
Service runs but not tests have been written
2021-01-11 08:03:45 -05:00
Nile Walker
80668d6c50
Merge branch 'master' of https://github.com/sartography/uva-covid19-testing-communicator into dashboard
2021-01-11 07:49:23 -05:00
Nile Walker
389a3b6e3d
column sample.last_modified does not exist\n
2021-01-11 07:49:08 -05:00
Dan
67937535bb
switch from accepting bar codes to accepting a last modified date when querying samples.
2021-01-08 17:26:25 -05:00
Nile Walker
232b058838
FIXED MERGE
2021-01-08 11:04:30 -05:00
Nile Walker
1cb115f8ea
Merge branch 'dashboard' of https://github.com/sartography/uva-covid19-testing-communicator into dashboard
2021-01-08 11:02:01 -05:00
Nile Walker
a9545ec834
Added Alexs Changes
2021-01-08 10:58:33 -05:00
Dan
dd17db1851
more tweaks to the way we process locations
2021-01-07 18:58:11 -05:00
Dan
1dc5025ebc
had a stupid bug in fixing the locations.
2021-01-07 18:21:46 -05:00
Dan
40756fb436
had a stupid bug in fixing the locations.
2021-01-07 18:14:05 -05:00
Dan
530a42f7e3
We have to use url_for when linking to assets as the base url may be (as in IS) different for production.
2021-01-07 17:46:54 -05:00
Dan
24922a9364
assure we use https, not http, or we will get blocked when we deploy over https for cloudfire and other CDN based sytems.
2021-01-07 17:29:48 -05:00
Dan
956d817091
1. Assure that when adding new samples, the location and station are correctly updated.
...
2. Add the ability to correct computing ids using existing emails where possible.
3. Adding a last modified date that will always be the last time the record was touched.
4. being a little more careful about location codes, setting to 1 if the location if 4 digits, otherwise respecting the location for 3 digits. Bit of a hack, hope we only run this once in production.
5. fixing a bug I found myself in where it would not load the index page if start_date got nulled out.
6. Adding a few much needed tests.
7. Correcting some issues with db migrations.
2021-01-07 16:59:36 -05:00
Nile Walker
efb4f9c29b
swtiched from dow to iso dow
2021-01-06 13:24:37 -05:00
Nile Walker
7cf7e7d4cb
Round chart info to 2 datapoints
2021-01-06 13:15:54 -05:00
Nile Walker
4055499eb3
Meditative type constraints the overall chart data
2021-01-06 13:08:50 -05:00
Nile Walker
f9e2db7106
End date is only stored as date + 1 day
2021-01-06 12:20:34 -05:00
Nile Walker
504aa24a0d
.
2021-01-06 12:13:29 -05:00
Nile Walker
21ff6b32eb
Removed dates from apply filters
2021-01-06 12:11:17 -05:00
Nile Walker
41dda2b977
Added api endpoint
2021-01-06 10:14:28 -05:00
Nile Walker
6007a17be1
How to go to correct for the missing time zone
2021-01-06 10:08:49 -05:00
Nile Walker
174b2bb96d
chart labels to bar charts, search all data button
2021-01-06 09:52:29 -05:00
Nile Walker
5650024b05
Colors are more consistent
2021-01-04 16:35:21 -05:00
Nile Walker
6639b7883a
Hourly + Weekday charts respond main chart changes
2021-01-04 16:07:17 -05:00
Nile Walker
5e2f7b3739
Pull Request #2
2021-01-04 15:11:49 -05:00
Nile Walker
3954c93c81
Grouped code into functions
2021-01-04 12:43:05 -05:00