Meleeman01 / ChihoCMS

my own personal webcomic cms
MIT License
0 stars 0 forks source link

add a page view #2

Open Meleeman01 opened 1 year ago

Meleeman01 commented 1 year ago

need to create logic to add a page. image use the above as a guide for the layout. it should submit theses fields

/* id -user_id -book_id -chapter_id -images_comic_id -sort_order -title -author_post_title -author_post -author_img -transcript -rating -date_created //server generated -date_modified //server generated -date_published //server generated -is-paywalled */

for now don't worry about the backend api. eventually you will need to make a post request to the php server via fetch api but i can handle that.