🔗 Integration & Navigation

Session 2, Topic 5 | Connect Everything Together

⏱️ 30 minutes

Bring It All Together

You've built three powerful tools. Now let's connect them with smart navigation so everything works as a unified system!

🎯 Learning Objectives

  • Add navigation links between all tools
  • Update dashboard to include all projects
  • Create consistent headers/footers
  • Set up your workspace for daily use
  • Learn basic project organization

📁 Your Complete Project Structure

Here's what you've built:

📁 CoordinatorTools/ 📁 dashboard/ 📄 index.html (Your command center) 📁 reports/ 📄 weekly-generator.html (Report tool) 📁 student-resources/ 📄 resources.html (Student hub)

🔗 Linking Everything Together

Step 1: Update Your Dashboard

Add cards for your new tools:

  1. Open dashboard/index.html in VSCodium
  2. Find the tools section (look for existing tool cards)
  3. Ask AI: "Add two new tool cards:
    • Weekly Report Generator linking to ../reports/weekly-generator.html
    • Student Resources Hub linking to ../student-resources/resources.html
    Use same styling as existing cards"
  4. Paste updated code and save

Step 2: Add Navigation to Report Generator

Open reports/weekly-generator.html:

  1. Find the header or top section
  2. Ask AI: "Add a navigation bar at the top with links to:
    • Dashboard (../dashboard/index.html)
    • Student Resources (../student-resources/resources.html)
    "
  3. Save changes

Step 3: Add Navigation to Student Hub

Same process for student-resources/resources.html

💡 Understanding Relative Paths

../ means "go up one folder"

  • From dashboard to reports: ../reports/weekly-generator.html
  • From reports to dashboard: ../dashboard/index.html
  • From student-resources to dashboard: ../dashboard/index.html

🚀 Setting Up for Daily Use

1. Set Dashboard as Browser Homepage

  1. Open your dashboard in browser
  2. Copy the file path from address bar
  3. Go to browser settings
  4. Set as homepage or startup page

2. Pin VSCodium Workspace

  1. In VSCodium: File → Save Workspace As...
  2. Save to Desktop as "CoordinatorWorkspace"
  3. Double-click this file to open entire project

3. Create Desktop Shortcuts

4. Backup Your Work

🎨 Optional: Add Consistent Branding

Ask AI to help you:

Prompt: "Update the header of [file] to match this styling: [paste example from dashboard]"

✅ Session 2 Completion Checklist

🎉 Congratulations!

You've completed Session 2: Building Your Digital Workspace!

You now have a complete suite of productivity tools:

🚀 What's Next in Session 3?

Power Tools - PowerShell & Claude Code

Time Commitment: 3-4 hours
Prerequisites: Comfort with VSCodium, basic HTML understanding

💡 Before Session 3

  • Use your tools daily this week to build familiarity
  • Make at least one customization to each tool
  • Note any features you wish existed (we'll build them!)
  • Share your dashboard with a colleague
  • Backup everything to cloud storage

🎓 What You've Mastered

Complete Session 2 - Return to Dashboard →