Skip to content

Conversation

@reakaleek
Copy link
Member

@reakaleek reakaleek commented Aug 4, 2025

Changes

  • Setup a mocked search usecase
  • Add search results to the UI

Recording

cursorful-video-1754316993045.mp4

@reakaleek reakaleek changed the title Add basic search functionaly using a mock endpoint Add basic search functionality using a mock endpoint Aug 4, 2025
@reakaleek reakaleek self-assigned this Aug 4, 2025
@reakaleek reakaleek marked this pull request as ready for review August 4, 2025 14:30
@reakaleek reakaleek requested a review from a team as a code owner August 4, 2025 14:30
{
public async Task<SearchResponse> Search(SearchRequest request, Cancel ctx = default)
{
// var validationResult = validator.Validate(request);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be nicer with .NET 10 for minimal API's.

https://medium.com/@denmaklucky/validation-in-minimal-api-whats-new-in-net-10-9ab6896e9852

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reakaleek reakaleek merged commit cf6e824 into main Aug 4, 2025
18 of 19 checks passed
@reakaleek reakaleek deleted the feature/search branch August 4, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants