Date: [Date]
Attendees:
| # Context Document | |
| ## Business Logic Summary | |
| The application is a book management system. It allows users to view a list of books, each with details such as the title, author, cover image, and rating. The data is stored in a SQL database and accessed through the [`BookDatabaseImpl`](command:_github.copilot.openSymbolInFile?%5B%22src%2Fmain%2Fjava%2Fcom%2Fgithub%2Fdemo%2Fservice%2FBookDatabaseImpl.java%22%2C%22BookDatabaseImpl%22%5D "src/main/java/com/github/demo/service/BookDatabaseImpl.java") class, which implements the `BookDatabase` interface. | |
| <!-- Could add that this is a microservice application connected to XYZ app. Also relevant info to include: | |
| - How it is deployed (e.g. Docker, Kubernetes, AWS, etc.) | |
| - What other services it connects to (e.g. SQL database, Redis cache, etc.) | |
| --> |
| name: "CodeQL" | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| merge_group: | |
| jobs: |
| # Creates a template for note-taking. Call in an issue by typing "/meeting_notes" or "/notes" | |
| # To save this command and use it across an repo on your GitHub profile go through the following steps: | |
| # 1) Create a repo <USERNAME>/.github-private | |
| # 2) Save this file under .github/commands/meeting-notes.yml | |
| trigger: meeting_notes | |
| title: Meeting Notes | |
| description: Spawn a template for notes. Great for multitasking SEs! | |
| surfaces: | |
| - issue |