-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move testimonials to KV #1
Comments
@fayazara I am up to contribute to this |
Hey @lakshay-saini-au8 Sure, Basically we'd need to create a new key called testimonials and store an array of objects in the below format [
{
title: "Super Powerful",
quote:
"The stack that Supersaas is built upon is super powerful and easy to work with, especially when used with NuxtHub / Cloudflare. Fayaz has been super helpful in making it work and adopting feedback.",
author: {
name: "John Doe",
description: "Freelancer/Software Engineer",
avatar: {
src: "https://pbs.twimg.com/profile_images/985092522329468928/qcfeEMbF_400x400.jpg",
loading: "lazy",
},
},
}
] We can just stringify this array and perform CRUD operations on it via the admin settings page. |
I am willing to work on this. Can you please confirm if this is available to take. |
@mubaidr Sure, please go ahead |
Awesome! Working on it! |
Currently testimonials are hardcoded, moved to the hub key-value storage SupersaasHQ#1
Make a CRUD action to Read, Create, Update and Delete testimonials from our KV store
The text was updated successfully, but these errors were encountered: