feat: initialize album-api-v2 with TypeScript, Express, and basic CRUD operations#66
Open
able-help wants to merge 3 commits into
Open
feat: initialize album-api-v2 with TypeScript, Express, and basic CRUD operations#66able-help wants to merge 3 commits into
able-help wants to merge 3 commits into
Conversation
- Added D3.js as a dependency for data visualization. - Introduced SalesChart component to display album sales data. - Created album-sales.json to store sales data. - Updated App.vue to include SalesChart and modify layout. - Implemented sorting functionality in AlbumController for albums based on title, artist, or price. - Modified Album model to include Year attribute. - Added GitHub Actions workflow for CI/CD to build and push Docker images. - Created Dockerfile for albums-api to facilitate containerization. - Added validation functions for date and IPv6 in validators.ts with corresponding tests. - Implemented utility functions for rendering sales plots using D3.js. - Added install script for .NET SDK 8 for local development setup.
…tests for MyController
…D operations - Added package.json with dependencies and scripts for development and testing. - Implemented main application logic in app.ts, including routes for albums. - Created data.ts to seed initial album data. - Developed store.ts to manage album data and operations. - Defined types in types.ts for album and artist structures. - Added validation logic in validation.ts for album input. - Implemented tests for API routes in app.test.ts and store functionality in store.test.ts. - Configured TypeScript settings in tsconfig.json. - Added smoke test script to verify frontend and backend integration. - Created AlbumController and associated tests in albums-api for additional API functionality. - Defined Artist model for structured artist data.
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.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information