0xR4IF / 0xR4IF/HotelMakers

SQL query for Rating ASC/DESC

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Här ska vi istället kunna söka på hoteller med bäst/sämst rating.

EX.
SELECT RoomID, RoomNumber, RoomSize, RoomRating
FROM AvailableRooms
WHERE .....
ORDER BY RoomRating DESC;

Contributor guide

No contributing guide indexed for this repository

Research direction

Look for the SQL query or data access layer in the project, likely in a file handling room or hotel data. The issue shows a sample query to order rooms by rating; find where similar queries are built and modify to support ordering by RoomRating ASC/DESC. Test by running the application or any existing database tests to ensure the sorting works correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, sql
Domain
backend, database
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.