Skip to content
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

Additional Book Creations Field #1

Open
hossainchisty opened this issue Oct 14, 2023 · 0 comments
Open

Additional Book Creations Field #1

hossainchisty opened this issue Oct 14, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@hossainchisty
Copy link
Owner

hossainchisty commented Oct 14, 2023

Description:
We have recently added a new feature in our API, This feature allows users to specify additional authors, editors, or contributors associated with a book. The backend implementation for this feature is complete, and the API endpoints have been created and tested successfully.

Issue Details:
The next step in the development process is to implement the frontend components, his involves creating user interface elements that enable users to input and manage additional authors, editors, or contributors for a book when creating or editing book records.

Tasks:

  1. UI Design: Design the user interface elements for capturing additional book creations information. This may include input fields for names, roles, and other relevant details. Consider user experience and ensure the design is intuitive and user-friendly.

image

  1. Integration with API: Integrate the newly designed UI elements with the existing API endpoints related to additional book creations. Ensure that data entered by users in the frontend is correctly sent to the API for processing.
{
    "stock": {
        "inStock": true,
        "remainingStock": 55308
    },
    "title": "How to Find a Missing Girl",
    "thumbnail": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1673104120i/60769836.jpg",
    "price": 14.99,
    "genre": "Mystery, Fantasy Humor, Adul",
    "author": "Victoria Wlosok",
    "featured": true,
    "description": "For fans of A Good Girl's Guide to Murder and Veronica Mars, this whip-smart thriller follows a sapphic detective agency as they seek the truth behind a growing trail of missing girls in small-town Louisiana. ",
    "publishTime": 2023,
    "publisher": "Little, Brown",
    "ISBN": "97807965389222",
    "language": "English",
    "pages": "320",
    "shippingFees": 7,
    "reviews": []
}
  1. Data Validation: Implement client-side validation to ensure that the data entered by users is valid before making API calls. Provide appropriate error messages for any validation failures.

Additional Information:

  • The API documentation for the additional book creations feature should be referenced to understand the data structure and the expected format of API requests and responses.
  • Collaborate closely with backend developers to ensure seamless integration and thorough testing of the feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant