# Student Study Planner

## Dashboard
A quick‑glance hub that pulls in the most important information for the day and week.

| View | Content |
|------|---------|
| **Today** | Linked view of **Tasks** filtered to today’s date, sorted by priority. |
| **This Week** | Linked view of **Assignments** due this week, grouped by course. |
| **Upcoming Exams** | Calendar view of **Exams** for the next 30 days. |
| **Focus Timer** | Embedded Pomodoro timer (use the Notion widget URL `https://pomofocus.io/`). |

> 💡 Tip: Pin the Dashboard to the sidebar for instant access from any page.

## Courses & Syllabi
A master database of every course you’re enrolled in, with links to syllabus PDFs, professor contacts, and credit info.

| Course Code | Course Name | Credits | Professor | Syllabus (Link) | Term |
|-------------|-------------|---------|-----------|-----------------|------|
| BIO101 | General Biology | 4 | Dr. Maya Patel | [PDF](https://example.com/bio101.pdf) | Fall 2026 |
| HIST210 | World History II | 3 | Prof. Luis Gomez | [PDF](https://example.com/hist210.pdf) | Fall 2026 |
| MATH221 | Calculus II | 4 | Dr. Anika Singh | [PDF](https://example.com/math221.pdf) | Fall 2026 |

> 💡 Tip: Use the **Relation** property to link each course to its assignments, exams, and notes.

## Assignments
Track every homework, project, and paper with due dates, status, and effort estimates.

| Assignment | Course | Due Date | Status | Estimated Hours | Priority |
|------------|--------|----------|--------|----------------|----------|
| Lab Report #3 | BIO101 | 2026‑09‑15 | ⏳ Not Started | 3 | 🔥 High |
| Essay: Industrial Revolution | HIST210 | 2026‑09‑20 | ✅ Completed | 5 | ⚡ Medium |
| Problem Set 5 | MATH221 | 2026‑09‑18 | 🟡 In Progress | 2 | 🔥 High |

> 💡 Tip: Turn on **Reminders** for the “Due Date” property (1 day before) to get native Notion notifications.

## Study Sessions
A log of Pomodoro‑style study blocks that helps you see where your time goes and maintain streaks.

| Session Date | Course | Topic | Pomodoros Completed | Notes |
|--------------|--------|-------|---------------------|-------|
| 2026‑09‑12 | MATH221 | Integration techniques | 4 | Struggled with partial fractions |
| 2026‑09‑13 | BIO101 | Cell respiration | 3 | Reviewed lecture slides |
| 2026‑09‑13 | HIST210 | Cold War causes | 2 | Created mind map |

> 💡 Tip: Add a **Rollup** from this table to the Courses database to see total Pomodoros per course.

## Exams & Review Schedule
Plan exam dates, allocate review sessions, and track confidence levels.

| Exam | Course | Date | Review Sessions Planned | Confidence (1‑5) |
|------|--------|------|--------------------------|------------------|
| Midterm 1 | BIO101 | 2026‑10‑05 | 5 | 3 |
| Final | HIST210 | 2026‑12‑12 | 8 | 2 |
| Midterm 2 | MATH221 | 2026‑10‑20 | 6 | 4 |

> 💡 Tip: Use a **Formula** to calculate “Days Until Exam” (`dateBetween(prop("Date"), now(), "days")`) and filter for ≤7 days to see urgent reviews.

## Notes & Resources
A central repository for lecture notes, PDFs, videos, and personal summaries. Each entry is linked to its course.

| Title | Course | Type | Link | Tags |
|-------|--------|------|------|------|
| Chapter 4 Slides | BIO101 | PDF | [Link](https://example.com/bio101/ch4.pdf) | #cellular #respiration |
| Lecture Recording 09/10 | HIST210 | Video | [YouTube](https://youtu.be/abc123) | #coldwar |
| Integration Tricks | MATH221 | Text | — | #calculus #techniques |

> 💡 Tip: Enable **Synced Blocks** for recurring formulas or study frameworks you reuse across courses.

## Weekly Review & Planning
A template page you duplicate each Sunday to reflect on the past week and set goals for the next.

**Sections to fill:**
1. **Wins** – What went well?
2. **Challenges** – What blocked you?
3. **Adjusted Priorities** – Move tasks between “High/Medium/Low”.
4. **Upcoming Week Overview** – Drag assignments and study sessions into the weekly calendar.
5. **Self‑Care Check** – Sleep, exercise, and mental‑break slots.

> 💡 Tip: Add a **Checkbox** for each item; checking them off gives a satisfying visual progress bar.

## How to import into Notion
1. In Notion, click **Import** → **Markdown & CSV**.  
2. Select this `.md` file from your computer.  
3. Notion will create a page hierarchy matching the H2 headings.  
4. For each table (Courses, Assignments, Study Sessions, Exams, Notes), click the three‑dot menu → **Turn into → Database – Table**.  
5. Adjust property types as follows:  
   - Dates → **Date**  
   - Status → **Select** (options: Not Started, In Progress, Completed)  
   - Priority → **Select** (Low, Medium, High)  
   - Estimated Hours → **Number**  
   - Links → **URL** or **File** (if you upload PDFs)  
   - Relations → add a **Relation** to the appropriate database (e.g., Assignment → Course).  
6. Set up desired **Views** (Calendar, Board, Gallery) using the “Add a view” button on each database.  
7. Add any widgets (Pomodoro timer, habit tracker) by pasting their embed URLs into the Dashboard.  
8. Duplicate the **Weekly Review & Planning** page each week and start filling it out.  

Your Student Study Planner is now ready to help you stay organized, study smarter, and ace every exam!