Logo
Explore Help
Sign In
wbaumbach/tattletires
1
0
Fork 0
You've already forked tattletires
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
72ebe5b2fcfa85fcc4ccedf24dcd064afb4b0c4e
tattletires/app/models/postModel.ts

17 lines
282 B
TypeScript
Raw Normal View History

adding ugly start to posts page
2025-07-26 22:05:27 -05:00
export interface Post {
_id: string
changing post display on profile to a more compact display that eventually you will be able to click into for more details - I think i will do the same on the posts page and have the admins enter information about why the post was approved or denied
2025-08-07 23:23:46 -05:00
address: string
date: Date
adding ugly start to posts page
2025-07-26 22:05:27 -05:00
notes: string
photo: string
status: StatusEnum
userID: string
}
export enum StatusEnum {
fixing image display for posts on profile page, adding success confirmation modal, changing posts display,
2025-08-06 13:36:47 -05:00
Created = 'created',
Pending = 'pending',
Denied = 'denied',
fixing sing up flow now using an email code to verify.. on sign up we create user in backend that has reference to clerkID for filtering posts later
2025-08-06 23:18:26 -05:00
Approved = 'approved'
fixing image display for posts on profile page, adding success confirmation modal, changing posts display,
2025-08-06 13:36:47 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 17ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API