[spec] adding comments to my static blog (jekyll)
- design goals
- core functionality - discourse style
- very basic moderation
- https://cdn.kinopio.club/9xTE6zOH9ulbn5F8ujGSu/CleanShot-2023-11-14-at-11.45.45-2x.png
- https://cdn.kinopio.club/eb6rXFaVUu45d29HjfC6n/CleanShot-2023-11-14-at-11.40.52-2x.png
- ex2: winnie's blog
- basic pagination? load n first and let the user click to retrieve all msgs [[defferable]] [[performance]]
- jekyl client
- [] form/comments loading state
- if still needed, can also require moderator approval before posts appear on site
- > Come for the blog, stay for the comments
- after
- kinopio-server
- [x] submits to dev or prod `kinopio-server` urls
- adding comments to my blog
- model: blogComments
- [x] getCommentsByPostPath (public)
`/personal-blog/comments/:postSlug`
- figuring out the assumptions of trust is the hardest part
- moderation firs
- delay in notifications?
- Box 6
- STRATEGY 1.
post comment instantly
- STRATEGY 2.
post comment awaits moderation
- I get a moderation email where I can see the comment and delete the comment if it's spam
- many times the tradeoffs of max security aren't worth the irl benefits. but it's still impt to understand the pros/cons of the tradeoffs/decision you're making
- i get a moderation email where I can see the comment and have to choose to allow the comment
- wordpress style
[spec] adding comments to my static blog (jekyll)
- design goals
- core functionality - discourse style
- very basic moderation
- https://cdn.kinopio.club/9xTE6zOH9ulbn5F8ujGSu/CleanShot-2023-11-14-at-11.45.45-2x.png
- https://cdn.kinopio.club/eb6rXFaVUu45d29HjfC6n/CleanShot-2023-11-14-at-11.40.52-2x.png
- ex2: winnie's blog
- basic pagination? load n first and let the user click to retrieve all msgs [[defferable]] [[performance]]
- jekyl client
- [] form/comments loading state
- if still needed, can also require moderator approval before posts appear on site
- > Come for the blog, stay for the comments
- after
- kinopio-server
- [x] submits to dev or prod `kinopio-server` urls
- adding comments to my blog
- model: blogComments
- [x] getCommentsByPostPath (public)
`/personal-blog/comments/:postSlug`
- figuring out the assumptions of trust is the hardest part
- moderation firs
- delay in notifications?
- Box 6
- STRATEGY 1.
post comment instantly
- STRATEGY 2.
post comment awaits moderation
- I get a moderation email where I can see the comment and delete the comment if it's spam
- many times the tradeoffs of max security aren't worth the irl benefits. but it's still impt to understand the pros/cons of the tradeoffs/decision you're making
- i get a moderation email where I can see the comment and have to choose to allow the comment
- wordpress style