Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes a detailed directory structure for a backend application, likely built with Node.js and Express, utilizing Prisma as the ORM. It outlines a clear separation of concerns, including dedicated folders for configuration, routes, controllers, services, middleware, and utilities, aiming for a scalable and maintainable codebase.
Intelligent Scheduling for Smarter Campuses
AI Summary: This GitHub issue proposes a detailed frontend directory structure for a project, outlining the organization within the `src` folder. It includes dedicated directories for `components` (further broken down into `ui`, `forms`, `timetable`), `pages`, `services` for API calls, `context`, `hooks`, and `styles`. The proposal aims to establish a clear and consistent codebase layout.
Intelligent Scheduling for Smarter Campuses