write down basic ideas
This commit is contained in:
parent
f6e3367160
commit
f3d4e1ceaa
1 changed files with 23 additions and 0 deletions
23
ideas
Normal file
23
ideas
Normal file
|
@ -0,0 +1,23 @@
|
|||
so like
|
||||
|
||||
theres gonna be pages and posts
|
||||
|
||||
and like they're both gonna have "blocks"
|
||||
|
||||
so like tables may?? look like this
|
||||
|
||||
blocks
|
||||
---
|
||||
id | owner (either page OR post id) | order(?) | ????????
|
||||
|
||||
pages
|
||||
---
|
||||
id | slug | ??????
|
||||
|
||||
posts
|
||||
---
|
||||
id | slug | title | desc | ??????
|
||||
|
||||
idk its 5am im just writing SOME ideas down so i dont forget them
|
||||
|
||||
still need to figure out how the block content is actually gonna work
|
Reference in a new issue