Skip to content

Update outdated TODO comments after backend and course data implementation#5

Draft
Copilot wants to merge 74 commits into
mainfrom
copilot/update-pushed-changes
Draft

Update outdated TODO comments after backend and course data implementation#5
Copilot wants to merge 74 commits into
mainfrom
copilot/update-pushed-changes

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 16, 2025

Outdated TODO comments referenced missing backend code and course data files that have since been implemented and pushed to the repository.

Changes

  • backend/TODO: Replaced placeholder "Put backend here" with implementation status showing FastAPI server, campus_selector.py, and available API endpoints

  • backend/main.py: Changed TODO to NOTE at line 298, updated path from courses.json to correct location ../UH-courses/json_format/ with list of 10 available campus course files

  • TODO.md: Added project status tracking (completed features, in-progress items, planned work)

Example

Before:

# TODO: Load your course data from a .json file here
# with open('courses.json', 'r') as f:

After:

# NOTE: Course data is available in ../UH-courses/json_format/ directory
# - hawaiicc_courses.json, hilo_courses.json, honolulucc_courses.json
# - kapiolani_courses.json, kauai_courses.json, leeward_courses.json
# - manoa_courses.json, maui_courses.json, west_oahu_courses.json
# - pcatt_courses.json
#
# courses_dir = os.path.join(os.path.dirname(__file__), '..', 'UH-courses', 'json_format')
# with open(os.path.join(courses_dir, 'manoa_courses.json'), 'r') as f:
Original prompt

no they've already been pushes

Created from VS Code via the GitHub Pull Request extension.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

keokilee and others added 30 commits October 22, 2025 10:48
Removed detailed setup instructions for React with Vite, including ESLint configuration examples.
…itch to frontend folder and then run npm run dev)
…implementations and improve loading state handling
…ypes for now as that is weird to put so using just regular JS with React
…style buttons for better UX, update styles for consistency, and enhance Summary component with path preview functionality.
…r improved readability and consistency; update comments and simplify logic.
…ng scrolling instead for better structure of the actual webpage itself
Merge my clouds with main
chasepas and others added 19 commits November 8, 2025 20:54
- Integrated framer-motion for smoother animations in InterestsSelector and SkillsSelector components.
- Updated section order in App component to include 'map'.
- Added new dependencies: @react-three/postprocessing and framer-motion in package.json and package-lock.json.
- Enhanced MapSection with post-processing effects and made it ready for the campus selection feature with AI inegreation for the backend
- Improved CSS styles for MapSection layout and animations.
Co-authored-by: aschong07 <163701170+aschong07@users.noreply.github.com>
Copilot AI changed the title [WIP] Update previously pushed changes Update outdated TODO comments after backend and course data implementation Nov 16, 2025
Copilot AI requested a review from aschong07 November 16, 2025 05:54
@aschong07 aschong07 force-pushed the main branch 4 times, most recently from 3be9338 to f9fd3f9 Compare November 16, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants