write down basic ideas

This commit is contained in:
Evie Viau-Chow-Stuart 2023-02-03 04:46:41 -08:00
parent f6e3367160
commit f3d4e1ceaa
Signed by: evie
GPG key ID: 928652CDFCEC8099

23
ideas Normal file
View 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