add view count
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-30 19:03:52 -06:00
parent 8db17aba12
commit e9596e28a3
3 changed files with 16 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ export interface SubmissionOut {
flag?: FlagType
zone?: "featured" | "low" | "pending" | null
submit_count: number
view_count: number
created: Date
modified: Date
}
@@ -99,6 +100,8 @@ export interface SubmissionAll {
html: ""
css: ""
js: ""
submit_count: number
view_count: number
created: Date
modified: Date
}