1
0
Fork 0
Commit Graph

45 Commits (df08b56449e30eb5dfb58e1367d71c54b3dfe129)

Author SHA1 Message Date
Corey Shields df08b56449 auth0 support for satnogs-network
Signed-off-by Corey Shields <cshields@gmail.com>
2018-12-14 10:40:11 -05:00
Alfredos-Panagiotis Damkalis 0cbc5eb4c9 Add ratings for transmitters in satellite view 2018-08-28 22:23:43 +03:00
Nikos Roussos 565f64f35b
Move Station edit template out of modal
* Add help blocks as placeholders
2018-03-16 14:32:12 +02:00
Nikos Roussos 0ef63fe2b6
New Stations should default to testing 2018-03-07 18:29:23 +02:00
Nikos Roussos 9a0858590c
Add option for testing Stations 2018-01-05 17:28:26 +02:00
Pierros Papadeas 62524fe3f3
Update hotkeys on observation_view for failed observations
Fixes #436.
2017-12-27 16:43:01 +01:00
Pierros Papadeas e5b9e2419e
Add ability to filter by failed observations
Fixes #437.
2017-12-27 16:13:58 +01:00
Nikos Roussos b1eebfe0ae
Refactor vetted status
* Renamed verified to good
* Renamed no_data to bad
* Add failed status
* Remove unused data_not_verified
* Expose vetted status to API
* Simplify vetted status template markup
* Simplify vetted methods
* Utilize sass for vetted statuses
* Add option to undo vetting
2017-12-25 19:13:45 +02:00
Pierros Papadeas 0e6998ba35
Add hotkeys to observation-new view 2017-12-11 00:38:32 +02:00
Pierros Papadeas 3d0790768b
Add transmitter description on observation view and fix missing image on station 2017-10-30 11:24:51 +02:00
Pierros Papadeas b79d2b49fd
Add hotkeys on observation view 2017-10-29 13:18:42 +02:00
Pierros Papadeas c2b63c8222 Fix polar plot after mapbox-gl transition 2017-10-11 16:43:43 +03:00
Hugh Brown (Saint Aardvark the Carpeted) dd5fdfc2bd Update github links to gitlab 2017-10-06 06:07:41 -07:00
Nikos Roussos 4c8976e9d9
Add some spacing on legend modal 2017-08-20 20:42:19 +03:00
Corey Shields 91d52ba57d Add a legend for observation ID colors
Adds an includable modal that shows a legend for the colors in an observation ID. Included in the Observations page and Station page
2017-08-18 19:39:09 -04:00
Corey Shields 463e727bf2 Add station description
Adds a 500 character limited station description field, displayed above the mapbox in station view.

Also fixes one errant quote in station_edit.html
2017-08-12 21:39:06 -04:00
Alejandro Agustin B a627ace016 Keep preselected antennas when edit station 2017-08-11 22:27:44 +02:00
Pierros Papadeas c230e03c18
Add success rate info per satellite 2017-06-07 09:46:28 +03:00
Pierros Papadeas de415082e9 Fix antenna display for stations 2017-06-03 13:18:56 +03:00
Nikos Roussos 53c4031dae
Fix stage notice CSP 2017-05-21 15:19:12 +03:00
Nikos Roussos bb010160d7
Checkin main bower files
* Add gulp support
* Remove django-bower
2017-05-18 17:44:31 +03:00
Nikos Roussos b69fc67c15
Fix GA CSP 2017-03-27 14:46:59 +03:00
Nikos Roussos ac0188b1b0
Add dnt-helper and simplify GA code 2017-02-21 23:52:39 +02:00
Nikos Roussos a0635a4c9c
Switch from jshint to eslint 2017-02-11 16:04:09 +02:00
Nikos Roussos d7ef74cc4f
Schedule observation from Ground Station next passes 2017-01-28 00:17:15 +02:00
Nikos Roussos 6cc56733f3 Provide better help texts on Station form fields 2016-05-08 16:47:35 +03:00
Corey Shields e12313d006 Merge pull request #240 from cshields/satmodal_everywhere
Adding satellite modal links everywhere
2016-04-24 17:26:54 -04:00
Corey Shields 2f23bba762 Adding satellite modal links everywhere
The satellite modal that was tested in the observation view works
great! This commit adds the similar link everywhere else a
satellite is listed in a table so we have a consistent UX.

In the observation view there is only one satellite referenced,
making the modal a 1:1 mapping. As there are multiple satellites
in the table view we pull this modal in multiple times. To cut
down on possible load times getting out of hand I'm limiting the
number of rows you'll see in the home page and observations view.

I don't quite feel this iterative import approach is the best.
Feel free to decline this if there is a better way (.js it?)
2016-04-24 17:13:49 -04:00
Nikos Roussos aaef6bbb4e [Re #186] Add some basic validation to Station form 2016-04-23 18:05:57 +03:00
Nikos Roussos 5756d7b935 [Re #139] Satellite modal 2016-04-08 13:15:59 +03:00
Nikos Roussos 0fa8d8fd57 [Re: #157] Use UTC on observations
* Fix observation_new indentation
* Move inline javascript to proper file
2016-03-30 12:26:28 +03:00
Nikos Roussos 56df2e1f23 Provide all settings client needs through API
* Amend Station model to include Rig and UUID (Re: #162)
* Settings API Endpoint (Re: #163)
2016-03-20 18:19:51 +02:00
Corey Shields b9f549cf0c Implement a configurable minimum horizon in network
This commit adds a "horizon" configuration item to stations. This
allows station owners to set a minimum horizon to avoid a noisy
or obstructed floor level.

The default minimum horizon is set to 10, which is still fairly
low for a satellite pass that could be captured but given the
appropriate setup someone may be successful setting it lower.

The horizon field is honored in both the calculation of upcoming
passes in the station view as well as excluding any "below horizon"
passes in prediction_windows.

In addition, the db migration will set a minimum horizon of "10"
for all existing stations in the network. This is the horizon that
was hard-coded for the upcoming passes view so the only change to
the end user will be the behavior of window prediction matching
the upcoming passes (along with the ability to configure their
minimum horizon, of course).
2016-03-18 21:59:59 -04:00
Nikos Roussos 810f20861e Fix stage notice for mobile 2015-07-12 00:39:04 +03:00
Nikos Roussos 4db28050f9 Change frq tag to filter 2015-07-12 00:38:48 +03:00
Nikos Roussos f03b16cc97 Fix stage notice placement 2015-05-11 20:05:54 +03:00
Nikos Roussos a973c1062e Add stage notice 2015-05-10 13:31:10 +03:00
Nikos Roussos a7c05c1304 [Fixes #115] Add default ordering to most models 2015-05-06 13:06:19 +03:00
Nikos Roussos 3ea0da8933 Add last_seen feature to Ground Stations 2015-05-06 11:54:20 +03:00
Corey Shields 15b42b78a3 [Fixes #98] Automatic calculation of grid location 2015-04-19 23:45:12 +03:00
Nikos Roussos abb3c7338e [Fixes #101] Implement Analytics and DoNotTrack 2015-04-09 15:13:05 +03:00
Nikos Roussos 1788afb980 Merge pull request #87 from satnogs/cleanup
Cleanup
2015-01-26 19:42:43 +02:00
Nikos Roussos 3fa79dd03a Rm analytics 2015-01-26 19:36:49 +02:00
Nikos Roussos fca9008a26 Bring new form under the project structure 2014-12-19 16:46:31 +02:00
Nikos Roussos ea178a0a73 Refactor project 2014-12-19 15:06:58 +02:00