1
0
Fork 0
Commit Graph

36 Commits (master)

Author SHA1 Message Date
Alfredos-Panagiotis Damkalis 460f6ea66d Reduce SQL queries in user page
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-11-28 16:49:10 +02:00
Alfredos-Panagiotis Damkalis ee9ce720e7 pylint: resolve C0103 lint issues
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-10-03 10:57:29 +03:00
Alfredos-Panagiotis Damkalis 03f669711e Refactor transmitter model
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-05-04 04:13:09 +03:00
Timoteus Ruotsalainen a5a4e76027 fix observation links by removing span 2018-10-14 20:47:05 +03:00
Alfredos-Panagiotis Damkalis c51b44d67d Fix indentation and template in user view 2018-08-30 00:05:04 +03:00
Jim Tittsler 93aebe13c3
Fix station success rate on user page
Parallel to 7f21e372da

Addition to #494
2018-08-21 21:51:01 +03:00
Nikos Roussos 879461a877
Add a simple lightbox for Station image
* Fix gridsquare js
2018-03-16 19:47:30 +02:00
Nikos Roussos 78226519ef
Rename own user view to Dashboard
* Hide Observation button if no permissions
2018-03-16 14:33:24 +02:00
Nikos Roussos 565f64f35b
Move Station edit template out of modal
* Add help blocks as placeholders
2018-03-16 14:32:12 +02:00
Fabian P. Schmidt d897be6b85
Make table rows clickable 2018-03-14 23:27:07 +02:00
Nikos Roussos 9a0858590c
Add option for testing Stations 2018-01-05 17:28:26 +02:00
Nikos Roussos 23f4ef26e9
Fix vetting status on User page
* Duplicate station list
2017-12-28 12:42:58 +01:00
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 8a2b850656
Handle observations with deleted stations 2017-10-10 00:11:25 +03:00
Nikos Roussos 9c02dd3ad2
Fix upcoming passes loop
* Show station number on observations
2017-09-30 17:33:49 +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
Corey Shields bb18a2bc94 Link to the password change page
We get a password change page with allauth but its not linked to anywhere.  Added a link to the user menu and to the user settings page.

Fixes #352
2017-08-27 10:47:01 -04:00
Pierros Papadeas cef3b59f10 Fix profile observations view to follow recent changes 2017-06-03 16:39:09 +03: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
Nikos Roussos cfdfb1a8f9 Use frq filter on all templates 2016-01-25 23:04:12 +08:00
Nikos Roussos 9d1604d609 Multiple grid/spacing UI fixes on account/avatar templates 2015-08-13 21:21:24 +03:00
Nikos Roussos 466239ab04 Fix observation status label across site 2015-08-11 11:43:12 +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 4612862191 Add ability to add new observation from profile 2015-07-07 17:28:26 +03:00
Nikos Roussos a7c05c1304 [Fixes #115] Add default ordering to most models 2015-05-06 13:06:19 +03:00
Nikos Roussos 3ea0da8933 Add last_seen feature to Ground Stations 2015-05-06 11:54:20 +03:00
Nikos Roussos a544a53bdd Always use displayname for user information 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 33d0f5f178 Use station status for labels 2015-04-11 20:14:02 +03:00
Nikos Roussos 31d5b686f7 Add a displayname property on Users 2015-04-11 20:11:52 +03:00
Nikos Roussos fca9008a26 Bring new form under the project structure 2014-12-19 16:46:31 +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