1
0
Fork 0
Commit Graph

58 Commits (ef40817f61f72c818d5a97fc39386ee118f558b3)

Author SHA1 Message Date
Alfredos-Panagiotis Damkalis ef40817f61 Update javascript libraries
Updates:
* gulp to 4.0.2
* gulp-eslint to 6.0.0
* stylelint to 4.3.1
* bootstrap to 3.4.1
* chart.js to 2.8.0
* jquery to 3.4.1
* mapbox-gl to 1.3.1
* moment to 2.24.0

Removals:
* bootstrap-daterangepicker
* backbonejs(code parts that weren't removed)
* d3
* underscore

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-09-24 22:46:25 +03:00
Corey Shields d71114130a Rename transmitter properties
Fixing these as part of W0511

There were some transmitter properties labeled "has_" (which implies a boolean) while returning a count. Renamed them and their instances to "_count" along with cleaning up some variables

Signed-off-by: Corey Shields <cshields@gmail.com>
2019-07-27 15:24:42 -04:00
Pierros Papadeas 48ea435093
Add transmitter service field
Fix issue 310

Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-07-11 14:10:47 +03:00
Pierros Papadeas 5433a7a67b
Beautify citation on satellite.html template 2019-06-30 11:25:36 +03:00
Alfredos-Panagiotis Damkalis c2e378da4e Refactor transmitter model
Transmitter model has been refactored by changing the current schema
from Transmitter and Suggestion models to TransmitterEntry model and
two proxy models TransmitterSuggestion and Transmitter:

* TransmitterEntry model will hold all the entries and changes on
transmitter entries in db.

* TransmitterSuggestion model will be the proxy model of the unreviewed
transmitter entries.

* Transmitter model will be the proxy model of the latest approved and
reviewed transmitter entries.

There are also change on Transmitter model fields:

* alive field is now change to status field

* there are new fields: citation, user, reviewed and created
2019-04-08 21:21:46 +03:00
Corey Shields a05a614dd9 hack our way around the django cache
Signed-off-by: Corey Shields <cshields@gmail.com>

In django cache we are storing a full queryset of the satellites with their data count and last payload time. By trying to filter on this (sat_cache = sats_cache.filter(norad_cat_id=norad)) we cause django to re-evaluate the queries for that specific satellite. For CAS-4a this results in 2 queries that exceed 5 mins each.

This does not impact the /stats/ page as it iterates through the whole list of satellites in cache. This change mimics that behavior to find the satellite cache we care about in the template.  Its a huge hack but its the only way we can show a count and bring the page view back for !237 quickly...  This needs refactoring, big time..

I also pulled an unused has_telemetry_data which caused a db count

This leaves behind a query to pull the last payload to show who submitted the last payload, as without this query there is no connection between the cached satellite info and the actual observer (because the /stats/ page was not meant to make that connection). If this query continues to be prohibitive we may just need to remove the "last frame submitted by.." blob.
2019-01-12 14:00:59 -05:00
Pierros Papadeas a8f5e53647 Add UI for transmitter UUID 2019-01-07 18:21:39 +00:00
Corey Shields f8496b5899 use cached payload count in satellite view 2019-01-06 15:40:54 -05:00
Pierros Papadeas afd69f13ac
Remove unused view counts from Satellite view 2019-01-06 10:38:50 +02:00
Pierros Papadeas a1d8357763
Change model of transmitter to include drift and type 2018-12-25 21:15:18 +02:00
Fabian P. Schmidt d8c3c9a348 Remove unused attribute data-url from satellite view
Commit 30dd47cc remove the usage of the value in this attribute.
This commit removes the attribute itself, as it's no longer used.
2018-11-12 14:01:46 +01:00
Fabian P. Schmidt d915dac971 Hide map in satellite view if status of satellite is re-entered
Fixes #226.
2018-09-23 16:57:44 +02:00
Corey Shields 9f1d7b69f9 improve kaitai display
show a message in place of the struct if the struct happens to be missing
2018-09-02 21:11:42 -04:00
Corey Shields 244cf3dd3f show kaitai structs in db 2018-09-01 11:02:14 -04:00
Corey Shields aa8c143408 Remove decoded telemetry box
Remove the decoded telemetry box, and backbone and d3 js.

fixes #224
2018-08-02 18:11:29 -04:00
Fabian P. Schmidt 83562a7a54 Set maxlength to 255 for citation url input 2017-11-16 09:45:47 +00:00
Nikos Roussos f3a1735c35
Minor cosmetic changes to mapbox-gl refactor
* Fix indentation typos
* Remove console.log instances
* Update package.json with mapbox-gl changes
2017-11-13 18:47:21 +02:00
Fabian P. Schmidt 050df7ff4d
Remove unused mapbox-js libary import 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 2094426f8f
Remove unused mapbox_map_id 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 30dd47cc3d
Remove unncessary ajax call from satellite view 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 861782ce35
Add mapbox-gl.js 2017-11-13 18:07:14 +02:00
Corey Shields 4e4247fcbc Add a link to the observations page on network
from the satellite view I want to quickly get to the observations page for that satellite on network. This link does the trick.
2017-10-21 18:51:30 -04:00
Nikos Roussos 6aa5b4fe77
Replace bower with yarn 2017-09-08 18:27:16 +03:00
Nikos Roussos 9026ba0943
Show telemetry frames on all devices 2017-09-03 21:18:37 +03:00
Fabian P. Schmidt 5dc27ec994
Add gpredict.js for showing satellites orbits 2017-08-14 18:17:37 +03:00
Nikos Roussos d72c438e55
Fix UI for satellites with no frames 2017-05-29 19:03:25 +03:00
Nikos Roussos 48fe087c4c
Add period on export frames
* Add a new panel for telemetry frames
2017-05-28 22:23:17 +03:00
Nikos Roussos da4372643d
Add description field on Satellites 2017-05-17 00:22:04 +03:00
Roboneet 9313ee8231
[Fixes #129] Track satellite status 2017-05-08 18:53:39 +03:00
Nikos Roussos e8892d4b59
Add task to export satellite frames on csv 2017-05-04 22:12:08 +03:00
Nikos Roussos 7be4efa8f1 Merge pull request #148 from satnogs/enhancements
Enhancements
2017-03-25 19:27:13 +02:00
Nikos Roussos 632b1adf89
Calculate Satellite position from local TLEs
* Refresh satellite position in real time
2017-03-25 16:52:01 +02:00
Nikos Roussos d602f27931
Update home page UI 2017-03-25 14:39:55 +02:00
Pierros Papadeas b18a43ac47 Counts of payloads on satellite page 2017-03-25 02:35:17 +02:00
Pierros Papadeas 0ce757a54f Add payload statistics on stats page 2017-03-21 18:23:30 +02:00
Nikos Roussos cb2b6a43b9
Hide Telemetry block when Satellite has no relevent data 2017-01-28 22:56:03 +02:00
Nikos Roussos 0f4e0f548f
Add map for Satellite current position
* minor UI adjustments on Satellite view
2017-01-28 22:52:19 +02:00
keikreutler 46013fcc8a
Updated no telemetry data available display state and set default telemetry data date range to the previous week. 2017-01-05 15:49:30 +02:00
keikreutler 323a1a4b17
Added display state for when no telemetry data is available. 2017-01-05 15:49:30 +02:00
keikreutler 4839647c56
Add bootstrap daterangepicker for telemetry 2017-01-05 15:49:30 +02:00
keikreutler 7d980359d8
Updated to sort telemetry data by datetime, moved telemetry data API call to collection for sorting, and clarified variables. 2017-01-05 15:49:02 +02:00
keikreutler 9d01e58fef
Readded status indicator to graph, adjusted y axis domain to account for negative ranges. 2017-01-05 15:49:01 +02:00
keikreutler e1d6273eea
Removed custom hover function 2017-01-05 15:49:01 +02:00
keikreutler 3bb519421d
Removed status option from telemetry graph menu list 2017-01-05 15:49:01 +02:00
keikreutler f7aa39dbf7
Added unit to Y axis label on telemetry graph 2017-01-05 15:46:52 +02:00
Nikos Roussos b509e87c82
[Re #86] Increase frq precision and tooltip 2016-11-11 17:32:30 +02:00
Nikos Roussos d6cffa245e Bower cleanup changes
* Move existing frontend libraries to bower
* Add bower support to Docker
* Move bowser_components to lib
2016-08-11 14:51:58 +03:00
keikreutler c442537d6a Created telemetry-descriptors menu using Backbone 2016-08-11 14:50:58 +03:00
keikreutler 4e904d4dc0 Moved Javascript file includes to satellite.html template 2016-08-02 15:23:58 +02:00
keikreutler bf9b3505a1 Redesigned DOM structure on satellite.html template. 2016-08-02 14:56:16 +02:00