init
This commit is contained in:
commit
60133a4a08
23 changed files with 529 additions and 0 deletions
42
doc/models.md
Normal file
42
doc/models.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
## 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 ?
|
Loading…
Add table
Add a link
Reference in a new issue