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 goalBeforeGrades = await fetchGoalBees();
final goalPinDates = await fetchGoalPinDates(); final goalPinDates = await fetchGoalPinDates();
// goalPlans[widget.subject.id] = goalPlans[widget.subject.id] =
// selectedRoute!.dbString; selectedRoute!.dbString;
// goalAvgs[widget.subject.id] = goalAvgs[widget.subject.id] =
// goalValue.toStringAsFixed(2); goalValue.toStringAsFixed(2);
// goalBeforeGrades[widget.subject.id] = goalBeforeGrades[widget.subject.id] =
// avg.toStringAsFixed(2); 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] = goalPinDates[widget.subject.id] =
DateTime.now().toIso8601String(); 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( await dbProvider.userStore.storeSubjectGoalPlans(
goalPlans, goalPlans,