What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi All, I am trying to create a blog project in Spryker, want to confirm whether the approach which

U028VTHNMF1
U028VTHNMF1 Posts: 64 🧑🏻‍🚀 - Cadet

Hi All,

I am trying to create a blog project in Spryker, want to confirm whether the approach which I am doing is correct.

Creating a page in the zed which has an option to create a post with the fields like title, content, URL. Once this has been submitted successfully content will be saved in the db and should be displayed in the zed.

Will create a module in Yves with the same name which I have created in the zed, redirecting to the module need to display all the post which created and saved in the zed. - How to achieve this?

Comments

  • UKJND3A3H
    UKJND3A3H Posts: 123 🧑🏻‍🚀 - Cadet

    I believe there was an exercise module somewhere in Spryker’s repos that was providing an example on how to model a blog actually. Maybe worth searching for it? Might not be up to date with recent module versions, but as an indicator, good enough?

  • UKJND3A3H
    UKJND3A3H Posts: 123 🧑🏻‍🚀 - Cadet
  • UKJND3A3H
    UKJND3A3H Posts: 123 🧑🏻‍🚀 - Cadet

    Looking at it, it seems the yves part is “missing” 🤔

  • U028VTHNMF1
    U028VTHNMF1 Posts: 64 🧑🏻‍🚀 - Cadet

    yes, actually I have gone through it. before posting this