1
0
Fork 0
satnogs-db/db/static/js
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
..
app.backbone.js Update requirements 2017-08-05 15:39:37 +02:00
app.js Change model of transmitter to include drift and type 2018-12-25 21:15:18 +02:00
current_utc.js Adding UTC in header, fixing #267 2019-02-12 11:27:25 +01:00
dnt-helper.js Add dnd-helper for Do-Not-Track 2017-02-21 19:22:14 +02:00
ga.js Update requirements 2017-08-05 15:39:37 +02:00
home.js Change model of transmitter to include drift and type 2018-12-25 21:15:18 +02:00
map.js Minor cosmetic changes to mapbox-gl refactor 2017-11-13 18:47:21 +02:00
satellite.js Refactor transmitter model 2019-04-08 21:21:46 +03:00
stats.js Cache statistics through a celery task 2017-11-13 12:27:24 +02:00