Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
40 changes: 40 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
9 changes: 9 additions & 0 deletions sheet_20251202_120405_generated_by_Kimi_AI.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Field Name,Type,Example,
Name,Single line text,Mojito,
Image,URL,https://...mojito.jpg,
Ingredients,Long text,White rum, lime, mint, sugar, soda,
Instructions,Long text,Muddle mint...,
Category,Single select,Classic, Tropical, Myanmar-style,
Alcohol,Checkbox,TRUE,
Glass,Single line text,Highball glass,
Difficulty,Single select,Easy, Medium, Hard,
6 changes: 6 additions & 0 deletions sheet_20251202_124702_generated_by_Kimi_AI.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Feature,How to Add in Glide,
Search Bar,Add “Search” component → Link to “Name” field,
Filter by Category,Add “Choice” component → Link to “Category” field,
Favorites,Add “Favorite” button → Glide auto-handles,
User Profiles,Enable “Sign-in” → Email or Google,
Offline Mode,Glide auto-caches data (limited offline support),
6 changes: 6 additions & 0 deletions sheet_20251202_125932_generated_by_Kimi_AI.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Day,Task,
Day 1,Airtable setup + 30 recipes,
Day 2,Glide app creation + basic UI,
Day 3,Add search, filter, favorites,
Day 4,Test + share + feedback,
Day 5,Add Myanmar recipes + improve UI,