diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml new file mode 100644 index 0000000..dcfa3db --- /dev/null +++ b/.github/workflows/python-package.yml @@ -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 diff --git a/sheet_20251202_120405_generated_by_Kimi_AI.csv b/sheet_20251202_120405_generated_by_Kimi_AI.csv new file mode 100644 index 0000000..bdc4421 --- /dev/null +++ b/sheet_20251202_120405_generated_by_Kimi_AI.csv @@ -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, diff --git a/sheet_20251202_124702_generated_by_Kimi_AI.csv b/sheet_20251202_124702_generated_by_Kimi_AI.csv new file mode 100644 index 0000000..0ae8cd5 --- /dev/null +++ b/sheet_20251202_124702_generated_by_Kimi_AI.csv @@ -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), diff --git a/sheet_20251202_125932_generated_by_Kimi_AI.csv b/sheet_20251202_125932_generated_by_Kimi_AI.csv new file mode 100644 index 0000000..c388ee7 --- /dev/null +++ b/sheet_20251202_125932_generated_by_Kimi_AI.csv @@ -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,