1
0
Fork 0
Commit Graph

289 Commits (68f90d921ce268ebe95d81b8ec74d320625373da)

Author SHA1 Message Date
Corey Shields afd09605d6 Merge pull request #216 from cshields/observation_links
Adding convenience links to observation view
2016-03-24 16:13:40 -04:00
Corey Shields b396d54d58 Adding convenience links to observation view
I find myself often bouncing from an observation to the station
that made the recording, so added a link to the station in the
station name above the data payload view. In addition, made a
link to db.satnogs.org for the satellite, opening a new window
as this links out to a new site.
2016-03-24 15:58:11 -04: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 0a6a1221ad Merge pull request #211 from satnogs/resp-fixes
Fix responsive UI issues
2016-02-28 14:51:06 +02:00
Nikos Roussos f4616d3459 Collapse station next satellite passes 2016-02-28 14:49:06 +02:00
Nikos Roussos 71a4faf9e2 Fix responsive UI issues
* Timeline svg should adapt on screen width (Fixes #206)
* Top menu fix for small screens
2016-02-27 21:20:47 +02:00
Rob Berwick 83993269ba Display current playback time for observation data 2016-02-21 14:20:44 +00:00
Nikos Roussos 6675fa2062 Merge pull request #198 from kerel-fs/fix/obscolor
Choose blue color for upcoming observations
2016-02-09 21:40:40 +02:00
Nikos Roussos e71099a9b1 Fix avatar wrong template tag 2016-02-09 21:21:17 +02:00
Fabian P. Schmidt 0d2c979b57 Choose blue color for upcoming observations
Fixes #167.
2016-02-05 22:20:00 +01:00
Nikos Roussos 45bde8c24e Use same style for tle notice as the timezone one
Also:
* Update requirements
* Add requires badge
*
2016-01-27 17:56:48 +02:00
Nikos Roussos d676733cb3 Add TLE attribution 2016-01-27 12:26:58 +02:00
Nikos Roussos cfdfb1a8f9 Use frq filter on all templates 2016-01-25 23:04:12 +08:00
Nikos Roussos 789106265b Show TLEs used on Observations 2016-01-25 21:09:37 +08:00
Nikos Roussos 833439246b Update all requirements 2016-01-23 17:42:35 +08:00
Corey Shields 7a30312c91 Next satellites to pass for station view
This change sends all of the upcoming "next passes" for
satellites with operational transmitters to the station_view. In
addition the pass must be at or above 10 degrees and within the
next 6 hours (maybe we want this to be configurable later?).

These are passed as the "nextpasses" array, an array of dicts for
each pass that include the pass details and satellite name & id,
sorted by rise time.

Also adds upcoming passes to station_view

When loading a station, show a table of the upcoming satellite
passes
2015-11-20 18:50:32 +02:00
Sean McColgan 25b78cf305 Fix user link on front page Issue #168 2015-10-17 14:27:02 -06:00
Nikos Roussos 3160909a84 Compress static files 2015-09-15 13:26:28 +03:00
Nikos Roussos f204d36fb2 Show Observation discussion only on production 2015-09-02 18:34:37 +03:00
Nikos Roussos eb692f433f [Re #140] Add Discussion button on Observations 2015-09-02 18:23:07 +03:00
Nikos Roussos 3719805cde Add ability to delete a Ground Station 2015-08-24 15:13:59 +03:00
Nikos Roussos 3569047599 Hide Station success rate if None 2015-08-24 15:02:15 +03:00
Nikos Roussos 8955598ac0 Fix MHz wording 2015-08-15 14:07:31 +03:00
Nikos Roussos c6ab485753 [Fixes #99] Allow user to delete Scheduled Observations 2015-08-14 21:58:54 +03:00
Nikos Roussos 5806f4f0c2 [Fixes #150] Create model for MODES and sync them from DB 2015-08-14 17:06:25 +03:00
Nikos Roussos 9d1604d609 Multiple grid/spacing UI fixes on account/avatar templates 2015-08-13 21:21:24 +03:00
Nikos Roussos 9e0e53cbb8 [Fixes #31] Create helper for success rates on stations 2015-08-11 12:19:10 +03:00
Nikos Roussos 838eb4a8d2 [Fix #145] Fix "last seen" for new Stations 2015-08-11 11:50:47 +03:00
Nikos Roussos 466239ab04 Fix observation status label across site 2015-08-11 11:43:12 +03:00
Nikos Roussos f3bff2451d Add Stations serialized view for home map 2015-08-11 11:31:03 +03:00
Nikos Roussos 2d9d53c808 Rm unused css code 2015-08-06 11:43:34 +03:00
Nikos Roussos efad16881a Update jquery 2015-08-06 11:43:25 +03:00
Nikos Roussos 2cd33d678b Move favicon on root static 2015-08-06 11:43:16 +03:00
Nikos Roussos f63285a288 s/transponders/transmitters/ 2015-07-23 18:18:01 +03:00
Nikos Roussos bb83705ada Version bump 0.3 2015-07-22 15:32:09 +03:00
Nikos Roussos 7299b2e0c9 Fix site title block 2015-07-22 14:20:45 +03:00
Nikos Roussos 5760c6a459 Add site settings for fetching data 2015-07-22 14:16:15 +03:00
Nikos Roussos ec2649e38a Smal texts updates 2015-07-22 12:02:17 +03:00
Nikos Roussos e8e5bf34a3 Add robots and custom 404/500 pages 2015-07-21 11:42:23 +03: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 5cf0b73efe Fix active tag not to hardcode urls 2015-07-12 00:37:51 +03:00
Nikos Roussos b08a56582f Run wavesurfer only on data with payload 2015-07-07 20:23:57 +03:00
Nikos Roussos 4612862191 Add ability to add new observation from profile 2015-07-07 17:28:26 +03:00
Nikos Roussos 506ece5b1c Simplify observations spinner 2015-07-07 17:28:08 +03:00
Nikos Roussos 8133560a33 [Fix #132] Observation status should depend on payload 2015-07-07 17:03:57 +03:00
Nikos Roussos cab990d1a3 Disable schedule form unless we have valid calculation 2015-07-06 21:17:05 +03:00
Nikos Roussos 1875ced3aa Add spinner to observation events 2015-07-06 15:12:33 +03:00
Pierros Papadeas 47624948d1 Merge pull request #131 from satnogs/130-fix-gs-overflow
Fix Ground Station table overflow when QTH present.
2015-06-02 19:25:33 +03:00
Pierros Papadeas eac6a90344 Merge pull request #129 from satnogs/fix-gs-status
Fix ground station status indication.
2015-05-30 01:15:00 +03:00
Pierros Papadeas 161f6231d6 Fix Ground Station table overflow when QTH present. 2015-05-29 20:23:19 +03:00
Pierros Papadeas 9f02c49cc3 Fix ground station status indication. 2015-05-29 19:37:06 +03:00
Nikos Roussos f03b16cc97 Fix stage notice placement 2015-05-11 20:05:54 +03:00
Nikos Roussos 3845cf998d Keep working even if no featured station exists 2015-05-11 20:05:31 +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 987dfa13b6 API permissions
* All endpoints are readonly
* Data endpoint allows authenticated payload PATCH from Ground Station
owners
* Jobs endpoint allows view only from Ground Station Owners
2015-05-06 11:55:54 +03:00
Nikos Roussos 3ea0da8933 Add last_seen feature to Ground Stations 2015-05-06 11:54:20 +03:00
Nikos Roussos c889b90f41 Update license 2015-05-06 11:52:49 +03:00
Nikos Roussos 5dce60c854 Add settings for min/max observations datetimes 2015-04-23 19:03:22 +03:00
Nikos Roussos 36bfaaa5b5 Clear datetimes on page refresh 2015-04-23 17:40:04 +03:00
Nikos Roussos a544a53bdd Always use displayname for user information 2015-04-23 17:40:04 +03:00
Nikos Roussos 1d8b7c40ff [Fixes #85] Always use timezone aware datetimes 2015-04-23 17:40:04 +03:00
Corey Shields 15b42b78a3 [Fixes #98] Automatic calculation of grid location 2015-04-19 23:45:12 +03:00
Nikos Roussos 21ba8b8892 [Fixes #107] Invitation only Sign Ups 2015-04-15 17:30:13 +03:00
Nikos Roussos f5bec6896d Merge pull request #110 from satnogs/analytics
[Fixes #101] Implement Analytics and DoNotTrack
2015-04-15 13:56:37 +03:00
Nikos Roussos fe358ae01e Add Mapbox settings to env 2015-04-11 20:32:44 +03:00
Nikos Roussos ec1b6059c0 Beautify footer and messages 2015-04-11 20:14:47 +03:00
Nikos Roussos b26b466e53 Update about and copyright 2015-04-11 20:14:36 +03:00
Nikos Roussos 33d0f5f178 Use station status for labels 2015-04-11 20:14:02 +03:00
Nikos Roussos 64e226d0f9 Mv station_edit modal outside h2 2015-04-11 20:13:07 +03:00
Nikos Roussos 10d0c35ab6 Rm unused code on home template 2015-04-11 20:12:40 +03:00
Nikos Roussos 31d5b686f7 Add a displayname property on Users 2015-04-11 20:11:52 +03:00
Nikos Roussos abb3c7338e [Fixes #101] Implement Analytics and DoNotTrack 2015-04-09 15:13:05 +03:00
Nikos Roussos b0bf4ec686 Fix templates indentation 2015-04-07 19:01:59 +03:00
Nikos Roussos ac5cad6519 Move images to img folder 2015-04-07 19:01:44 +03:00
Nikos Roussos c3b3fff6ba Fetch remote css/js libs locally 2015-04-07 18:59:51 +03:00
Corey Shields c67cefd129 Set a default station image 2015-02-14 14:29:18 +02:00
Nikos Roussos 41b850c466 Exclude Satellites with no Transponders 2015-02-03 22:55:14 +02:00
Nikos Roussos 29896acfaf Add stage settings 2015-01-27 13:49:03 +02:00
Nikos Roussos 1788afb980 Merge pull request #87 from satnogs/cleanup
Cleanup
2015-01-26 19:42:43 +02:00
Nikos Roussos ac6af8671a Rm unused i18n tags 2015-01-26 19:38:13 +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 44e37d3651 Add new Station form to Stations view 2014-12-19 16:26:33 +02:00
Pierros Papadeas 27819aab45 Beautify ground station edit and add. WIP. 2014-12-19 16:24:18 +02:00
Nikos Roussos 37b5f1bb1a Refactor Edit/Add Station form 2014-12-19 16:11:44 +02:00
Nikos Roussos ea178a0a73 Refactor project 2014-12-19 15:06:58 +02:00