1
0
Fork 0
Commit Graph

37 Commits (50fdc96d4b5827a07de343512839a70eb10c3d2b)

Author SHA1 Message Date
Nikos Roussos 50fdc96d4b Merge pull request #300 from faulteh/delete-obs-button
[Fixes #296] Delete observation button for admin when no data
2017-02-11 16:03:33 +02:00
Scott Bragg b62b5dd75d [Fixes #296] Delete observation button for admin when no data 2017-02-11 09:08:48 +11:00
Pierros Papadeas c6ca6ac1ee Rearrange data view in observation view with tabs. 2017-02-10 20:47:08 +02:00
Corey Shields 4b89f7e591 Typo fix
Simple typo fix "Groud" to "Ground" in observation view
2017-01-26 20:32:42 -05:00
Nikos Roussos 9aa7585fcf
UI for adding waterfall to observations 2017-01-26 20:07:13 +02:00
Nikos Roussos 7c0cacfa5b
Fix uri.js path 2016-10-28 19:27:44 +03:00
Nikos Roussos b91c0d6727
Remove unused static libraries
* Update bower requirements
2016-10-28 15:07:45 +03:00
Nikos Roussos d4b4ab32f9 Add Data payload permalink 2016-05-07 10:22:51 +03:00
Nikos Roussos 804263b2c5 Create permalink to hightlight observation data blocks 2016-04-25 17:59:55 +03: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 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 1b33cd8452 Rearrange Data player 2016-03-27 00:00:55 +02:00
Nikos Roussos d8806f3bed Fix html typo 2016-03-26 17:32:39 +02:00
Nikos Roussos 6bee63ae2f UI changes on Data panels 2016-03-26 16:54:10 +02:00
Corey Shields 06ff9469c2 Initial data vetting/verification system
Model change (with migration 0006) adds 3 fields to Data:
vetted_status (charfield with options for data status, default "unknown")
vetted_user (who vetted the data)
vetted_datetime (when it was vetted)

In addition, various boolean functions are added for the Data model
to check statuses. More functions are added to the Observation model
to check status of verification within an observation as well, assuming
multiple data entries in an Observation. With these, I also changed
"has_data" to "has_submitted_data" to be more specific alongside the
others.

For UX, we add a green check sign or red removal sign to the data
header in Observation view (along with green/red datetime in the footer)
if a data is verified good or bad, respectively. If there is an unknown
status, the data header is given a thumbs-up and thumbs-down button to
verify the data good or bad. These icons are only offered to is_staff,
the observation requestor, and any station owner in the observation.
These buttons trigger new URLs/functions in view:
data_verify(id)
data_mark_bad(id)
Returning the user back to the originating Observation page.

In the observation lists I changed the coloring of the ID button to be:
Future: light blue (same)
No uploaded data and/or all vetted bad data: red
Some or all unvetted data with no verified good data: orange
Some or all verified good data: green

These changes are reflected in the observations.html, home.html, and
user_detail.html templates.

solves satnogs/satnogs-network#171
2016-03-26 16:54:09 +02: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
Rob Berwick 83993269ba Display current playback time for observation data 2016-02-21 14:20:44 +00:00
Nikos Roussos d676733cb3 Add TLE attribution 2016-01-27 12:26:58 +02:00
Nikos Roussos 789106265b Show TLEs used on Observations 2016-01-25 21:09:37 +08: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 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 2d9d53c808 Rm unused css code 2015-08-06 11:43:34 +03:00
Nikos Roussos f63285a288 s/transponders/transmitters/ 2015-07-23 18:18:01 +03:00
Nikos Roussos 7299b2e0c9 Fix site title block 2015-07-22 14:20:45 +03:00
Nikos Roussos 4db28050f9 Change frq tag to filter 2015-07-12 00:38:48 +03:00
Nikos Roussos b08a56582f Run wavesurfer only on data with payload 2015-07-07 20:23:57 +03:00
Nikos Roussos 506ece5b1c Simplify observations spinner 2015-07-07 17:28:08 +03:00
Nikos Roussos 1875ced3aa Add spinner to observation events 2015-07-06 15:12:33 +03:00
Nikos Roussos a544a53bdd Always use displayname for user information 2015-04-23 17:40:04 +03:00
Nikos Roussos b0bf4ec686 Fix templates indentation 2015-04-07 19:01:59 +03:00
Nikos Roussos c3b3fff6ba Fetch remote css/js libs locally 2015-04-07 18:59:51 +03:00
Nikos Roussos ac6af8671a Rm unused i18n tags 2015-01-26 19:38:13 +02:00
Nikos Roussos ea178a0a73 Refactor project 2014-12-19 15:06:58 +02:00