2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement input validation on the frontend of a Nuxt 3 application to ensure that only integer values are accepted for book prices when creating new offers. Existing offers with non-integer prices should remain unaffected and continue to display correctly.

Complexity: 2/5
enhancement good first issue

Frontend für die Bücherbörse der FV Jus

Vue

AI Summary: Modify the Nuxt 3 frontend for the FV Jus book exchange to only fetch an offer to sell if an offer ID is provided in the input field. Currently, the application fetches an offer regardless of whether an ID is inputted. The fix involves modifying the code within the specified `pages/fv/sell/[...offerId].vue` file, specifically lines 173-205.

Complexity: 2/5
bug good first issue

Frontend für die Bücherbörse der FV Jus

Vue