42 lines
404 B
Markdown
42 lines
404 B
Markdown
## Views
|
|
|
|
- Home
|
|
- Landing
|
|
- Feed (logged)
|
|
|
|
- Post
|
|
- new
|
|
- view
|
|
- likes
|
|
- add (logged)
|
|
- comment section
|
|
- new (logged)
|
|
|
|
## Models
|
|
|
|
- User
|
|
- name
|
|
- email
|
|
- password
|
|
- pfp_url
|
|
* posts
|
|
* comments
|
|
* like_set
|
|
|
|
- Post
|
|
- title
|
|
- content
|
|
- date
|
|
- like_count
|
|
+ author
|
|
* comments
|
|
|
|
- Comment
|
|
- date
|
|
+ post
|
|
+ author
|
|
|
|
---
|
|
|
|
- trend algo ?
|
|
- notifications ?
|