Scouting App: View Data Interface
Add a tab to the scouting app to view all data collected by the
scouting app including notes, stats, and driver ranking.
You can sort data by ascending/descending match or team numbers.
In the future, this tab should be intergrated with the scouting
app tests to verify if data was actually submitted and a delete
option should be added so that scouts can delete and resubmit data
if necessary.
Signed-off-by: Filip Kujawa <filip.j.kujawa@gmail.com>
Change-Id: Idc8938f2c309a79f0006c6c99781ca06a506a19d
diff --git a/scouting/www/view/BUILD b/scouting/www/view/BUILD
index fae4b23..b9b6030 100644
--- a/scouting/www/view/BUILD
+++ b/scouting/www/view/BUILD
@@ -17,8 +17,13 @@
visibility = ["//visibility:public"],
deps = [
"//scouting/webserver/requests/messages:error_response_ts_fbs",
- "//scouting/webserver/requests/messages:request_all_matches_response_ts_fbs",
- "//scouting/webserver/requests/messages:request_all_matches_ts_fbs",
+ "//scouting/webserver/requests/messages:request_all_driver_rankings_response_ts_fbs",
+ "//scouting/webserver/requests/messages:request_all_driver_rankings_ts_fbs",
+ "//scouting/webserver/requests/messages:request_all_notes_response_ts_fbs",
+ "//scouting/webserver/requests/messages:request_all_notes_ts_fbs",
+ "//scouting/webserver/requests/messages:request_data_scouting_response_ts_fbs",
+ "//scouting/webserver/requests/messages:request_data_scouting_ts_fbs",
+ "//scouting/www/rpc",
"@com_github_google_flatbuffers//ts:flatbuffers_ts",
"@npm//@angular/common",
"@npm//@angular/core",