Generated: 2026-04-08 Target Repo: https://git.trance-0.com/Trance-0/NoteNextra-origin
| Course | Current Naming Pattern | Expected Pattern | Issue |
|---|---|---|---|
| Math3200 | Lecture_*.mdx |
CourseName_L#.md |
Inconsistent with all other courses |
| CSE5519 | _A#, _B# suffixes |
_L# (Lecture) or _E# (Exam) |
Unclear categorization |
| Math401/4111/4121/416/4201/4202/4302 | Have Exam_reviews directories |
Other courses don't | Inconsistent structure |
| Swap folder | Mixed course content (CSE361S, Math4351, Music1260, Math4501) | Should be organized by course | Content mixing without clear purpose |
- Issue: Folder
content/Math401/Freiwald_summer/exists with 8 content files - Missing:
index.md(overview/introduction file) - Missing:
_meta.jsentry for proper navigation (files exist but no parent index) - Impact: Navigation broken, no introduction to the research project notes
- Issue:
Extending_thesis/_meta.jsreferences"index": "Math 401, Fall 2025: Overview of thesis" - Missing: Actual overview content in
index.md(file exists but may be empty or minimal) - Impact: Users clicking "Overview of thesis" get no contextual information
| Branch | Local Status | Gitea Status | Issue |
|---|---|---|---|
| main | Has content | Has different content | Missing files: L18 (CSE4303), L29-L31 (Math4202), L30 (Math4302), public images |
| distribute | ❌ Not present | ✅ Exists on Gitea | Branch not fetched/checked out locally |
| dev-test | ✅ Present on both | ✅ Present | OK |
| nesbitt-mcp-worker-test-bootstrap | ✅ Local only | ❌ Not on Gitea | Stale local branch |
Based on sampling of Math4302 content:
- Files contain definitions and examples but may lack:
- Cross-references between related concepts
- Theorem-proof structure consistency
- Summary sections at end of lectures
- Issue:
Swapentry hasdisplay: 'hidden'but contains active content from multiple courses - Question: Should Swap be visible? If not, should content be migrated to proper course folders?
- Issue: README references
Notechondriarepo URL instead ofNoteNextrain deployment buttons - Location: Lines 12, 17, 22 (Deploy with Vercel, Cloudflare, Docker)
- Impact: Forking/deployment points to wrong repo
-
Create Issue: Missing index.md for Freiwald_summer
- Title: "Missing overview file for Math401/Freiwald_summer research notes"
- Description: The
Freiwald_summerfolder contains 8 detailed research notes but lacks anindex.mdintroduction file. Navigation via_meta.jspoints to a non-existent overview.
-
Create Issue: Branch synchronization - missing files on local main
- Title: "Local main branch missing files present on Gitea trance-0/main"
- Description: Local main branch is missing: CSE4303_L18.md, Math4202_L29-31.md, Math4302_L30.md, and public images. Gitea main has these files. Sync required.
-
Create Issue: Branch 'distribute' not present locally
- Title: "Branch 'distribute' exists on Gitea but not in local clone"
- Description: The
distributebranch exists on Gitea (trance-0/distribute) but is not present in local repository. Needs to be fetched and reviewed.
-
Create Issue: Naming standardization across courses
- Title: "Standardize lecture file naming convention across all courses"
- Description: Math3200 uses
Lecture_*.mdxwhile all other courses useCourse_L#.md. CSE5519 uses_A#/_B#suffixes. Need unified naming standard.
-
Create Issue: Swap folder content organization
- Title: "Decide on Swap folder purpose and reorganize content"
- Description: Swap folder contains mixed content from CSE361S, Math4351, Music1260, Math4501. Currently hidden but unclear if this is intentional. Options:
- Move content to proper course folders
- Add index.md explaining purpose
- Remove if obsolete
-
Create Issue: Fix README deployment links
- Title: "README deployment buttons reference wrong repo URL"
- Description: Deployment buttons point to
Notechondriainstead ofNoteNextra.
-
Create Issue: Enhance theorem-proof structure consistency
- Title: "Standardize theorem-proof structure across lecture notes"
- Description: Review content for consistent proof formatting, cross-references, and summary sections.
-
Create Issue: Add missing _meta.js entries
- Title: "Ensure all content folders have proper _meta.js navigation entries"
- Description: Verify all subdirectories have
_meta.jsfiles for proper navigation (especially Math401 subdirectories).
| File | Issue | Severity |
|---|---|---|
content/Math401/Freiwald_summer/index.md |
Missing | High |
content/Math401/Extending_thesis/index.md |
May be incomplete | Medium |
_meta.js (root) |
Swap folder visibility unclear | Medium |
README.md |
Wrong repo URLs in deployment links | Medium |
Local main branch |
Missing files from Gitea main | High |
| Local branches | Missing distribute branch |
Medium |
- Sync branches: Fetch and merge missing files from Gitea main
- Create missing files: Add
index.mdfor Freiwald_summer - Standardize naming: Decide on naming convention and create migration script
- Organize Swap: Decide on Swap folder fate (migrate, document, or remove)
- Fix README: Correct deployment links
Report generated by automated repository analysis