You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I don't want to have to go back and manually sanitize bad entries later on, I will be adding an admin UI so that submissions have to be manually signed off before they can be added to the live data, that way no (hopefully) contamination can take place. This will require:
Login screen and system
User access levels
-- Admin
-- Contributer
Submissions will need a model that holds the original data (CSV fps data) so that it may be checked manually to make sure no numbers are strange
Submission checking screen
-- List
-- Individual submissions display
Official model that just holds the summary data for a submission, perhaps flagged so that it isn't included in calculations until the admin signs off on its raw data
User confirmation screen IF the dxdiag submission script is not used
The text was updated successfully, but these errors were encountered:
Because I don't want to have to go back and manually sanitize bad entries later on, I will be adding an admin UI so that submissions have to be manually signed off before they can be added to the live data, that way no (hopefully) contamination can take place. This will require:
-- Admin
-- Contributer
-- List
-- Individual submissions display
The text was updated successfully, but these errors were encountered: