3 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the implementation of full CRUD (Create, Read, Update, Delete) functionality for a 'Trip Plan' entity. It involves defining a data model with specified attributes, building the necessary application layers (model, service, controller), and exposing basic RESTful endpoints, all backed by an in-memory repository. The TripPlan entity will also store lists of IDs referencing other entities.

Complexity: 2/5
good first issue

AI Summary: This issue requests the implementation of full CRUD (Create, Read, Update, Delete) functionality for 'Sightseeing Spots'. It involves creating a data model with specified attributes, an in-memory repository for storage, and exposing RESTful API endpoints, along with updating the README documentation.

Complexity: 2/5
good first issue