Open Issues Need Help
View All on GitHub Enhancement: Only allow integers as price value about 2 months ago
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
Only fetch offer to sell if ID is provided 2 months ago
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