Backend API for a mobile food ordering application built with Spring Boot

2 Open Issues Need Help Last updated: Oct 8, 2025

Open Issues Need Help

View All on GitHub
Web Development API Development

AI Summary: This issue proposes establishing a standard practice of creating separate feature branches for all new development to enhance code organization, prevent conflicts, and facilitate focused testing and reviews. The recommended branch naming convention is 'feature/(feature-name)', ensuring a clean and production-ready main branch.

Complexity: 1/5
documentation enhancement good first issue

Backend API for a mobile food ordering application built with Spring Boot

Java
Web Development API Development

AI Summary: This issue proposes implementing a rule to enforce Pull Requests (PRs) for all merges into the main branch. This aims to prevent direct commits and accidental deletions, ensuring code quality through at least one approval before merging.

Complexity: 2/5
documentation enhancement good first issue

Backend API for a mobile food ordering application built with Spring Boot

Java