ClassLens / chatkit

Commit History

✨ Admin: quiz-detail view (raw files + structured Q&A) + student raw answers
d6c5e05

chih.yikuan Claude Opus 4.8 (1M context) commited on

Add database management: Supabase persistence, teacher profiles, admin dashboard (#1)
4c4a722

kuanz commited on

simplify the answer parsing tool selection
73c0cf0

Yu Chen commited on

make csv no required to have equal mark as correct
363b160

Yu Chen commited on

custom csv upload logic
0641d27

Yu Chen commited on

custom csv upload logic
ea3a98c

Yu Chen commited on

rm logic for tool selection for qustion parsing
5aa8761

Yu Chen commited on

rebuild the pdf parsing logic
8d3145b

Yu Chen commited on

fix the answer parsing not aligned logic
1ce0b71

Yu Chen commited on

Refactor to add answer grid & assoicate llm parsing
ad5d4b6

Yu Chen commited on

Fix: Clarify default prompt β€” non-dash answers are wrong answers
bb875d5

chih.yikuan Claude Opus 4.6 (1M context) commited on

Simplify: send raw data to LLM, let user's prompt control interpretation
34b22f3

chih.yikuan Claude Opus 4.6 (1M context) commited on

Fix: Treat '-' and similar markers as correct answers in student data
c99a18b

chih.yikuan Claude Opus 4.6 (1M context) commited on

Fix: Handle missing teacher answers β€” include all student answers instead
3efc9d0

chih.yikuan Claude Opus 4.6 (1M context) commited on

Add final prompt preview tab with real student data substitution
5722fbf

chih.yikuan Claude Opus 4.6 (1M context) commited on

Add prompt editor and data preview back to Step 2
40aa09c

chih.yikuan Claude Opus 4.6 (1M context) commited on

Redesign Step 2: per-student report generation with wrong-answer filtering
f002ae5

chih.yikuan Claude Opus 4.6 (1M context) commited on

Add data preview modal before report generation
e1ed51d

chih.yikuan Claude Opus 4.6 (1M context) commited on

Fix: Add prompt size check and auto-truncate students to prevent empty LLM responses
30ff567

chih.yikuan Claude Opus 4.6 (1M context) commited on

Fix: Replace passlib with bcrypt directly to fix compatibility bug
cd0918a

chih.yikuan Claude Opus 4.6 commited on

Add invite code gate page before login
459bded

chih.yikuan Claude Opus 4.6 commited on

Redesign ClassLens v2: 3-step exam analysis workflow
bc45e54

chih.yikuan Claude Opus 4.6 commited on

Fix: Add explicit CORS headers and improve file serving for report-demo route
6884131

chih.yikuan commited on

Fix: Add test route and improve report-demo route with better error handling
9fdcfbc

chih.yikuan commited on

Fix: Improve report-demo route with better path resolution and error handling
8f19122

chih.yikuan commited on

Add /report-demo route to serve HTML report template
a9ffafc

chih.yikuan commited on

fix: remove short_description field to pass validation
be3728b

chih.yikuan commited on

docs: update README.md with ClassLens content
44cb615

chih.yikuan commited on

fix: remove short_description to avoid length validation error
f2d052a

chih.yikuan commited on

fix: shorten short_description to 18 chars
e308d4b

chih.yikuan commited on

fix: shorten short_description to 35 chars
6a8eea4

chih.yikuan commited on

fix: shorten short_description to meet HF Spaces 60 char limit
3ff6b02

chih.yikuan commited on

fix: configure static SDK to serve report-template.html
f9d2cc6

chih.yikuan commited on

fix: simplify README.md config per HF Spaces Docker SDK docs - remove app_file (not needed for Docker)
bcb3863

chih.yikuan commited on

fix: add app_file to README.md for Docker SDK
af4647d

chih.yikuan commited on

fix: recreate README.md with proper YAML frontmatter for HF Spaces
6288c42

chih.yikuan commited on

chore: remove README.md
ee9c668

chih.yikuan commited on

fix: restore emoji and add short_description per HF Spaces docs
74ad915

chih.yikuan commited on

fix: add license field to README YAML metadata
3581710

chih.yikuan commited on

fix: ensure sdk_version is quoted string in README YAML
b69875b

chih.yikuan commited on

fix: update README.md YAML frontmatter for HF Spaces
1dcf0f5

chih.yikuan commited on

feat: add report-template.html static hosting
55fb498

chih.yikuan commited on

email-done
5ee5085

chih.yikuan commited on

πŸ”§ Fix OAuth: auto-detect redirect_uri + sync all ClassLens updates
e5c2788

chih.yikuan commited on

πŸš€ ExamInsight: AI-powered exam analysis for teachers
054d73a

chih.yikuan commited on

Simplify ChatKit backend (#104)
b0fbfe1

lukasgross commited on

Add unmanged sample with a minimal backend (#98)
69f2236

lukasgross commited on