issues Search Results · language:Dune language:JavaScript language:Java language:Python language:Python language:JavaScript
Filter by
55.4M results
img width= 797 height= 622 alt= Image src=
https://github.com/user-attachments/assets/1ba816ac-222b-4570-a27d-e89c0d184664 /
Goal
Make YouTube OAuth work with the deployed frontend and backend.
Tasks
- Open Google Cloud Console credentials.
- Add the production redirect URI, for example https://your-vercel-app.vercel.app/youtube/callback. ...
deployment-plan
API Documentation Gap
Current State: FastAPI auto-generates /docs but no custom OpenAPI config, examples, or separate API docs.
Required:
- [ ] Add custom OpenAPI schema with info, contact, license ...
Goal
Point the deployed Vercel frontend at the Render backend API.
Tasks
- In Vercel, add VITE_API_BASE_URL=https://your-render-service-name.onrender.com.
- Redeploy the frontend after changing ...
deployment-plan
Goal
Run the first production backend deployment on Render.
Tasks
- Trigger the first Render deploy, or manually deploy the latest commit.
- Watch logs for dependency installation, static collection, ...
deployment-plan
Goal
Configure all production backend secrets and deployment settings in Render.
Tasks
Add these environment variables in the Render service:
DATABASE_URL=your-neon-connection-string
DJANGO_SECRET_KEY=your-generated-secret-key ...
deployment-plan
Goal
Create a Render Web Service for the Django backend.
Tasks
- Create or log in to Render.
- Create a new Web Service connected to the GitHub repository.
- Configure the service with root directory ...
deployment-plan
Goal
Update the Django backend so it can run safely on Render with Neon Postgres.
Tasks
- Add production packages: gunicorn, dj-database-url, psycopg[binary], and whitenoise.
- Update Django settings ...
deployment-plan
Goal
Create the production Neon Postgres database for the YouTube Playlist app.
Tasks
- Create or log in to a Neon account.
- Create a new Neon project, for example youtube-playlist.
- Pick a ...
deployment-plan
[버그] 패션플러스 개별 업데이트(enrich) 버튼이 품절을 못 잡음 — #499 수정이 enrich 경로에 미적용
증상
주문/상품 화면의 개별 [업데이트] 버튼(POST /api/v1/samba/collector/enrich/{id})을 눌러도 패션플러스 상품의 사이즈별 품절이 반영되지 않습니다. 특히 고객이 주문한 특정 사이즈가
품절됐는데도 in_stock으로 ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.