Open Issues Need Help
View All on GitHubAI Summary: This chore issue focuses on initializing the JUnit testing framework. The task involves setting up JUnit to meet the basic unit test requirements for Phase 313 and then writing 1-2 initial test cases specifically for the "Fixed Schedule Management" feature.
Open Source Planner for Slack-Based Backward Scheduling
AI Summary: This issue proposes the implementation of a Java data structure to manage fixed user schedules, such as sleep or class times. The initial step involves designing this structure (e.g., using a Map with Day keys and TimeBlock lists) and creating a function to handle user input for these schedules.
Open Source Planner for Slack-Based Backward Scheduling
AI Summary: This issue requests an update to the project's README file. The goal is to add clear instructions for installing the project, including Java version requirements and build steps, as well as provide examples of how to use the command-line interface (CLI) for the Minimum Viable Product (MVP).
Open Source Planner for Slack-Based Backward Scheduling
AI Summary: This issue proposes implementing the core logic for an automatic task scheduling algorithm. It requires taking task details like name and estimated duration and assigning them to the best available time slots, which are determined by a previously implemented feature.
Open Source Planner for Slack-Based Backward Scheduling
AI Summary: This issue requests the implementation of an algorithm to calculate free time blocks for each day, based on a pre-existing fixed schedule. The output should be a list of these free time blocks.
Open Source Planner for Slack-Based Backward Scheduling