Skip to content

Commit

Permalink
Delete Schools Done
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephValle committed Feb 16, 2024
1 parent edc81b4 commit d680cf9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ void main() async {
return true;
};

// AuthDatabase authDatabase = await AuthDatabase
// .init(); //todo this will be used for initial user load if the user isn't null from Firebase

// SharedPreferences prefs = await SharedPreferences
// .getInstance(); //todo store and read basic values like a tutorial

User? user = FirebaseAuth.instance.currentUser;

runApp(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class _CareerCreationPageState extends State<CareerCreationPage> {
speakers: speakers,
excelNum: excelNum,
room: _roomController.text.trim(),
// TODO: Both are Ints
maxClassSize: maxClassSize,
minClassSize: minClassSize,
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class _CareerPriorityBuilderState extends State<CareerPriorityBuilder> {
void initState() {
super.initState();
if (widget.careerPriority.firstChoice != -1) {
// TODO: Finish implemented
// TODO: Finish implemented
}
}

Expand Down
1 change: 0 additions & 1 deletion lib/utilities/navigation_items/navigation_items.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ List<CollapsibleItem> getNavigationItems(
},
),

//state.currentUser?.isAdmin ?? false ? CollapsibleItem(text: "", onPressed: (){}), todo admin options
];

if (currentUser?.isAdmin ?? false) {
Expand Down

0 comments on commit d680cf9

Please sign in to comment.