Update outdated TODO comments after backend and course data implementation#5
Draft
Copilot wants to merge 74 commits into
Draft
Update outdated TODO comments after backend and course data implementation#5Copilot wants to merge 74 commits into
Copilot wants to merge 74 commits into
Conversation
Removed detailed setup instructions for React with Vite, including ESLint configuration examples.
Merge branch 'main' of https://github.com/HACC25/Ctrl-Alt-DaKine
…itch to frontend folder and then run npm run dev)
…tions for user interaction
…implementations and improve loading state handling
…ypes for now as that is weird to put so using just regular JS with React
…ility and structure
…mmary and InterestsSelector components
…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
- 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.
…in MapSection and Summary components
integrate map fully
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
3be9338 to
f9fd3f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonto correct location../UH-courses/json_format/with list of 10 available campus course filesTODO.md: Added project status tracking (completed features, in-progress items, planned work)
Example
Before:
After:
Original prompt
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.