chore: initialize backlog task tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
08419713da
commit
67f75aa1fa
|
|
@ -0,0 +1,15 @@
|
|||
project_name: "Higgys Android Website"
|
||||
default_status: "To Do"
|
||||
statuses: ["To Do", "In Progress", "Done"]
|
||||
labels: []
|
||||
milestones: []
|
||||
date_format: yyyy-mm-dd
|
||||
max_column_width: 20
|
||||
default_editor: "nvim"
|
||||
auto_open_browser: true
|
||||
default_port: 6420
|
||||
remote_operations: true
|
||||
auto_commit: false
|
||||
bypass_git_hooks: false
|
||||
check_active_branches: true
|
||||
active_branch_days: 30
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: task-1
|
||||
title: Rebuild site and add admin video manager
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-02-11 02:15'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Rebuilt Higgy's Android Boxes website from static HTML export into proper Next.js 15 project. Switched from static export (nginx) to standalone Node.js server. Added admin panel at /admin for managing YouTube tutorial videos (add/delete with auto YouTube title+thumbnail fetch). Added client password gate for video section. Linked Facebook page. Replaced favicon with Android robot icon. Deployed with Docker + Traefik on Netcup with auto-deploy webhook.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
Loading…
Reference in New Issue