1
0
Fork 0
Commit Graph

33 Commits (b1eebfe0aee9b1833002a5dc1ba3e83f82f9b4f7)

Author SHA1 Message Date
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
Nikos Roussos c16379e2c6
UI fixes for new map
* Fix call2action mobile behavior
* Make call2action a bit transparent
* Disable map panning on touch interfaces
* Hide Mapbox logo (attribution is enough)
2017-10-11 18:17:38 +03:00
Don Park 7ce0c8ed32
use std lat/lng order (copied from station_view.html) 2017-10-10 17:38:12 -07:00
Nikos Roussos f420c44dd8
Fix deleted station on home page 2017-10-10 10:13:22 +03:00
Nikos Roussos 8a2b850656
Handle observations with deleted stations 2017-10-10 00:11:25 +03:00
Pierros Papadeas 3bad065709 Move to mapbox-gl and beautify home page 2017-10-09 23:07:07 +03:00
Hugh Brown (Saint Aardvark the Carpeted) dd5fdfc2bd Update github links to gitlab 2017-10-06 06:07:41 -07:00
Nikos Roussos 9c02dd3ad2
Fix upcoming passes loop
* Show station number on observations
2017-09-30 17:33:49 +03:00
Nikos Roussos aab31e0abe
Fix featured station labels 2017-09-26 20:19:05 +03:00
Nikos Roussos a06d6ec13a
Refactor models to remove Data table
* Add on_delete option to all ForeignKey fields
* Adjust all views
* Adjust initialize command
* Refactor tests
* Refactor API to make these changes transparent
* Adjust all templates
* UI refreshment on Observation tepmplate
* Add STRICT_TRANS_TABLES for mariadb
* Minor text changes to tle command
* Update requirements
2017-09-12 18:15:47 +03:00
Pierros Papadeas b6c0bf298f
Add station column on observations 2017-05-21 13:52:57 +03:00
Pierros Papadeas b60cf85623 Add space between time and date for visual clarification 2017-03-19 13:15:54 +02:00
Nikos Roussos dfb89cacdc
Add CSP support 2017-02-21 22:37:06 +02:00
Nikos Roussos b91c0d6727
Remove unused static libraries
* Update bower requirements
2016-10-28 15:07:45 +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
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
Sean McColgan 25b78cf305 Fix user link on front page Issue #168 2015-10-17 14:27:02 -06:00
Nikos Roussos 3569047599 Hide Station success rate if None 2015-08-24 15:02:15 +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 9e0e53cbb8 [Fixes #31] Create helper for success rates on stations 2015-08-11 12:19:10 +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 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 3845cf998d Keep working even if no featured station exists 2015-05-11 20:05:31 +03:00
Nikos Roussos a544a53bdd Always use displayname for user information 2015-04-23 17:40:04 +03:00
Nikos Roussos fe358ae01e Add Mapbox settings to env 2015-04-11 20:32:44 +03:00
Nikos Roussos b26b466e53 Update about and copyright 2015-04-11 20:14:36 +03:00
Nikos Roussos 10d0c35ab6 Rm unused code on home template 2015-04-11 20:12:40 +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