Open Issues Need Help
View All on GitHub Implement in-memory CRUD for City entity about 2 months ago
good first issue
Implement CRUD for Trip Plans about 2 months ago
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
Implement CRUD for Sightseeing Spots about 2 months ago
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