Meal plan tracker #237

Open
opened 2026-08-12 01:32:52 +00:00 by tentype · 0 comments
Owner

Overall Objective

Create a command that lets users see if they are on track to finish their meal blocks and FLEX dollars!

Using the type of plan, number of blocks, FLEX, and days remaining in the semester, the command should return an estimate (using linear regression or some other type of algorithm) of how much the user would have to consume/spend every day to finish off their meal plan.

Suggested Approach

Similar to the exam credit calculator /credits, where you are prompted to input the necessary data and the bot gives back an estimate in an embed. Store the meal plan blocks and FLEX as a JSON file in src/data.

### Overall Objective Create a command that lets users see if they are on track to finish their meal blocks and FLEX dollars! Using the type of plan, number of blocks, FLEX, and days remaining in the semester, the command should return an estimate (using linear regression or some other type of algorithm) of how much the user would have to consume/spend every day to finish off their meal plan. ### Suggested Approach Similar to the exam credit calculator `/credits`, where you are prompted to input the necessary data and the bot gives back an estimate in an embed. Store the [meal plan blocks and FLEX](https://www.cmu.edu/dining/your-dining-plan/) as a JSON file in `src/data`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/dalmatian#237
No description provided.