-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add:Add Full CRUD Routes and Consistent API Responses #624
Comments
The screenshot you shared is from the testimonials, right? It's using the correct response, what would you like to update in the response? |
the reason why i added the 2 but if you dont see any good reason i can remove them .Users may make spelling mistakes in their testimonials Index Method - This would be useful for: .Displaying all testimonials on a webpage |
from the instruction we were to follow this format for response { here is the response format |
@nyainda the instruction format looks exactly like what you have in your screenshot. you can proceed to working on the index and update provided there is a use case |
Description
Add missing CRUD routes (index and update) to the testimonial system and implement consistent API response formatting.
Acceptance Criteria
Purpose
Completes the testimonial API functionality and ensures a uniform response structure for better client integration.
Requirements
Expected Outcome
Full CRUD operations are available, with responses like
{ "status": "success", "data": {...} }
. Screenshots:Additional Context
The text was updated successfully, but these errors were encountered: