changed back temp goal planner things

This commit is contained in:
Kima 2023-09-02 20:26:10 +02:00
parent 2c04b7ca7c
commit b7c3534751

View File

@ -375,19 +375,19 @@ class _GoalPlannerScreenState extends State<GoalPlannerScreen> {
final goalBeforeGrades = await fetchGoalBees();
final goalPinDates = await fetchGoalPinDates();
// goalPlans[widget.subject.id] =
// selectedRoute!.dbString;
// goalAvgs[widget.subject.id] =
// goalValue.toStringAsFixed(2);
// goalBeforeGrades[widget.subject.id] =
// avg.toStringAsFixed(2);
// goalPinDates[widget.subject.id] =
// DateTime.now().toIso8601String();
goalPlans[widget.subject.id] = '1,2,3,4,5,';
goalAvgs[widget.subject.id] = '3.69';
goalBeforeGrades[widget.subject.id] = '3.69';
goalPlans[widget.subject.id] =
selectedRoute!.dbString;
goalAvgs[widget.subject.id] =
goalValue.toStringAsFixed(2);
goalBeforeGrades[widget.subject.id] =
avg.toStringAsFixed(2);
goalPinDates[widget.subject.id] =
DateTime.now().toIso8601String();
// goalPlans[widget.subject.id] = '1,2,3,4,5,';
// goalAvgs[widget.subject.id] = '3.69';
// goalBeforeGrades[widget.subject.id] = '3.69';
// goalPinDates[widget.subject.id] =
// DateTime.now().toIso8601String();
await dbProvider.userStore.storeSubjectGoalPlans(
goalPlans,