issues
search
ITU-BDSA2024-GROUP30
/
Chirp
The great Chirp repository for Group 30!
Other
1
stars
0
forks
source link
(5.1.b.4) As DEVELOPERS we want TO OPTIMIZE SQL QUERIES TO ONLY RETRIEVE THE REQUIRED CHEEPS PER PAGE
#37
Open
JaSNOHo
opened
1 month ago
JaSNOHo
commented
1 month ago
Acceptance Criteria:
Modify the database queries to support pagination.
Ensure the SQL query retrieves only the required number of cheeps (32) for the specified page.
Avoid retrieving the entire cheep dataset and filtering in the application code.
Verify that the optimized queries work correctly with both public and private timelines.
Acceptance Criteria: