Skip to content

chrisaldworth/TimeMachine

Repository files navigation

🎯 Rewind the Map

A web-based platform for uploading historical photos, tagging them to locations, and exploring changes over time with an interactive time slider.

🚀 Quick Start

# Install dependencies
npm install

# Start development
npm run dev

# View project board
open project-management/kanban-board.html

📋 Development Workflow

This project uses ticket-first development - all work must be tracked through the task management system.

Core Rules:

  • No work without tickets - All development must be tracked
  • Create task first - Before any code changes
  • Update progress - Regular task updates required

Cursor Commands:

@cursor Create a new task for: [description]
@cursor Move task TASK-XXX to in-progress
@cursor Update task TASK-XXX with: actualHours=4

🎛️ Task Management

# View tasks
node project-management/task-manager.js list

# Generate report
node project-management/task-manager.js report

# Update web board
node scripts/update-final-board.js

📚 Documentation

🎯 Core Rule

NO WORK WITHOUT TICKETS! EVERY LINE OF CODE MUST BE TRACKED!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published