Skip to content

Instantly share code, notes, and snippets.

View Eldrick19's full-sized avatar
🌴
On vacation

Eldrick Wega Eldrick19

🌴
On vacation
View GitHub Profile
# 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.)
-->
@Eldrick19
Eldrick19 / code-scanning-merge-queue.yml
Last active April 26, 2024 14:33
Code Scanning & Merge Queue Workaround
name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
merge_group:
jobs:
@Eldrick19
Eldrick19 / meeting-notes.yml
Created April 25, 2022 14:47
Spawn meeting notes into GitHub issues
# 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
@Eldrick19
Eldrick19 / meeting_notes.md
Last active April 25, 2022 14:46
Eldrick's template for meeting notes

[Meeting Title]

Date: [Date]

Attendees:

Notes