Conversation
…e data to utilize new structures
… simplify equipment references
… update related types and interfaces
…scription and usage instructions
…re Svelte adapter
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.
This pull request introduces several significant updates to the project, including improvements to the documentation, the addition of new workflows, enhancements to the testing framework, and updates to the project structure and dependencies. Below is a summary of the most important changes:
Documentation Updates:
.github/copilot-instructions.md: Added instructions for using Deno for package management and guidelines for importing types in TypeScript.README.mdandapp/README.md: Updated project descriptions, development instructions, and added sections for testing, building, and project structure. [1] [2] [3]Workflow Enhancements:
.github/workflows/deploy.yml: Added a new GitHub Actions workflow for deploying to GitHub Pages, including steps for installing dependencies, building the site, and deploying artifacts.Testing Framework Enhancements:
app/package.json: Added new scripts for test coverage and updated dependencies to include@vitest/coverage-v8.app/src/lib/enums.test.ts,app/src/lib/equipmentData.test.ts,app/src/lib/exerciseData.test.ts: Added comprehensive unit tests for enums, equipment data, and exercise data. [1] [2] [3]Project Structure and Dependencies:
app/.gitignore: Updated to include.vite/and timestamp files.app/src/lib/enums.ts: Introduced enums forMusclesandEquipmentwith detailed comments.app/src/lib/equipmentData.ts: Added functions to get equipment details and a registry of all available equipment.UI Enhancements:
app/src/lib/components/NavigationMenu.svelte: Added a navigation menu component with active route tracking and styling.