🚀 Star Sailors Project
Type: Web Application
Tech Stack: React, Next.js, Supabase
Current Focus: Post v2.0 maintenance and v3.0 planning
Overview
Star Sailors is a citizen science platform that gamifies real astronomical data classification. Users deploy virtual telescopes, satellites, and rovers to discover and classify celestial objects and phenomena.
📋 Current Segment: v2.1 Bug Fixes & Patches
Focus: Stabilize v2.0 release with critical fixes and small improvements
🐛 Critical Bug Fixes
TASK
FROM "content/_Tasks/Projects"
WHERE contains(text, "📖 Critical Bug Fixes")
AND (contains(text, "star-sailors") OR file.path = this.file.path)
AND !completed
SORT priority DESC, text ASC🎨 UI/UX Improvements
TASK
FROM "content/_Tasks/Projects"
WHERE contains(text, "📖 UI/UX Improvements")
AND (contains(text, "star-sailors") OR file.path = this.file.path)
AND !completed
SORT priority DESC, text ASC⚡ Performance Optimizations
TASK
FROM "content/_Tasks/Projects"
WHERE contains(text, "📖 Performance Optimizations")
AND (contains(text, "star-sailors") OR file.path = this.file.path)
AND !completed
SORT priority DESC, text ASC📝 Direct Tasks (Current Segment)
TASK
FROM "content/_Tasks/Projects"
WHERE contains(text, "📋 v2.1 Bug Fixes & Patches")
AND (contains(text, "star-sailors") OR file.path = this.file.path)
AND !contains(text, "📖")
AND !completed
SORT priority DESC, text ASC🔮 Future Segment: v3.0 Major Features
Planned: Major feature additions and architectural improvements
Show v3.0 Tasks
🖥️ New User Interface
TASK
FROM "content/_Tasks/Projects"
WHERE contains(text, "📖 New User Interface")
AND contains(text, "star-sailors")
AND !completed
SORT priority DESC, text ASC🚀 Advanced Features
TASK
FROM "content/_Tasks/Projects"
WHERE contains(text, "📖 Advanced Features")
AND contains(text, "star-sailors")
AND !completed
SORT priority DESC, text ASCProject Structure
- Backend - Server-side code and APIs
- Boards - Project management and development boards
- Classifications - Data classification and taxonomy
- Components - UI components and layouts
- Ideas - Project ideas and brainstorming
- Missions - Game missions and user tasks
- Research - Research documentation and findings
- Sprints - Sprint planning and execution
- Viewports - UI viewport components and layouts
- Features - Major feature implementations
- Backend - API, database, server logic
- Viewports - Main viewport sections
- Classifications - Classification types and logic
- Missions - Mission definitions and progression
- Research - Research tree and upgrades
- Media - Screenshots, diagrams, notes
Current Sprint
See active sprint in Sprints folder
Related Projects
External Links
Last updated: 2025-11-07