-
Notifications
You must be signed in to change notification settings - Fork 5
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
Imports & Navbar visual changes #151
base: main
Are you sure you want to change the base?
Conversation
I like this |
* reworks airsync to fix missing imports --------- Co-authored-by: RIT <[email protected]> Co-authored-by: RIT <[email protected]> Co-authored-by: e911 <[email protected]> Co-authored-by: Aaron Chan <[email protected]> Co-authored-by: Mayur Shinde <[email protected]> Co-authored-by: Joshua Karns <[email protected]>
Unsubscribe links for email preferences + removal of expired unsub tokens.
Add default value for severityColumn state value
Give users with view permission the ability to view uploads (but not modify)
private static final String baseURL = "https://ngafid.org"; | ||
//private static final String baseURL = "https://ngafidbeta.rit.edu"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be made into an environment variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
String resp = new String(respRaw).replaceAll("tail_number", "tailNumber"); | ||
|
||
Type target = new TypeToken<List<AirSyncAircraft>>(){}.getType(); | ||
System.out.println(resp); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a logger
private static HashMap<Integer, User> users = new HashMap<>(); | ||
private static HashMap<String, Integer> userIDs = new HashMap<>(); | ||
private static HashMap<String, HashMap<String, Boolean>> emailTypesUsers = new HashMap<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the fields just be Maps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably would have to update a few getters though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably just update the getters to use the Map
interface, but using the concrete HashMap
here is fine.
honestly LGTM fix conflicts and we send it |
… and uploaders) (#156)
…om/travisdesell/ngafid2.0 into aidan_cu/imports_interface_updates
09/11/24:
"https://ngafid.org"
if unsetexport NGAFID_BASE_URL="https://ngafid.org"
toinit_env.sh