Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement code to acknowledge opt_out users/stations #77

Open
interplanetarychris opened this issue Oct 22, 2019 · 0 comments
Open

Implement code to acknowledge opt_out users/stations #77

interplanetarychris opened this issue Oct 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request priority:high
Projects

Comments

@interplanetarychris
Copy link
Contributor

In order to prevent re-processing of data for Stations (users) who have opt-ed out of TruSat, a number of enhancements should be implemented to prevent this data from being processed in TruSat.org and potentially other future decentralized implementations.

At present, this would appear to apply to:

  1. SQL Station Table (a place to store the flag per station)
  2. addParsedIOD() - Check for flagged stations before submitting
  3. Any queries which JOIN with the Station table - the station_num will need to be stored, but location data will be nulled out (currently a bug that needs to be filed). This is probably not an issue because there will also be no ParsedIOD records for the station.

If the data is manually removed from the database, this should prevent re-introduction of the data in future import sessions.

@interplanetarychris interplanetarychris self-assigned this Oct 22, 2019
@mainnebula mainnebula added this to To do in TruSat Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:high
Projects
TruSat
  
To do
Development

No branches or pull requests

1 participant